ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/AnaTools/interface/OSUObjects.h
(Generate patch)

Comparing UserCode/OSUT3Analysis/AnaTools/interface/OSUObjects.h (file contents):
Revision 1.1 by ahart, Mon Aug 27 18:09:26 2012 UTC vs.
Revision 1.2 by ahart, Tue Aug 28 13:52:53 2012 UTC

# Line 62 | Line 62 | class GoodMuonCollection : public vector
62        GoodMuonCollection (const edm::ParameterSet &, const edm::Handle<BNmuonCollection> &, CutFlow *);
63        ~GoodMuonCollection ();
64  
65 <      const unsigned size () const { return goodSize_; };
65 >      const unsigned goodSize () const { return goodSize_; };
66 >      const unsigned goodEtaSize () const { return goodEtaSize_; };
67 >      const unsigned goodPtSize () const { return goodPtSize_; };
68        const vector<GoodMuon>::const_iterator leadMuon () const { return leadMuon_; };
69        const vector<GoodMuon>::const_iterator nextToLeadMuon () const { return nextToLeadMuon_; };
70        const TLorentzVector &leadP4 () const { return leadP4_; };
# Line 73 | Line 75 | class GoodMuonCollection : public vector
75        TLorentzVector leadP4_;
76        TLorentzVector nextToLeadP4_;
77        unsigned goodSize_;
78 +      unsigned goodEtaSize_;
79 +      unsigned goodPtSize_;
80        vector<GoodMuon>::const_iterator leadMuon_;
81        vector<GoodMuon>::const_iterator nextToLeadMuon_;
82   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines