Fork me on GitHub

Changeset 91 in svn for trunk/routines/resolutions.C


Ignore:
Timestamp:
Dec 9, 2008, 10:22:42 AM (16 years ago)
Author:
severine ovyn
Message:

for resol plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/routines/resolutions.C

    r89 r91  
    4343      char tempMin[500];
    4444      if(i==0)binMin=5;
    45       sprintf(tempMin,"JetPTResol.NonSmearePT > %d",binMin);
     45      sprintf(tempMin,"JetPTResol.PT > %d",binMin);
    4646      string mystringMin(tempMin);
    4747      char tempMax[500];
    48       sprintf(tempMax,"JetPTResol.NonSmearePT < %d",binMax);
     48      sprintf(tempMax,"JetPTResol.PT < %d",binMax);
    4949      string mystringMax(tempMax);
    5050      char tempName[500];
    51       sprintf(tempName,"(JetPTResol.SmearePT)>>hETSoverET%d",i);
     51      sprintf(tempName,"(JetPTResol.SmearedPT)>>hETSoverET%d",i);
    5252      string mystringName(tempName);
    5353     
     
    103103  gROOT->Reset();
    104104 
    105   TFile *f1 = new TFile("Etmis.root","read");
     105  TFile *f1 = new TFile("lept.root","read");
    106106  TTree *Analyze = (TTree*)f1->Get("Analysis");
    107107 
     
    311311void General()
    312312{
    313 //  JetResol();
     313  JetResol();
    314314  ElecResol();
    315315  ETmisResol();
Note: See TracChangeset for help on using the changeset viewer.