#include "hrichIPUtaskset.h" |
HRichIPUTaskSet
class description - source file - inheritance tree (.pdf)
public:
HRichIPUTaskSet()
HRichIPUTaskSet(Text_t* name, Text_t* title)
~HRichIPUTaskSet()
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)
HRichIPUTaskSet
This HTaskSet contains the tasks for the RichIPU
For more information, see this analysis logbook entry.
HRichIPUTaskSet(Text_t name[],Text_t title[])
: HTaskSet(name,title)
Constructor
Input parameters:
Text_t name[]
Name of the Task
Text_t title[]
Title / desciption of the task
Output parameters:
none
Return code:
none
HRichIPUTaskSet(void)
: HTaskSet()
Default constructor
Input parameters:
none
Output parameters:
none
Return code:
none
~HRichIPUTaskSet(void)
Destructor.
Input parameters:
none
Output parameters:
none
Return code:
none
HTask* make(const char *select, Option_t *option)
Returns a pointer to the RichIPU task or taskset specified by 'select'
Tasks that are added depend on the 'selet' parameter.
If selet is set to 'simulation' then the HRichAnalysisIPUSim task will be added to the list.
If select is set to 'real' then the HRichAnalysisIPU task will be added to the the list.
If 'select' is empty (""), no task will be added to the list!
Input parameters:
const char *select
Select which configuration to run
Possible values: simulation || real
Option_t *option
Not used!
Output parameters:
none
Return code:
Returns a pointer to a Set of Tasks that will be run by this taskset.
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:28:01 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.