#include "htriggertaskset.h" |
HTriggerTaskSet
class description - source file - inheritance tree (.pdf)
private:
void parseArguments(TString s1)
public:
HTriggerTaskSet()
HTriggerTaskSet(Text_t* name, Text_t* title)
~HTriggerTaskSet()
static TClass* Class()
virtual TClass* IsA() const
HTask* make(const char* select, Option_t* option)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Bool_t isReal !
Bool_t isExp !
Bool_t isSimulation !
Bool_t doFilter !
HTriggerTaskSet
This HTaskSet contains the tasks for the Trigger Emulation
For more information, see this analysis logbook entry.
HTriggerTaskSet(Text_t name[],Text_t title[]) : HTaskSet(name,title)
Constructor, calls constructor of base class.
Input parameters:
Text_t name[]
Name of the object
Text_t title[]
Title of the object
Output parameters:
none
Return code:
none
HTriggerTaskSet(void) : HTaskSet()
Default constructor calls constructor of base class.
Input parameters:
none
Output parameters:
none
Return code:
none
~HTriggerTaskSet(void)
Destructor.
Input parameters:
none
Output parameters:
none
Return code:
none
HTask* make(const char *select, Option_t *option)
Returns a pointer to the Trigger taskset as specified by 'select'.
If select is empty, NO task will added to the list!
Input parameters:
const char* select -- default == ""
Selects set of tasks to be created. Possible values are: real || exp || (simulation && filter)
'real' ist for real dat with MU inforamtion,
'exp' is for real data witout MU information and
'simulation' is for simulated data.
'filter' skips all negativly triggered events from the MU emulation
(in combination with simulation option only!)
Option_t* option -- default = ""
Selects sub option for taskset. Not used in this fuction!
output parameters:
none
Return code:
Returns a pointer to a Taskset, that contains the list of tasks as specifyed
by the input parameters.
void parseArguments(TString s1)
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Last update: Fri Jan 26 12:38:08 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.