FairRoot
|
#include <FairMCMatchSelectorTask.h>
Public Member Functions | |
FairMCMatchSelectorTask () | |
FairMCMatchSelectorTask (TString start, TString stop) | |
FairMCMatchSelectorTask (Int_t start, Int_t stop) | |
virtual | ~FairMCMatchSelectorTask () |
virtual void | SetParContainers () |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *opt) |
virtual void | Finish () |
virtual void | SetStart (Int_t type) |
virtual void | SetStop (Int_t type) |
virtual void | SetAllWeights (Float_t weight) |
virtual void | SetWeightStage (Int_t type, Float_t weight) |
virtual void | SetWeights () |
Public Member Functions inherited from FairTask | |
FairTask () | |
FairTask (const char *name, Int_t iVerbose=1) | |
virtual | ~FairTask () |
void | InitTask () |
void | ReInitTask () |
void | SetParTask () |
virtual void | FinishTask () |
virtual void | FinishEvent () |
void | SetVerbose (Int_t iVerbose) |
void | SetInputPersistance (Bool_t val) |
void | CheckInputPersistance (TString branchName) |
virtual void | ExecuteTask (Option_t *option="0") |
void | SetOutputBranchPersistent (TString, Bool_t) |
Bool_t | IsOutputBranchPersistent (TString) |
void | SetStreamProcessing (Bool_t val=kTRUE) |
Additional Inherited Members | |
Protected Member Functions inherited from FairTask | |
virtual InitStatus | ReInit () |
void | InitTasks () |
void | ReInitTasks () |
virtual void | ExecuteTasks (Option_t *option) |
void | SetParTasks () |
void | FinishTasks () |
void | FinishEvents () |
Protected Attributes inherited from FairTask | |
Int_t | fVerbose |
Int_t | fInputPersistance |
Indicates if input branch is persistant. More... | |
FairLogger * | fLogger |
Bool_t | fStreamProcessing |
Definition at line 31 of file FairMCMatchSelectorTask.h.
FairMCMatchSelectorTask::FairMCMatchSelectorTask | ( | ) |
Default constructor
Definition at line 22 of file FairMCMatchSelectorTask.cxx.
FairMCMatchSelectorTask::FairMCMatchSelectorTask | ( | TString | start, |
TString | stop | ||
) |
Definition at line 34 of file FairMCMatchSelectorTask.cxx.
FairMCMatchSelectorTask::FairMCMatchSelectorTask | ( | Int_t | start, |
Int_t | stop | ||
) |
Definition at line 45 of file FairMCMatchSelectorTask.cxx.
|
virtual |
Destructor
Definition at line 57 of file FairMCMatchSelectorTask.cxx.
|
virtual |
Virtual method Exec
Definition at line 86 of file FairMCMatchSelectorTask.cxx.
|
virtual |
Action at end of run. For this task and all of the subtasks. To be implemented in the derived class.
Reimplemented from FairTask.
Definition at line 103 of file FairMCMatchSelectorTask.cxx.
|
virtual |
Intialisation at begin of run. To be implemented in the derived class. Success If not kSUCCESS, task will be set inactive.
Reimplemented from FairTask.
Definition at line 60 of file FairMCMatchSelectorTask.cxx.
|
inlinevirtual |
Definition at line 56 of file FairMCMatchSelectorTask.h.
|
virtual |
Virtual method Init
Reimplemented from FairTask.
Definition at line 83 of file FairMCMatchSelectorTask.cxx.
|
inlinevirtual |
Definition at line 53 of file FairMCMatchSelectorTask.h.
|
inlinevirtual |
Definition at line 54 of file FairMCMatchSelectorTask.h.
|
virtual |
Definition at line 95 of file FairMCMatchSelectorTask.cxx.
|
inlinevirtual |
Definition at line 57 of file FairMCMatchSelectorTask.h.