Changeset 5428
- Timestamp:
- 11/18/04 15:10:02 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5427 r5428 21 21 -*-*- END OF LINE -*-*- 22 22 23 2004/11/18: Thomas Bretz 24 25 * mjobs/MJPedestal.cc: 26 - fixed a bug in the handling of kUsePed which caused the MTaskEnv 27 to be set incorrectly 28 29 30 23 31 2004/11/18: Markus Gaug 24 32 … … 40 48 41 49 50 42 51 2004/11/17: Abelardo Moralejo 43 52 … … 46 55 47 56 48 2004/11/17: Raquel DelosReyes 57 58 2004/11/17: Raquel de los Reyes 49 59 50 60 * mhist/MHFindSignificance.cc … … 52 62 allowed the option of display the result in a canvas, previously 53 63 created, or in a new one if it doesn't exit. 64 65 54 66 55 67 2004/11/16: Markus Gaug … … 80 92 81 93 94 82 95 2004/11/16: Abelardo Moralejo 83 96 … … 97 110 98 111 112 99 113 2004/11/16: Markus Gaug 100 114 … … 108 122 * mcalib/MCalibrationChargeCalc.cc 109 123 - give the new arguments to MCalibrationQEPix 124 110 125 111 126 -
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r5395 r5428 710 710 711 711 case kUsePedRun: 712 taskenv.SetDefault(&pedcalc); 712 713 if (!fExtractor) 713 714 break; 714 taskenv.SetDefault(&pedcalc);715 715 pedcalc.SetWindowSize((Int_t)TMath::Nint(fExtractor->GetNumHiGainSamples())); 716 716 pedcalc.SetRange(fExtractor->GetHiGainFirst(), fExtractor->GetHiGainLast());
Note:
See TracChangeset
for help on using the changeset viewer.