ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/PFJet.h
(Generate patch)

Comparing UserCode/MitAna/DataTree/interface/PFJet.h (file contents):
Revision 1.3 by loizides, Wed Mar 18 15:44:32 2009 UTC vs.
Revision 1.4 by loizides, Fri Mar 20 09:37:17 2009 UTC

# Line 39 | Line 39 | namespace mithep
39        Double_t              NeutralEmEnergy()               const { return fNeutralEmEnergy;       }
40        Double_t              NeutralHadronEnergy()           const { return fNeutralHadronEnergy;   }
41        UInt_t                NeutralMultiplicity()           const { return fNeutralMultiplicity;   }
42 <      UInt_t                NPFCands()                      const { return fPFCands.GetEntries();  }
42 >      UInt_t                NPFCands()                      const { return fPFCands.Entries();     }
43        UInt_t                MuonMultiplicity()              const { return fMuonMultiplicity;      }
44        EObjType              ObjType()                       const { return kPFJet;                 }
45        const PFCandidate    *PFCand(UInt_t i)                const { return fPFCands.At(i);         }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines