FairRoot
|
#include <FairPointSetDraw.h>
Public Member Functions | |
FairPointSetDraw () | |
FairPointSetDraw (const char *name, FairDataSourceI *dataSource, Color_t color, Style_t mstyle, Int_t iVerbose=1) | |
FairPointSetDraw (const char *name, Color_t color, Style_t mstyle, Int_t iVerbose=1) | |
virtual | ~FairPointSetDraw () |
void | SetVerbose (Int_t iVerbose) |
virtual void | Exec (Option_t *option) |
void | Reset () |
virtual void | SetUseTimeOffset (Bool_t val) |
virtual void | SetDataSource (FairDataSourceI *source) |
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) |
Protected Member Functions | |
virtual TVector3 | GetVector (TObject *obj)=0 |
virtual void | SetParContainers () |
virtual InitStatus | Init () |
virtual void | Finish () |
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 | |
Int_t | fVerbose |
TEvePointSet * | fq = nullptr |
Color_t | fColor |
Style_t | fStyle |
Bool_t | fUseTimeOffset = kTRUE |
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 32 of file FairPointSetDraw.h.
FairPointSetDraw::FairPointSetDraw | ( | ) |
Default constructor
Definition at line 30 of file FairPointSetDraw.cxx.
FairPointSetDraw::FairPointSetDraw | ( | const char * | name, |
FairDataSourceI * | dataSource, | ||
Color_t | color, | ||
Style_t | mstyle, | ||
Int_t | iVerbose = 1 |
||
) |
Standard constructor
name | Name of task |
dataSource | Input data container for data to be displayed |
color | Color of points |
mstyle | Style of points |
iVerbose | Verbosity level |
Definition at line 46 of file FairPointSetDraw.cxx.
FairPointSetDraw::FairPointSetDraw | ( | const char * | name, |
Color_t | color, | ||
Style_t | mstyle, | ||
Int_t | iVerbose = 1 |
||
) |
Legacy constructor Input data source will be set to nullptr which implicitly activates the read in via TClonesArray branch
name | Name of task |
color | Color of points |
mstyle | Style of points |
iVerbose | Verbosity level |
Definition at line 38 of file FairPointSetDraw.cxx.
|
virtual |
Destructor
Definition at line 120 of file FairPointSetDraw.cxx.
|
virtual |
Executed task
< corrects a point time (with only time-of-flight) to event time + ToF to match with TimeLimits tmin, tmax
Definition at line 76 of file FairPointSetDraw.cxx.
|
protectedvirtual |
Action after each event
Reimplemented from FairTask.
Definition at line 125 of file FairPointSetDraw.cxx.
|
protectedpure virtual |
Implemented in FairHitPointSetDraw, and FairMCPointDraw.
|
protectedvirtual |
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 59 of file FairPointSetDraw.cxx.
void FairPointSetDraw::Reset | ( | ) |
Definition at line 127 of file FairPointSetDraw.cxx.
|
inlinevirtual |
Definition at line 68 of file FairPointSetDraw.h.
|
protectedvirtual |
Intialise parameter containers. To be implemented in the derived class.
Reimplemented from FairTask.
Definition at line 122 of file FairPointSetDraw.cxx.
|
inlinevirtual |
Definition at line 66 of file FairPointSetDraw.h.
|
inline |
Set verbosity level. For this task and all of the subtasks.
Definition at line 61 of file FairPointSetDraw.h.
|
protected |
Definition at line 80 of file FairPointSetDraw.h.
|
protected |
Definition at line 79 of file FairPointSetDraw.h.
|
protected |
Definition at line 81 of file FairPointSetDraw.h.
|
protected |
Definition at line 82 of file FairPointSetDraw.h.
|
protected |
Definition at line 74 of file FairPointSetDraw.h.