source: huonglan/ANA2011/goS_MC10b_LArHole.C

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

first full version of 2011 analysis

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