1#ifndef RootEventData_TTrigData_H
2#define RootEventData_TTrigData_H 1
14 void Clear( Option_t* option =
"" );
16 void Print( Option_t* option =
"" )
const;
21 for (
int i = 0; i < 48; i++ ) m_trigcond[i] = cond[i];
25 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