BmnRoot
Loading...
Searching...
No Matches
EventInfo Class Reference

Class presenting Event Info (Metadata) Structure. More...

#include <EventCatalogue.h>

Collaboration diagram for EventInfo:
[legend]

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
 

Detailed Description

Class presenting Event Info (Metadata) Structure.

Definition at line 20 of file EventCatalogue.h.

Member Data Documentation

◆ EventNumber

int EventInfo::EventNumber = -1

event number in the file

Definition at line 27 of file EventCatalogue.h.

◆ FilePath

string EventInfo::FilePath = ""

path of the file containing the event

Definition at line 26 of file EventCatalogue.h.

◆ PeriodNumber

int EventInfo::PeriodNumber = -1

number of experiment session, when the event was collected

Definition at line 30 of file EventCatalogue.h.

◆ RunNumber

int EventInfo::RunNumber = -1

number of experiment run, when the event was collected

Definition at line 31 of file EventCatalogue.h.

◆ SoftwareVersion

string EventInfo::SoftwareVersion = ""

version of the software used for processing the event

Definition at line 29 of file EventCatalogue.h.

◆ StorageName

string EventInfo::StorageName = ""

storage name, where the file with the event is located

Definition at line 25 of file EventCatalogue.h.

◆ TrackNumber

int EventInfo::TrackNumber = -1

number of tracks in the event

Definition at line 33 of file EventCatalogue.h.

◆ Version

static const int EventInfo::Version = 1
static

structure (API) version

Definition at line 23 of file EventCatalogue.h.

Referenced by EventCatalogue::EventCatalogue().


The documentation for this class was generated from the following files: