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

Comparing UserCode/MitPhysics/SelMods/src/HwwExampleAnalysisMod.cc (file contents):
Revision 1.8 by ceballos, Fri Nov 12 14:30:48 2010 UTC vs.
Revision 1.9 by ceballos, Wed Nov 17 19:37:10 2010 UTC

# Line 282 | Line 282 | void HwwExampleAnalysisMod::Process()
282    }
283  
284    for(UInt_t i=0; i<CleanJets->GetEntries(); i++){
285 <    if(TMath::Abs(CleanJets->At(i)->RawMom().Eta()) < 5.0 &&
286 <       CleanJets->At(i)->RawMom().Pt() > 25.0){
285 >    if(TMath::Abs(CleanJets->At(i)->Eta()) < 5.0 &&
286 >       CleanJets->At(i)->Pt() > 25.0){
287        Jet* jet_b = new Jet(CleanJets->At(i)->Px(),
288                             CleanJets->At(i)->Py(),
289                             CleanJets->At(i)->Pz(),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines