Changeset 4122 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 05/22/04 13:15:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r4069 r4122 65 65 // the default pedestal run for the calibration 66 66 // 67 static const Int_t pedrun = 13426;67 static const Int_t pedrun = 26210; 68 68 // 69 69 // the default start calibration run 70 70 // 71 static const Int_t calrun1 = 16744;71 static const Int_t calrun1 = 26209; 72 72 // 73 73 // the default last calibration run (if 0, only one run is taken, otherwise consecutive runs … … 75 75 // 76 76 static const Int_t calrun2 = 0; 77 77 // 78 // A switch to output debugging information about Objects use 79 // 80 static const Bool_t debug = kFALSE; 81 // 78 82 void calibration(const Int_t prun=pedrun, const Int_t crun1=calrun1, const Int_t crun2=calrun2) 79 83 { 80 84 85 86 TObject::SetObjectStat(kTRUE); 81 87 82 88 // … … 172 178 calloop.SetBadPixels(pedloop.GetBadPixels()); 173 179 174 // TObject::SetObjectStat(kTRUE);175 176 180 calloop.Process(pedloop.GetPedestalCam()); 177 178 // gObjectTable->Print();179 181 180 182 /********************************************************************/ … … 193 195 if (useTimes) 194 196 testloop.ProcessT(pedloop.GetPedestalCam(),calloop.GetRelTimeCam()); 195 197 198 TObject::SetObjectStat(kFALSE); 199 // 200 // List of useful containers: 201 // 202 if (debug) 203 gObjectTable->Print(); 204 196 205 // 197 206 // List of useful containers:
Note:
See TracChangeset
for help on using the changeset viewer.