All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sbn::MetaInfo Struct Reference

#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...
 

Detailed Description

Definition at line 97 of file TrackCaloSkimmerObj.h.

Constructor & Destructor Documentation

sbn::MetaInfo::MetaInfo ( )
inline

Definition at line 105 of file TrackCaloSkimmerObj.h.

105  :
106  run(-1),
107  evt(-1),
108  subrun(-1),
109  ifile(-1),
110  iproc(-1) {}
int ifile
Index of file into processing.
int subrun
Subrun number.
int iproc
Index of process number into processing (useful for grid)
int run
Run number.
int evt
Event number.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: