source: huonglan/ANA2011/goS.C

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

first full version of 2011 analysis

File size: 1.6 KB
Line 
1//has been changed to use for data 2011
2{
3  gSystem->Load("Particle_C.so");
4  gSystem->Load("EventShape_h.so");
5  gSystem->Load("Thrust_func_collection_C.so");
6  gSystem->Load("EGammaOQ_2011/checkOQ_C.so");
7  gSystem->Load("JetID_v2.0_cpp.so");
8  //gSystem->Load("list_C.so");
9
10  TString incp = "-I$ROOTSYS/include";
11  incp.Append(" -IPileupReweighting");
12  incp.Append(" -IegammaAnalysisUtils");
13  incp.Append(" -IMuonEfficiencyCorrections");
14  incp.Append(" -ICalibrationDataInterface");
15  gSystem->SetIncludePath(incp.Data()); 
16
17  gSystem->Load("egammaAnalysisUtils/StandAlone/libegammaAnalysisUtils.so");
18  gSystem->Load("PileupReweighting/StandAlone/PileupReweightingLib.so");
19  gSystem->Load("CaloIsoCorrection_cxx.so");
20  gSystem->Load("Top_MET_Tool_00_00_04/Top_MET_cxx.so");
21  gSystem->Load("Top_MET_Tool_00_00_04/MET_Cleaning_Utils_cxx.so");
22
23  gSystem->Load("MuonEfficiencyCorrections/StandAlone/libMuonEfficiencyCorrections.so");
24  gSystem->Load("MuonMomentumCorrections/root/SmearingClass_cxx.so");
25  gSystem->Load("EnergyRescalerTool/EnergyRescaler_cxx.so");
26  gSystem->Load("CalibrationDataInterface/scripts/libBTagCalib.so");
27
28  //TString repBase   = "rfio:/dpm/lal.in2p3.fr/home/atlas/atlaslocalgroupdisk/user/JiBi/skimRun115423e666_s933_s946_r2302_r2300_p572_v2/user.JiBi.skimRun115423e666_s933_s946_r2302_r2300_p572_v2.110623181306/";
29  TString repBase = "/data/atlas/huonglan/SIG400/";
30
31  TString type      = "user.JiBi.003860._000";
32
33  TChain *t = new TChain("physics");
34  t->Add(repBase+type+"01.filt.root");
35  t->Add(repBase+type+"02.filt.root");
36  t->Add(repBase+type+"03.filt.root");
37  t->Add(repBase+type+"04.filt.root");
38 
39  t->Process("ana2011.C+");
40 
41}
42
Note: See TracBrowser for help on using the repository browser.