Changeset 2877
- Timestamp:
- 01/21/04 22:35:12 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2876 r2877 4 4 5 5 -*-*- END OF LINE -*-*- 6 2004/01/22: Markus Gaug 7 8 * macros/calibration.C 9 - made MStatusDisplay 3 bit smaller 10 11 * manalysis/MExtractSignal.cc 12 - put fSignals->SetUsedFADCSlices into PreProcess 13 14 6 15 2004/01/21: Abelardo Moralejo 7 16 -
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.