|
BmnRoot
|
Class presenting Event Info (Metadata) Structure. More...
#include <EventCatalogue.h>
Public Attributes | |
| string | StorageName = "" |
| storage name, where the file with the event is located | |
| string | FilePath = "" |
| path of the file containing the event | |
| int | EventNumber = -1 |
| event number in the file | |
| string | SoftwareVersion = "" |
| version of the software used for processing the event | |
| int | PeriodNumber = -1 |
| number of experiment session, when the event was collected | |
| int | RunNumber = -1 |
| number of experiment run, when the event was collected | |
| int | TrackNumber = -1 |
| number of tracks in the event | |
Static Public Attributes | |
| static const int | Version = 1 |
| structure (API) version | |
Class presenting Event Info (Metadata) Structure.
Definition at line 20 of file EventCatalogue.h.
| int EventInfo::EventNumber = -1 |
event number in the file
Definition at line 27 of file EventCatalogue.h.
| string EventInfo::FilePath = "" |
path of the file containing the event
Definition at line 26 of file EventCatalogue.h.
| int EventInfo::PeriodNumber = -1 |
number of experiment session, when the event was collected
Definition at line 30 of file EventCatalogue.h.
| int EventInfo::RunNumber = -1 |
number of experiment run, when the event was collected
Definition at line 31 of file EventCatalogue.h.
| string EventInfo::SoftwareVersion = "" |
version of the software used for processing the event
Definition at line 29 of file EventCatalogue.h.
| string EventInfo::StorageName = "" |
storage name, where the file with the event is located
Definition at line 25 of file EventCatalogue.h.
| int EventInfo::TrackNumber = -1 |
number of tracks in the event
Definition at line 33 of file EventCatalogue.h.
|
static |
structure (API) version
Definition at line 23 of file EventCatalogue.h.
Referenced by EventCatalogue::EventCatalogue().