Changeset 4017 for trunk/MagicSoft
- Timestamp:
- 05/07/04 19:03:31 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4014 r4017 20 20 21 21 2004/05/07: Markus Gaug 22 22 23 * mcalib/MHCalibrationChargeHiGainPix.cc 24 * mcalib/MHCalibrationChargeLoGainPix.cc 25 - take out half of the bins for the hists in order to save memory 26 23 27 * mjobs/MExtractCalibTest.cc 24 28 - include write-out of the containers in the loop -
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeHiGainPix.cc
r3639 r4017 40 40 using namespace std; 41 41 42 const Int_t MHCalibrationChargeHiGainPix::fgChargeNbins = 2000;42 const Int_t MHCalibrationChargeHiGainPix::fgChargeNbins = 800; 43 43 const Axis_t MHCalibrationChargeHiGainPix::fgChargeFirst = -0.5; 44 const Axis_t MHCalibrationChargeHiGainPix::fgChargeLast = 1999.5;44 const Axis_t MHCalibrationChargeHiGainPix::fgChargeLast = 799.5; 45 45 const Int_t MHCalibrationChargeHiGainPix::fgAbsTimeNbins = 20; 46 46 const Axis_t MHCalibrationChargeHiGainPix::fgAbsTimeFirst = -0.5; -
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeLoGainPix.cc
r3639 r4017 40 40 using namespace std; 41 41 42 const Int_t MHCalibrationChargeLoGainPix::fgChargeNbins = 200;42 const Int_t MHCalibrationChargeLoGainPix::fgChargeNbins = 400; 43 43 const Axis_t MHCalibrationChargeLoGainPix::fgChargeFirst = -0.5; 44 const Axis_t MHCalibrationChargeLoGainPix::fgChargeLast = 199.5;44 const Axis_t MHCalibrationChargeLoGainPix::fgChargeLast = 399.5; 45 45 const Int_t MHCalibrationChargeLoGainPix::fgAbsTimeNbins = 15; 46 46 const Axis_t MHCalibrationChargeLoGainPix::fgAbsTimeFirst = -0.5; -
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc
r3982 r4017 50 50 using namespace std; 51 51 52 const Int_t MHCalibrationTestPix::fgChargeNbins = 1000;52 const Int_t MHCalibrationTestPix::fgChargeNbins = 500; 53 53 const Axis_t MHCalibrationTestPix::fgChargeFirst = -0.5; 54 const Axis_t MHCalibrationTestPix::fgChargeLast = 3999.5;54 const Axis_t MHCalibrationTestPix::fgChargeLast = 1999.5; 55 55 // -------------------------------------------------------------------------- 56 56 // -
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestTimePix.cc
r3979 r4017 40 40 using namespace std; 41 41 42 const Int_t MHCalibrationTestTimePix::fgChargeNbins = 1000;42 const Int_t MHCalibrationTestTimePix::fgChargeNbins = 600; 43 43 const Axis_t MHCalibrationTestTimePix::fgChargeFirst = -0.5; 44 const Axis_t MHCalibrationTestTimePix::fgChargeLast = 3999.5;44 const Axis_t MHCalibrationTestTimePix::fgChargeLast = 29.5; 45 45 // -------------------------------------------------------------------------- 46 46 //
Note:
See TracChangeset
for help on using the changeset viewer.