Fork me on GitHub

Ignore:
Timestamp:
Jul 14, 2009, 3:23:55 PM (15 years ago)
Author:
Xavier Rouby
Message:

minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/routines/resolutions_atlas.C

    r479 r487  
    357357 
    358358  //TFile *f1 = new TFile("JET2_ATLAS.root","read");
    359   TFile *f1 = new TFile("JET2_atlas_midpoint.root","read");
     359  //TFile *f1 = new TFile("JET2_atlas_midpoint.root","read");
     360  TFile *f1 = new TFile("JET2_atlas_kt_60k.root","read"); // 60k events
    360361  if(!f1->IsOpen()) { cout << "could not open "<< f1->GetName() << ". Exiting..." << endl; return;}
    361362  if(!f1->FindKey("Analysis")) { cout << "Bad input file, could not find the \"Analysis\" tree. Exiting..." << endl; return;}
Note: See TracChangeset for help on using the changeset viewer.