Changeset 91 in svn for trunk/routines
- Timestamp:
- Dec 9, 2008, 10:22:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/routines/resolutions.C
r89 r91 43 43 char tempMin[500]; 44 44 if(i==0)binMin=5; 45 sprintf(tempMin,"JetPTResol. NonSmearePT > %d",binMin);45 sprintf(tempMin,"JetPTResol.PT > %d",binMin); 46 46 string mystringMin(tempMin); 47 47 char tempMax[500]; 48 sprintf(tempMax,"JetPTResol. NonSmearePT < %d",binMax);48 sprintf(tempMax,"JetPTResol.PT < %d",binMax); 49 49 string mystringMax(tempMax); 50 50 char tempName[500]; 51 sprintf(tempName,"(JetPTResol.Smeare PT)>>hETSoverET%d",i);51 sprintf(tempName,"(JetPTResol.SmearedPT)>>hETSoverET%d",i); 52 52 string mystringName(tempName); 53 53 … … 103 103 gROOT->Reset(); 104 104 105 TFile *f1 = new TFile(" Etmis.root","read");105 TFile *f1 = new TFile("lept.root","read"); 106 106 TTree *Analyze = (TTree*)f1->Get("Analysis"); 107 107 … … 311 311 void General() 312 312 { 313 //JetResol();313 JetResol(); 314 314 ElecResol(); 315 315 ETmisResol();
Note:
See TracChangeset
for help on using the changeset viewer.