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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/Setup.C (file contents):
Revision 1.6 by buchmann, Fri Jul 8 14:51:08 2011 UTC vs.
Revision 1.7 by buchmann, Tue Jul 12 12:38:06 2011 UTC

# Line 21 | Line 21 | namespace PlottingSetup {
21    TCut cutmass("abs(mll-91.2)<20");
22    //TCut cutmass("mll>2");
23    TCut basiccut("mll>2");//basically nothing.
24 <  TCut basicqualitycut("(pfJetGoodNum>=2&&pfJetGoodID[0])&&(pfJetGoodNum>=2&&pfJetGoodID[1])");//don't use this for the "essential cut", because we want to plot nJets as well as mll in the inclusive case; we thus use it as an addition nJets cut.
24 >  TCut basicqualitycut("(pfJetGoodNum>=2&&pfJetGoodID[0]!=0)&&(pfJetGoodNum>=2&&pfJetGoodID[1]!=0)");//don't use this for the "essential cut", because we want to plot nJets as well as mll in the inclusive case; we thus use it as an addition nJets cut.
25    //TCut jetqualitycut("(pfJetGoodNum>=2&&pfJetGoodID[0])&&(pfJetGoodNum>=2&&pfJetGoodID[1])");//now part of the basiccut
26    //TCut jetqualitycut("mll>0");
27 +  
28    TCut cutnJets("pfJetGoodNum>=3"&&basicqualitycut);
29 +  TCut cutnJetsJESdown("pfJetGoodNum25>=3"&&basicqualitycut);
30 +  TCut cutnJetsJESup("pfJetGoodNum35>=3"&&basicqualitycut);
31    TCut cutOSOF("(id1!=id2)&&(ch1*ch2<0)");
32    TCut cutOSSF("(id1==id2)&&(ch1*ch2<0)");
33    TCut sidebandcut("(mll>55&&mll<70)||(mll>112&&mll<160)");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines