ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <AtTriggerTask.h>
Public Member Functions | |
AtTriggerTask () | |
~AtTriggerTask () | |
void | SetPersistence (Bool_t val) |
void | SetAtMap (TString mapPath) |
virtual InitStatus | Init () |
Initiliazation of task at the beginning of a run. More... | |
virtual void | Exec (Option_t *opt) |
Executed for each event. More... | |
virtual void | SetParContainers () |
Load the parameter container from the runtime database. More... | |
Definition at line 27 of file AtTriggerTask.h.
AtTriggerTask::AtTriggerTask | ( | ) |
Definition at line 23 of file AtTriggerTask.cxx.
AtTriggerTask::~AtTriggerTask | ( | ) |
Definition at line 29 of file AtTriggerTask.cxx.
|
virtual |
Executed for each event.
Definition at line 90 of file AtTriggerTask.cxx.
|
virtual |
Initiliazation of task at the beginning of a run.
Definition at line 43 of file AtTriggerTask.cxx.
void AtTriggerTask::SetAtMap | ( | TString | mapPath | ) |
Definition at line 85 of file AtTriggerTask.cxx.
|
virtual |
Load the parameter container from the runtime database.
Definition at line 34 of file AtTriggerTask.cxx.
|
inline |
Definition at line 32 of file AtTriggerTask.h.