1#ifndef RootEventData_TTrigData_H
2#define RootEventData_TTrigData_H 1
15 void Clear(Option_t *option=
"");
17 void Print(Option_t *option=
"")
const;
21 void setTrigCondition(
const int* cond) {
for(
int i = 0; i < 48; i++) m_trigcond[i] = cond[i]; }
23 void setTrigChannel(
const int* chan) {
for(
int i = 0; i < 16; i++) m_trigChan[i] = chan[i]; }
int getTimingType() const
int getTimeWindow() const
void setTrigCondition(const int *cond)
void setTimeWindow(int i)
void setTrigChannel(const int *chan)
int getTrigCondition(int i) const
const int * getTrigChannel() const
void Clear(Option_t *option="")
int getTrigChannel(int i) const
void setTrigCondition(int i, int j)
void Print(Option_t *option="") const
void setTrigChannel(int i, int j)
void setTimingType(int i)
const int * getTrigCondition() const