ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/dasu/UltraFastSim/bbHAnalysis.cc
(Generate patch)

Comparing UserCode/dasu/UltraFastSim/bbHAnalysis.cc (file contents):
Revision 1.6 by mmhl, Fri Feb 25 14:55:00 2011 UTC vs.
Revision 1.7 by dasu, Fri Feb 25 15:37:18 2011 UTC

# Line 370 | Line 370 | bool bbHAnalysis::run() {
370    }
371  
372    if(nBJets > 0) {
373 <    bJet1Pt = ufs->bJetList()[0].Et();
374 <    bJet1Eta = ufs->bJetList()[0].rap();
375 <    bJet1Phi = ufs->bJetList()[0].phi();
373 >    bJet1Pt = ufs->bJetList()[0].Pt();
374 >    bJet1Eta = ufs->bJetList()[0].Eta();
375 >    bJet1Phi = ufs->bJetList()[0].Phi();
376      if(nBJets > 1) {
377 <      bJet2Pt = ufs->bJetList()[1].Et();
378 <      bJet2Eta = ufs->bJetList()[1].rap();
379 <      bJet2Phi = ufs->bJetList()[1].phi();
377 >      bJet2Pt = ufs->bJetList()[1].Pt();
378 >      bJet2Eta = ufs->bJetList()[1].Eta();
379 >      bJet2Phi = ufs->bJetList()[1].Phi();
380      }
381    }
382  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines