ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/SelMods/src/WBFExampleAnalysisMod.cc
(Generate patch)

Comparing UserCode/MitPhysics/SelMods/src/WBFExampleAnalysisMod.cc (file contents):
Revision 1.2 by ceballos, Wed Dec 22 20:20:32 2010 UTC vs.
Revision 1.3 by ceballos, Wed Dec 22 20:23:45 2010 UTC

# Line 121 | Line 121 | void WBFExampleAnalysisMod::Process()
121    dijet.AddDaughter(CleanJets->At(1));
122    if(dijet.Mass() > fDiJetMassMin)                         passCut[4] = true;
123    
124 <  // jet veto cut, use of zeffendeld variable
124 >  // jet veto cut, use of Zeppenfeld variable
125    passCut[5] = true;
126    double zVarMin = 30.;
127    if(CleanJets->GetEntries() >=2 ){

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines