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

Comparing UserCode/MitAna/DataTree/interface/MCEventInfo.h (file contents):
Revision 1.4 by loizides, Tue Dec 2 09:30:11 2008 UTC vs.
Revision 1.6 by loizides, Tue Dec 9 17:47:00 2008 UTC

# Line 17 | Line 17 | namespace mithep
17    {
18      public:
19        MCEventInfo(Double_t w=0) : fWeight(w)  {}
20 <      virtual ~MCEventInfo() {}
20 >      ~MCEventInfo() {}
21  
22 <      Double_t            Weight()              const { return fWeight; }
23 <      void                SetWeight(Double_t w)       { fWeight=w; }
22 >      EObjType            ObjType()             const { return kMCEventInfo; }      
23 >      Double_t            Weight()              const { return fWeight;      }
24 >      void                SetWeight(Double_t w)       { fWeight=w;           }
25  
26      protected:
27        Double32_t          fWeight;              //event weight

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines