Changeset 4120
- Timestamp:
- 05/22/04 04:53:38 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4119 r4120 20 20 21 21 2004/05/22: Abelardo Moralejo 22 23 * macros/calibrate_data.C 24 - removed wrong call to MPedCalcPedRun::SetExtractor, which does 25 not exist (should use MJPedestal like calibration.C, instead of 26 a normal loop) 22 27 23 28 * msignal/MExtractFixedWindowPeakSearch.[h,cc] -
trunk/MagicSoft/Mars/macros/calibrate_data.C
r4039 r4120 24 24 \* ======================================================================== */ 25 25 26 const TString defpath = " /home/rootdata/Calib/2004_04_16/";26 const TString defpath = "./"; 27 27 const TString defrout = "output_test.root"; 28 28 29 const Int_t defpedr [] = {2 2265};30 const Int_t defcalr [] = {2 2300};31 const Int_t defdatar[] = {2 2300};29 const Int_t defpedr [] = {20122}; 30 const Int_t defcalr [] = {20125}; 31 const Int_t defdatar[] = {20122}; 32 32 33 33 void calibrate_data(const TString inpath=defpath, … … 39 39 { 40 40 41 MExtractSlidingWindow extractor; 41 // MExtractSlidingWindow extractor; 42 43 MExtractFixedWindowPeakSearch extractor; 42 44 MExtractTimeFastSpline timeext; 43 45 … … 94 96 MGeomApply geomapl; 95 97 MPedCalcPedRun pedcalc; 96 pedcalc.SetExtractor(&extractor);97 98 MGeomCamMagic geomcam; 98 99
Note:
See TracChangeset
for help on using the changeset viewer.