![]() |
PPM-DU analysis
2.3
conversion and analysis of the PPM-DU data
|
Fill a header when triggering the event. More...
#include <eventHeader.h>
Public Member Functions | |
| eventHeader () | |
| eventHeader (const int runNumber, const std::vector< int > index, const std::vector< long long int > time) | |
| eventHeader (const eventHeader &curHeader) | |
| const int | GetRunNumber () const |
| get the id of the run More... | |
| void | SetRunNumber (const int nb) |
| set the id of the run More... | |
| const std::vector< int > | GetEventIndexes () const |
| get the index list of the event More... | |
| void | SetIndex (const std::vector< int > index) |
| set the index list of the event More... | |
| const std::vector< long long int > | GetEventTimes () const |
| get the time stamp of each dom More... | |
| void | AddDomTime (const long long int time) |
| add the time stamp of one dom to the time stamp list More... | |
| void | AddEventIndex (const int index) |
| add the id of one dom to the id list More... | |
Fill a header when triggering the event.
This class is meant to fill the header of an event from the existing dom list. The information contained in this class are:
Contact: creusot@apc.univ-paris7.fr
Created on: Wed Feb 27 2013
Definition at line 31 of file eventHeader.h.
|
inline |
Definition at line 34 of file eventHeader.h.
|
inline |
Definition at line 40 of file eventHeader.h.
|
inline |
Definition at line 47 of file eventHeader.h.
|
inline |
add the time stamp of one dom to the time stamp list
Definition at line 64 of file eventHeader.h.
|
inline |
add the id of one dom to the id list
Definition at line 66 of file eventHeader.h.
|
inline |
get the index list of the event
Definition at line 58 of file eventHeader.h.
|
inline |
get the time stamp of each dom
Definition at line 62 of file eventHeader.h.
|
inline |
get the id of the run
Definition at line 54 of file eventHeader.h.
|
inline |
set the index list of the event
Definition at line 60 of file eventHeader.h.
|
inline |
set the id of the run
Definition at line 56 of file eventHeader.h.
1.8.6