ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/plugins/Cuts/CutsExtra.h
(Generate patch)

Comparing UserCode/VHbb/plugins/Cuts/CutsExtra.h (file contents):
Revision 1.1 by bortigno, Fri Jun 22 17:08:59 2012 UTC vs.
Revision 1.2 by bortigno, Thu Oct 4 12:05:59 2012 UTC

# Line 40 | Line 40 | class BDTSideBandRegion_noBTag: public C
40               //      && p.Higgs(jec).M() > 50.
41               && p.Higgs(jec).M() < 250.
42               //      && p.CountAddJets() < 2
43 <             && qualityCuts( p )
44 <             && channel( p, ch) );
43 >             && qualityCuts( p ) );
44    }
45    Bool_t pass(ntupleReader &p, Sample &sample){
46 <    return ( sCut( p , sample ) == true && pass( p ) );
46 >    return ( sCut( p , sample ) == true && pass( p ) == true && channel( p, ch, sample) );
47    }
48    double weight(ntupleReader &p, Sample &sample) { return w( p, sample); }
49  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines