Skip to content

Commit

Permalink
increasing baseline cut on MHT to 300 GeV so that projections agree w…
Browse files Browse the repository at this point in the history
…ith Search Bin plots.
  • Loading branch information
awhitbeck committed May 15, 2017
1 parent 4e6a380 commit e1e1689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ template<typename ntupleType> bool RA2bBaselineCut(ntupleType* ntuple){
return ( (NJets==2 && DeltaPhi1>0.5 && DeltaPhi2>0.5)
|| (NJets == 3 && DeltaPhi1 > 0.5 && DeltaPhi2 > 0.5 && DeltaPhi3 > 0.3)
|| (NJets > 3 && DeltaPhi1 > 0.5 && DeltaPhi2 > 0.5 && DeltaPhi3 > 0.3 && DeltaPhi4 > 0.3 ) )
&& MHT>250. && HT>300.
&& MHT>300. && HT>300.
&& cutFlow_filters<ntupleType>(ntuple)
;

Expand Down

0 comments on commit e1e1689

Please sign in to comment.