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

Comparing UserCode/cbrown/Development/Plotting/Modules/Setup.C (file contents):
Revision 1.4 by buchmann, Mon Feb 13 13:57:40 2012 UTC vs.
Revision 1.5 by buchmann, Thu Feb 23 15:15:32 2012 UTC

# Line 32 | Line 32 | namespace PlottingSetup {
32    float jzbHigh = 400.; // Range for JZB plots
33  
34    samplecollection allsamples("completesamplecollection");
35 +  samplecollection qcdsamples("QCDcollection");
36    samplecollection signalsamples("signalsamplecollection");
37    samplecollection systsamples("systematicssamplecollection");
38    samplecollection scansample("scansamplecollection");
# Line 40 | Line 41 | namespace PlottingSetup {
41    int mc=0;
42    int mcwithsignal=2;
43    TCut passtrig("(passed_triggers||!is_data)");
44 <  TCut leptoncut("(pt1>20&&pt2>20)");
44 >  TCut leptoncut("(pt1>5&&pt2>5)");
45    TCut cutmass("abs(mll-91.2)<20");
46    TCut genMassCut("abs(genMll-91.2)<20");
47    TCut openmasscut("mll>40"); // this is the mass cut used in the off peak analysis!
# Line 65 | Line 66 | namespace PlottingSetup {
66    float m0start=200;  float m0end=3000;  float m0step=20;
67    float m12start=100; float m12end=1000;  float m12step=20;
68  
69 <  int ScanXzones=10; // number of zones in x for (mSUGRA) scans
70 <  int ScanYzones=10; // number of zones in y for (mSUGRA) scans
69 >  int ScanXzones=15; // number of zones in x for (mSUGRA) scans
70 >  int ScanYzones=15; // number of zones in y for (mSUGRA) scans
71  
72    //scan types:
73    int mSUGRA=1;
# Line 95 | Line 96 | namespace PlottingSetup {
96    
97    //here we save our "flipped" number of predicted and observed events (with errors) -- this means that we consider JZB<-X as observed and construct the corresponding prediction
98    bool alwaysflip=false;
99 +  bool allowflipping=false;
100    vector<float> flippedNobs;
101    vector<float> flippedNpred;
102    vector<float> flippedNprederr;
# Line 129 | Line 131 | namespace PlottingSetup {
131  
132    bool requireZ=true;
133  
134 <  string ScanSampleDirectory="SMS_T5zz/"; // possibilities (atm) : SMS_T5zz/, SMS_T5zzl/, SMS_T5zzh/, GMSB/, mSUGRA/     note: this string needs to either contain "SMS", "GMSB", or "mSUGRA"
134 >  string ScanSampleDirectory="SMS_T5zzl/"; // possibilities (atm) : SMS_T5zz/, SMS_T5zzl/, SMS_T5zzh/, GMSB/, mSUGRA/     note: this string needs to either contain "SMS", "GMSB", or "mSUGRA"
135  
136    ResultLibrary allresults;
137   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines