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

Comparing UserCode/MitAna/DataTree/interface/RunInfo.h (file contents):
Revision 1.9 by loizides, Tue Dec 9 17:47:00 2008 UTC vs.
Revision 1.10 by loizides, Wed Feb 18 15:38:54 2009 UTC

# Line 19 | Line 19 | namespace mithep
19    {
20      public:
21        RunInfo() : fRunNum(0), fL1Entry(0), fHltEntry(0) {}
22 <      RunInfo(UInt_t run) : fRunNum(run) {}
23 <      ~RunInfo() {}
22 >      RunInfo(UInt_t run) : fRunNum(run), fL1Entry(0), fHltEntry(0) {}
23  
24        Int_t               HltEntry()     const { return fHltEntry; }
25        Int_t               L1Entry()      const { return fL1Entry;  }
# Line 35 | Line 34 | namespace mithep
34        Int_t               fL1Entry;         //entry for L1 block
35        Int_t               fHltEntry;        //entry for HLT block
36  
37 <    ClassDef(RunInfo, 2) // Run info class
37 >    ClassDef(RunInfo, 1) // Run info class
38    };
39   }
40   #endif
42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines