source: huonglan/ANA2011/goS_MC10b.C

Last change on this file was 6, checked in by huonglan, 13 years ago

first full version of 2011 analysis

File size: 832 bytes
Line 
1//has been changed to use for data 2011
2{
3  //gROOT->ProcessLine(".L Particle.C++g");
4
5  gSystem->Load("Particle_C.so");
6  gSystem->Load("checkOQ_C.so");
7  gSystem->Load("EventShape_h.so");
8  gSystem->Load("Thrust_func_collection_C.so");
9  gSystem->Load("/exp/atlas/huonglan/LHAPDF/lhapdf-5.8.4/myInstall/lib/libLHAPDF.so");
10  gSystem->Load("libPDFReweight.so");
11  gSystem->Load("list_C.so");
12  //gSystem->Load("/exp/atlas/huonglan/ANA2011/PileupReweighting/StandAlone/libPileupReweighting.so");
13  gSystem->Load("/exp/atlas/huonglan/ANA2011/PileupReweighting/StandAlone/PileupReweightingLib.so");
14
15  TChain *t = new TChain("physics");
16  t->Add("/data/atlas/huonglan/DATA/mc10_7TeV.105200.T1_McAtNlo_Jimmy.merge.NTUP_TOP.e598_s933_s946_r2302_r2300_p572_tid366473_00/NTUP_TOP.366473._000*.root");
17 
18  t->Process("ana2011.C+");
19 
20}
21
Note: See TracBrowser for help on using the repository browser.