9 |
// |
// |
10 |
#include <GLTables.h> |
#include <GLTables.h> |
11 |
// |
// |
12 |
|
#include <RunInfoStruct.h> |
13 |
|
|
14 |
|
|
15 |
class SoftInfo : public TObject { |
class SoftInfo : public TObject { |
16 |
|
|
29 |
// Default constructor |
// Default constructor |
30 |
// |
// |
31 |
SoftInfo(); |
SoftInfo(); |
32 |
|
|
33 |
|
void GetLevel2Struct(cSoftInfo *l2) const; |
34 |
// |
// |
35 |
ClassDef(SoftInfo,1); |
ClassDef(SoftInfo,1); |
36 |
// |
// |
88 |
Bool_t IsReprocessing(){return(reprocessing);}; |
Bool_t IsReprocessing(){return(reprocessing);}; |
89 |
UInt_t GetFirstEntry(){return(first_file_entry);}; |
UInt_t GetFirstEntry(){return(first_file_entry);}; |
90 |
UInt_t GetLastEntry(){return(last_file_entry-1);}; |
UInt_t GetLastEntry(){return(last_file_entry-1);}; |
91 |
|
UInt_t GetEntries(){return(last_file_entry-1-first_file_entry);}; |
92 |
ULong64_t GetFileEntries(){return(file_entries);}; |
ULong64_t GetFileEntries(){return(file_entries);}; |
93 |
// |
// |
94 |
ClassDef(ItoRunInfo,1); |
ClassDef(ItoRunInfo,1); |