#include <TTrigData.h>
Definition at line 8 of file TTrigData.h.
◆ TTrigData()
◆ ~TTrigData()
TTrigData::~TTrigData |
( |
| ) |
|
|
virtual |
◆ Clear()
void TTrigData::Clear |
( |
Option_t * |
option = "" | ) |
|
◆ getPreScale()
const bool TTrigData::getPreScale |
( |
| ) |
const |
|
inline |
◆ getTimeWindow()
const int TTrigData::getTimeWindow |
( |
| ) |
const |
|
inline |
◆ getTimingType()
const int TTrigData::getTimingType |
( |
| ) |
const |
|
inline |
◆ getTrigChannel() [1/2]
const int * TTrigData::getTrigChannel |
( |
| ) |
const |
|
inline |
◆ getTrigChannel() [2/2]
const int TTrigData::getTrigChannel |
( |
int |
i | ) |
const |
|
inline |
◆ getTrigCondition() [1/2]
const int * TTrigData::getTrigCondition |
( |
| ) |
const |
|
inline |
◆ getTrigCondition() [2/2]
const int TTrigData::getTrigCondition |
( |
int |
i | ) |
const |
|
inline |
◆ Print()
void TTrigData::Print |
( |
Option_t * |
option = "" | ) |
const |
Definition at line 21 of file TTrigData.cxx.
21 {
22 TObject::Print(option);
23}
◆ setPreScale()
void TTrigData::setPreScale |
( |
bool |
i | ) |
|
|
inline |
◆ setTimeWindow()
void TTrigData::setTimeWindow |
( |
int |
i | ) |
|
|
inline |
◆ setTimingType()
void TTrigData::setTimingType |
( |
int |
i | ) |
|
|
inline |
◆ setTrigChannel() [1/2]
void TTrigData::setTrigChannel |
( |
const int * |
chan | ) |
|
|
inline |
Definition at line 23 of file TTrigData.h.
23{ for(int i = 0; i < 16; i++) m_trigChan[i] = chan[i]; }
◆ setTrigChannel() [2/2]
void TTrigData::setTrigChannel |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inline |
◆ setTrigCondition() [1/2]
void TTrigData::setTrigCondition |
( |
const int * |
cond | ) |
|
|
inline |
Definition at line 21 of file TTrigData.h.
21{ for(int i = 0; i < 48; i++) m_trigcond[i] = cond[i]; }
◆ setTrigCondition() [2/2]
void TTrigData::setTrigCondition |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: