#include <FairPointSetDraw.h>
Definition at line 32 of file FairPointSetDraw.h.
FairPointSetDraw::FairPointSetDraw |
( |
| ) |
|
FairPointSetDraw::FairPointSetDraw |
( |
const char * |
name, |
|
|
FairDataSourceI * |
dataSource, |
|
|
Color_t |
color, |
|
|
Style_t |
mstyle, |
|
|
Int_t |
iVerbose = 1 |
|
) |
| |
Standard constructor
- Parameters
-
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
- Parameters
-
name | Name of task |
color | Color of points |
mstyle | Style of points |
iVerbose | Verbosity level |
Definition at line 38 of file FairPointSetDraw.cxx.
FairPointSetDraw::~FairPointSetDraw |
( |
| ) |
|
|
virtual |
void FairPointSetDraw::Exec |
( |
Option_t * |
option | ) |
|
|
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.
void FairPointSetDraw::Finish |
( |
| ) |
|
|
protectedvirtual |
virtual TVector3 FairPointSetDraw::GetVector |
( |
TObject * |
obj | ) |
|
|
protectedpure 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 59 of file FairPointSetDraw.cxx.
void FairPointSetDraw::Reset |
( |
| ) |
|
void FairPointSetDraw::SetParContainers |
( |
| ) |
|
|
protectedvirtual |
virtual void FairPointSetDraw::SetUseTimeOffset |
( |
Bool_t |
val | ) |
|
|
inlinevirtual |
void FairPointSetDraw::SetVerbose |
( |
Int_t |
iVerbose | ) |
|
|
inline |
Set verbosity level. For this task and all of the subtasks.
Definition at line 61 of file FairPointSetDraw.h.
Color_t FairPointSetDraw::fColor |
|
protected |
TEvePointSet* FairPointSetDraw::fq = nullptr |
|
protected |
Style_t FairPointSetDraw::fStyle |
|
protected |
Bool_t FairPointSetDraw::fUseTimeOffset = kTRUE |
|
protected |
Int_t FairPointSetDraw::fVerbose |
|
protected |
The documentation for this class was generated from the following files: