Changeset 2877 for trunk/MagicSoft/Mars/macros/calibration.C
- Timestamp:
- 01/21/04 22:35:12 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/calibration.C
r2853 r2877 23 23 \* ======================================================================== */ 24 24 25 void calibration(TString pedname="/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03522_P_Park_E.root", 26 TString calname="/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03527_C_Park_E.root") 25 // const TString pedfile = "/mnt/Data/rootdata/DarkPatch4/2003_11_27/20031126_03030_P_DarkPatch4_E.root"; 26 // const TString calfile = "/mnt/Data/rootdata/DarkPatch4/2004_01_17/20040116_*_C_DarkPatch2_E.root"; 27 28 const TString pedfile = "/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03522_P_Park_E.root"; 29 const TString calfile = "/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03527_C_Park_E.root"; 30 31 void calibration(TString pedname=pedfile, 32 TString calname=calfile) 27 33 { 28 34 … … 224 230 MStatusDisplay *d3 = new MStatusDisplay; 225 231 d3->SetUpdateTime(3000); 226 d3->Resize( 1180,900);232 d3->Resize(850,700); 227 233 228 234 gStyle->SetOptStat(1111); … … 370 376 371 377 gStyle->SetStatH(he); 372 gStyle->SetStatW(wi); 378 gStyle->SetStatW(wi); 373 379 374 380 }
Note:
See TracChangeset
for help on using the changeset viewer.