Changeset 3435 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 03/07/04 20:48:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r3416 r3435 30 30 // const char *inpath = "/remote/home/pc2/operator/NewCalBoxTest/"; 31 31 // const char *inpath = "/remote/home/pc2/operator/Crab20040214/"; 32 const char *inpath = "./";32 // const char *inpath = "./"; 33 33 //const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_02_10/"; 34 34 //const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_01_26/"; 35 const TString inpath = "/mnt/Data/rootdata/CrabNebula/2004_01_27/"; 35 36 //const TString inpath = "/mnt/Data/rootdata/Miscellaneous/2003_12_19/"; 36 37 … … 38 39 MRunIter cruns; 39 40 40 pruns.AddRun(14400,inpath); 41 cruns.AddRuns(14401,14409,inpath); 41 pruns.AddRun(12386,inpath); 42 cruns.AddRun(12525,inpath); 43 // pruns.AddRun(14400,inpath); 44 // cruns.AddRuns(14401,14409,inpath); 42 45 // pruns.AddRuns(15487,15494,inpath); 43 46 // cruns.AddRuns(15495,15508,inpath); … … 120 123 // plist.AddToList(&histpin); 121 124 plist.AddToList(&histblind); 125 plist.AddToList(&pedloop.GetBadPixels()); 122 126 123 127 // … … 133 137 MCalibrationChargeCalc calcalc; 134 138 MGeomApply geomapl; 135 139 136 140 MFillH filltime( "MHCalibrationRelTimeCam" , "MArrivalTimeCam"); 137 141 // MFillH fillpin ("MHCalibrationChargePINDiode", "MExtractedSignalPINDiode"); … … 198 202 // just one example how to get the plots of individual pixels 199 203 // 200 histblind.DrawClone("all");201 histcharge[5].DrawClone("all");202 histcharge(5).DrawClone("all");203 histtime[5].DrawClone("fourierevents");204 // histblind.DrawClone("all"); 205 // histcharge[5].DrawClone("all"); 206 // histcharge(5).DrawClone("all"); 207 // histtime[5].DrawClone("fourierevents"); 204 208 205 209 // Create histograms to display
Note:
See TracChangeset
for help on using the changeset viewer.