Changeset 2365 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 09/29/03 17:39:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2363 r2365 1 1 -*-*- END OF LINE -*-*- 2 2 2003/09/29: Nicola Galante & Antonio Stamerra 3 4 * mmc/MMcTrig.cxx: 5 - Fixed a bug in function IsPixelFired(): the binary shift, introduced 6 by T.B. to replace "pow" for power of two, was wrong. 7 The correct operator to be used is "<<" and not ">>"! 8 9 * manalysis/MMcTriggerLvl2.[h,cc]: 10 - Added method "CalcEnergy(MMcEvt *)" used to get correlation between 11 energy and size. 12 - Removed graphical functions "Drawcell" and "DrawLvl1" 13 - Fixed bug in the pixcell setting (pixel numbering in the cell starts 14 from 0 but gsPixelInLut starts from 1). 15 - Fixed bug in the "check" variable. 16 17 * manalysis/MMcTriggerCalc.[h,cc]: 18 - Added call to MMcTriggerLvl2::CalcEnergy() in Process() 19 - Removed 'const' from fMcEvt declaration 20 21 * mhistmc/MHMcTriggerLvl2.[h,cc]: 22 - Added method "Draw2DHist" (draw correlation between 23 energy and size) 24 - Fixed bug in "DrawClone" function (histogram normalization) 25 26 * macros/triglvl2.C: 27 - Fixed a bug in the task list order to apply correctly the filters 28 - Now it writes on disk a root file with some histograms 29 30 3 31 2003/09/26: Robert Wagner 4 32 * mfileio/MCT1ReadPreProc.cc
Note:
See TracChangeset
for help on using the changeset viewer.