Newer
Older
TB_Chris / TbIO / doc / .svn / text-base / release.notes.svn-base
  1. !-----------------------------------------------------------------------------
  2. ! Package : Tb/TbIO
  3. ! Responsible :
  4. ! Purpose : Testbeam algorithms dealing with input/output
  5. !-----------------------------------------------------------------------------
  6.  
  7. ! 2016-04-26 - Tim Evans
  8. - Added option to use TPX3 to set global heartbeat.
  9.  
  10. ! 2016-01-28 - Heinrich Schindler
  11. - Move code from constructor of TbHit to TbEventBuilder.
  12.  
  13. ! 2015-10-23 - Heinrich Schindler
  14. - Fix compiler warnings in TbCombatBuilder (unused class members) and
  15. TbEventBuilder (replace fabs by abs).
  16.  
  17. !=========================== TbIO v3r0 ============================
  18.  
  19. ! 2015-07-16 - Panagiotis Tsopelas
  20. - Added sCol() method in TbTupleWriter to access extra columns on Triples.
  21.  
  22. !=========================== TbIO v2r0 2015-05-19 ============================
  23.  
  24. ! 2015-05-18 - Tim Evans
  25. - Added trigger output for tracks for external users
  26.  
  27. ! 2015-01-24 - Heinrich Schindler
  28. - Add .cpp file for TbRawFile. Add comments.
  29. - Add back some checks in TbEventBuilder.
  30.  
  31. ! 2015-01-22 - Heinrich Schindler
  32. - Follow renamings in TbKernel (mainly TbGeometrySvc).
  33.  
  34. ! 2014-12-12 - Heinrich Schindler
  35. - Follow renaming of TbHit::plane to TbHit::device.
  36.  
  37. ! 2014-11-17 - Tim Evans
  38. - TbRawFile now inherits from ITbRawFile and is (semi) obsolete, in favour of
  39. TbNetworkRawFile, which can use EOS without mounting - currently only network
  40. version is used.
  41. - Input parameter out of the EventBuilder to reflect Kernel changes - now
  42. gets data from TbDataSvc
  43.  
  44. !=========================== TbIO v1r1 2014-11-30 ============================
  45.  
  46. ! 2014-10-4 - Tim Evans
  47. - Add new algorithm TbPacketRecycler to facilitate
  48. trading of hits between events
  49. - TbRawStream changed to a GaudiTool such that packets can be recached
  50.  
  51. ! 2014-09-24 - Dan Saunders
  52. - Added alternative event builder and .py files to allow use with Combat
  53. Telescope.
  54.  
  55. !=========================== TbIO v1r0 2014-08-18 ============================
  56. ! 2014-08-12 - Heinrich Schindler
  57. - Fix constexpr bug introduced in previous commit.
  58. - Minor changes in TbTupleWriter.
  59.  
  60. ! 2014-08-11 - Heinrich Schindler
  61. - Small speed improvements in TbEventBuilder and helper classes.
  62.  
  63. ! 2014-08-08 - Tim Evans
  64. - Restyled the TupleWriter so that branches are preallocated and
  65. variable size fixed
  66. - Added dynamic arrays for cluster - hit association and track - cluster
  67. association
  68.  
  69. ! 2014-08-02 - Heinrich Schindler
  70. - Make min. number of non-empty devices required for an event configurable.
  71.  
  72. ! 2014-07-25 - Tim Evans
  73. - Added split file support
  74. - Added file / event skipping
  75.  
  76. ! 2014-07-21 - Heinrich Schindler
  77. - Initial import.
  78. - Move over TbTupleWriter from TbAlgorithms.