--- DarthVader/RunInfo/inc/RunInfo.h 2006/05/19 13:15:47 1.1 +++ DarthVader/RunInfo/inc/RunInfo.h 2006/08/04 13:09:50 1.3 @@ -9,6 +9,8 @@ // #include // +#include + class SoftInfo : public TObject { @@ -27,6 +29,8 @@ // Default constructor // SoftInfo(); + + void GetLevel2Struct(cSoftInfo *l2) const; // ClassDef(SoftInfo,1); // @@ -84,6 +88,7 @@ Bool_t IsReprocessing(){return(reprocessing);}; UInt_t GetFirstEntry(){return(first_file_entry);}; UInt_t GetLastEntry(){return(last_file_entry-1);}; + UInt_t GetEntries(){return(last_file_entry-1-first_file_entry);}; ULong64_t GetFileEntries(){return(file_entries);}; // ClassDef(ItoRunInfo,1);