96 |
|
} |
97 |
|
|
98 |
|
float ZJetsCrossSection = 3048.0; //NNLO---------------------------------- |
99 |
< |
if(PlottingSetup::is2012) ZJetsCrossSection=3503.71; |
99 |
> |
if (PlottingSetup::is2012) ZJetsCrossSection=3503.71; |
100 |
|
// at 8 TeV: 3503.71 (https://twiki.cern.ch/twiki/bin/view/CMS/Zpt8TeV) |
101 |
|
float LowZJetsCrossSection = 11908; //https://twiki.cern.ch/twiki/bin/view/CMS/TWikiTop2011DataMCTrig |
102 |
+ |
if (PlottingSetup::is2012) LowZJetsCrossSection = 11050*0.069*1.15; // LO xs * filter eff * k-factor (same as ZJets) |
103 |
|
|
104 |
|
float TTbarCrossSection = 165.0;//(NLO) ---- 165.0; // approx. NNLO----- |
105 |
|
if(PlottingSetup::is2012) TTbarCrossSection=225.197; |
245 |
|
} |
246 |
|
|
247 |
|
|
248 |
< |
// allsamples.AddSample("/shome/buchmann/ntuples/Data/Data_920ipb_UpdatedTriggers_updatedJetID_v2.root","Data",1,1,true,false,0,kBlack); |
248 |
< |
allsamples.AddSample("/shome/buchmann/ntuples/Data/Data_2420ipb_correctJSON.root","Data",1,1,true,false,0,kBlack); |
248 |
> |
allsamples.AddSample("/shome/buchmann/ntuples/Data/Data_3553ifb.root","Data",1,1,true,false,0,kBlack); |
249 |
|
|
250 |
< |
allsamples.AddSample("/shome/buchmann/ntuples/MC8tev/DYJetsToLL_M-50_TuneZ2Star_8TeV-madgraph-tarball-Summer12-PU_S7_START52_V9-v2.root","Z+Jets",0,ZJetsCrossSection,false,false,7,dy_color); |
251 |
< |
allsamples.AddSample("/shome/buchmann/ntuples/MC8tev/TTJets_TuneZ2star_8TeV-madgraph-tauola-Summer12-PU_S7_START52_V9-v1.root","t#bar{t}",0,TTbarCrossSection,false,false,1,ttbar_color); |
250 |
> |
allsamples.AddSample("/shome/buchmann/ntuples/MC8tev/DYJetsToLL_M-50_TuneZ2Star_8TeV-madgraph-tarball-Summer12-PU_S7_START52_V9-v2.root","Z+Jets",30346766,ZJetsCrossSection,false,false,7,dy_color); |
251 |
> |
allsamples.AddSample("/scratch/fronga/ntuples/V030300v3/DYJetsToLL_M-10To50filter_8TeV-madgraph-Summer12-PU_S7_START52_V9-v1.root","Z+Jets",7123299,LowZJetsCrossSection,false,false,7,dy_color); |
252 |
> |
allsamples.AddSample("/shome/buchmann/ntuples/MC8tev/TTJets_TuneZ2star_8TeV-madgraph-tauola-Summer12-PU_S7_START52_V9-v1.root","t#bar{t}",6719290,TTbarCrossSection,false,false,1,ttbar_color); |
253 |
> |
|
254 |
|
// allsamples.AddSample("/shome/buchmann/ntuples/MC8tev/LM4_leo____leo-PYTHIA6_SUSY_LM4_sftsht_8TeV_GEN_FASTSIM-2012_Startup_inTimeOnly-V3-84.root","LM4",0,LM4CrossSection,false,true,1,lm_color); |
255 |
|
// allsamples.AddSample("/shome/buchmann/ntuples/MC8tev/leo-PYTHIA6_SUSY_LM6_sftsht_8TeV_GEN_FASTSIM-2012_Startup_inTimeOnly.root","LM6",0,LM6CrossSection,false,true,1,lm_color); |
256 |
|
|
269 |
|
// signalsamples.AddSample("/shome/buchmann/ntuples/MC8tev/LM4_leo____leo-PYTHIA6_SUSY_LM4_sftsht_8TeV_GEN_FASTSIM-2012_Startup_inTimeOnly-V3-84.root","LM4",0,LM4CrossSection,false,true,1,lm_color); |
270 |
|
// signalsamples.AddSample("/shome/buchmann/ntuples/MC8tev/leo-PYTHIA6_SUSY_LM6_sftsht_8TeV_GEN_FASTSIM-2012_Startup_inTimeOnly.root","LM6",0,LM6CrossSection,false,true,2,lm_color); |
271 |
|
// signalsamples.AddSample("/shome/buchmann/ntuples/MC8tev/leo-PYTHIA6_SUSY_LM8_sftsht_8TeV_GEN_FASTSIM-2012_Startup_inTimeOnly.root","LM8",0,LM6CrossSection,false,true,3,lm_color); |
272 |
< |
cutWeight=TCut("PUweight"); |
272 |
> |
//cutWeight=TCut("PUweight"); |
273 |
|
} |
274 |
|
|
275 |
|
|