#include <TrackCaloSkimmerObj.h>
Public Member Functions | |
MetaInfo () | |
Public Attributes | |
int | run |
Run number. More... | |
int | evt |
Event number. More... | |
int | subrun |
Subrun number. More... | |
uint64_t | time |
Timestamp. More... | |
int | ifile |
Index of file into processing. More... | |
int | iproc |
Index of process number into processing (useful for grid) More... | |
Definition at line 97 of file TrackCaloSkimmerObj.h.
|
inline |
Definition at line 105 of file TrackCaloSkimmerObj.h.
int sbn::MetaInfo::evt |
Event number.
Definition at line 99 of file TrackCaloSkimmerObj.h.
int sbn::MetaInfo::ifile |
Index of file into processing.
Definition at line 102 of file TrackCaloSkimmerObj.h.
int sbn::MetaInfo::iproc |
Index of process number into processing (useful for grid)
Definition at line 103 of file TrackCaloSkimmerObj.h.
int sbn::MetaInfo::run |
Run number.
Definition at line 98 of file TrackCaloSkimmerObj.h.
int sbn::MetaInfo::subrun |
Subrun number.
Definition at line 100 of file TrackCaloSkimmerObj.h.
uint64_t sbn::MetaInfo::time |
Timestamp.
Definition at line 101 of file TrackCaloSkimmerObj.h.