PandaRoot
PndMasterLocalRecoTask Class Reference

The default local reconstruction tasks. More...

#include <PndMasterLocalRecoTask.h>

Inheritance diagram for PndMasterLocalRecoTask:
PndMasterTask PndPersistencyTask

Public Member Functions

 PndMasterLocalRecoTask (TString options="")
 Default constructor with options. More...
 
virtual ~PndMasterLocalRecoTask ()
 Destructor. More...
 
virtual void SetPersistency (Bool_t pers=kTRUE)
 Set the persistency of all the tasks. More...
 
- Public Member Functions inherited from PndMasterTask
 PndMasterTask ()
 Default constructor. More...
 
 PndMasterTask (const char *name)
 Proper Constructor. More...
 
virtual ~PndMasterTask ()
 Destructor. More...
 
void PrintTaskList ()
 It prints the list of tasks. More...
 
void SetVerbose (Int_t iVerbose=1)
 Set the Verbosity to all the tasks. More...
 
void SetVerbose (Int_t nTask, Int_t iVerbose)
 Set the Verbosity to a single task. More...
 
FairTask * GetTask (Int_t nTask)
 Return the pointer to a single task. More...
 
- Public Member Functions inherited from PndPersistencyTask
 PndPersistencyTask ()
 
 PndPersistencyTask (const char *name, Int_t iVerbose=1)
 
virtual ~PndPersistencyTask ()
 
void SetPersistency (Bool_t val=kTRUE)
 
Bool_t GetPersistency ()
 

Additional Inherited Members

- Protected Attributes inherited from PndMasterTask
std::vector< PndPersistencyTask * > fBranchTasks
 
std::vector< FairTask * > fStandardTasks
 
std::map< PndPersistencyTask *, bool > fFixedPersistency
 

Detailed Description

The default local reconstruction tasks.

Master Local Reconstruction Task Class

This class includes all the local reconstruction tasks which need to be used in the default local reconstruction macros.

Remarks
If you find some obsolete task which needs to be changed, contact the computing coordinator.
Author
Tobias Stockmanns t.sto.nosp@m.ckma.nosp@m.nns@f.nosp@m.z-ju.nosp@m.elich.nosp@m..de, FZ Juelich
Version
1.0
Date
Mar 1, 2018

Definition at line 23 of file PndMasterLocalRecoTask.h.

Constructor & Destructor Documentation

◆ PndMasterLocalRecoTask()

PndMasterLocalRecoTask::PndMasterLocalRecoTask ( TString  options = "")

Default constructor with options.

Parameters
options= "" -> default settings full setup
options= "day1" -> Setup for day1 experiment: no GEM, FTS1234, NO DISC, NO RICH
options= "gem" (added to "day1") -> Setup for day1 experiment with 3 GEM planes
options= "fts1256" (added to "day1") -> Setup for day1 experiment with FTS1256 insted of FTS1234 Example: "day1+gem+fts1256" means day1 setup + GEM planes + fst1256

◆ ~PndMasterLocalRecoTask()

virtual PndMasterLocalRecoTask::~PndMasterLocalRecoTask ( )
virtual

Destructor.

Member Function Documentation

◆ SetPersistency()

virtual void PndMasterLocalRecoTask::SetPersistency ( Bool_t  pers = kTRUE)
virtual

Set the persistency of all the tasks.

Parameters
persPersistency level: 0 no TCA, 1 all TCA

Reimplemented from PndMasterTask.


The documentation for this class was generated from the following file: