ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/ActiveSamples.C
(Generate patch)

Comparing UserCode/cbrown/Development/Plotting/Modules/ActiveSamples.C (file contents):
Revision 1.20 by buchmann, Tue Jun 19 16:26:46 2012 UTC vs.
Revision 1.21 by fronga, Thu Jun 21 11:37:29 2012 UTC

# Line 96 | Line 96 | http://cms.cern.ch/iCMS/prep/requestmana
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;
# Line 244 | Line 245 | http://cms.cern.ch/iCMS/prep/requestmana
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          
# Line 267 | Line 269 | http://cms.cern.ch/iCMS/prep/requestmana
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines