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)"); |