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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/ActiveSamples.C (file contents):
Revision 1.31 by buchmann, Thu Sep 15 09:12:13 2011 UTC vs.
Revision 1.32 by fronga, Wed Sep 21 10:02:33 2011 UTC

# Line 58 | Line 58 | void define_samples(bool showList, sampl
58      float QCD1000toInfCrossSection=83.0;
59      
60      //    float totEventsQCD50to100=207418.0; // not used
61 <    float totEventsQCD100to250=638792.0;
62 <    float totEventsQCD250to500=344454.0;
63 <    float totEventsQCD500to1000=10e10;//unknown but now suppressed. (no event passes anyway)
64 <    float totEventsQCD1000toInf=163185.0;
61 >    int totEventsQCD100to250   = 638792;
62 >    int totEventsQCD250to500   = 344454;
63 >    int totEventsQCD500to1000  = 10e10;  //unknown but now suppressed. (no event passes anyway)
64 >    int totEventsQCD1000toInf  = 163185;
65      
66 <    float totEventsZjets         = 32005720.0;//summer11
66 >    int totEventsZjets         = 32005720;//summer11
67      //spring:2313911.0;//2743142.0; // DYJetsToLL_TuneZ2_M-50_7TeV-madgraph-tauola
68 <    float totEventsTTbar         = 3701872.0;//summer11
68 >    int totEventsTTbar         =  3701872;//summer11
69      //1161621.0;//Spring//1144028.0; // PabloV13/TTJets_TuneZ2_7TeV-madgraph-tauola
70 <    float totEventsWJets         = 53739703.0;//summer11
70 >    int totEventsWJets         = 53739703;//summer11
71      //15010237.0;//spring//14350756.0; /// WJetsToLNu_TuneZ2_7TeV-madgraph-tauola.root
72 <    float totEventsZnunu         = 2106977.0;//2167964.0; //ZinvisibleJets_7TeV-madgraph.root
73 <    float totEventsVVJets        = 959076.0;//509072.0;
74 <    float totEventsSingleTopS    = 493868.0;//489472.0;
75 <    float totEventsSingleTopT    = 475460.0;//477610.0;
76 <    float totEventsSingleTopU    = 489417.0;//477599.0;
72 >    int totEventsZnunu         =  2106977;//2167964.0; //ZinvisibleJets_7TeV-madgraph.root
73 >    int totEventsVVJets        =   959076;//509072.0;
74 >    int totEventsSingleTopS    =   493868;//489472.0;
75 >    int totEventsSingleTopT    =   475460;//477610.0;
76 >    int totEventsSingleTopU    =   489417;//477599.0;
77  
78      
79      Int_t nice_blue  = TColor::GetColor("#2E9AFE");
# Line 161 | Line 161 | void define_samples(bool showList, sampl
161        signalsamples.AddSample("/shome/buchmann/ntuples/MC/MixedSpringSummerMCepsPU_v2/LM12_SUSY_sftsht_7TeV-pythia6.root","LM12",223491,4.414,false,true,10,lm_color);
162        signalsamples.AddSample("/shome/buchmann/ntuples/MC/MixedSpringSummerMCepsPU_v2/LM13_SUSY_sftsht_7TeV-pythia6.root","LM13",173240,6.899,false,true,11,lm_color);*/
163      }
164    
164      /**/
165   //    signalsamples.AddSample("/shome/buchmann/ntuples/MC/MixedSpringSummerMCepsPU_v2/WithTwoSix/LM4_SUSY_sftsht_7TeV-pythia6.root","REALLY OLD LM4!",218536,1.879,false,true,1,lm_color);
166   //    signalsamples.AddSample("/shome/buchmann/ntuples/MC/MixedSpringSummerMCepsPU_v2/WithTwoSix/LM8_SUSY_sftsht_7TeV-pythia6.root","REALLY OLD LM8!",218536,0.73,false,true,1,lm_color);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines