![]() |
PandaRoot
|
#include <PndLmdPixelClusterTask.h>
Public Member Functions | |
PndLmdPixelClusterTask () | |
virtual | ~PndLmdPixelClusterTask () |
virtual void | SetParContainers () |
virtual void | SetBranchNames () |
virtual void | SetClusterFinder () |
virtual void | SetBackMapping () |
virtual void | SetBranchNames (TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName) |
void | Exec (Option_t *opt) |
void | FinishEvent () |
InitStatus | Init () |
ClassDef (PndLmdPixelClusterTask, 3) | |
![]() | |
PndSdsPixelClusterTask () | |
PndSdsPixelClusterTask (const PndSdsPixelClusterTask &other) | |
PndSdsPixelClusterTask (const char *name) | |
virtual | ~PndSdsPixelClusterTask () |
PndSdsPixelClusterTask & | operator= (PndSdsPixelClusterTask &other) |
void | SetNoiseSuppression (Bool_t val) |
Bool_t | GetNoiseSuppression () const |
virtual void | SetInBranchId () |
virtual InitStatus | ReInit () |
virtual void | SetClusterFinderMQ (TList *) |
virtual void | SetBackMappingMQ (TList *) |
virtual void | InitMQ (TList *tempList) |
virtual void | GetParList (TList *tempList) |
virtual void | ExecMQ (TList *inputList, TList *outputList) |
void | Exec (Option_t *opt) |
![]() | |
PndSdsTask () | |
PndSdsTask (const char *name, Int_t iVerbose=1) | |
virtual | ~PndSdsTask () |
![]() | |
PndPersistencyTask () | |
PndPersistencyTask (const char *name, Int_t iVerbose=1) | |
virtual | ~PndPersistencyTask () |
void | SetPersistency (Bool_t val=kTRUE) |
Bool_t | GetPersistency () |
Additional Inherited Members | |
![]() | |
void | Register () |
void | Reset () |
void | ProduceHits () |
virtual std::vector< PndSdsDigiPixel > | ConvertAndFilter (TClonesArray *digidata) |
convert TClonesArray into std::vector and remove corrupted data (for test beam analysis) More... | |
ClassDef (PndSdsPixelClusterTask, 4) | |
![]() | |
ClassDef (PndSdsTask, 1) | |
![]() | |
Bool_t | fUseNoiseSuppression |
PndSdsFE * | fFEModel |
TClonesArray * | fDigiArray |
PndSdsPixelDigiPar * | fDigiPar |
PndSdsChargeConversion * | fChargeConverter |
PndGeoHandling * | fGeoH |
TString | fClustBranchName |
TClonesArray * | fClusterArray |
TClonesArray * | fHitArray |
FairEventHeader * | fEventHeader |
BinaryFunctor * | fFunctor |
BinaryFunctor * | fStartFunctor |
Int_t | fClusterType |
Int_t | fEventNr |
PndSdsPixelClusterFinder * | fClusterFinder |
PndSdsPixelBackMapping * | fBackMapping |
![]() | |
TString | fInBranchName |
TString | fOutBranchName |
TString | fFolderName |
Int_t | fInBranchId |
Int_t | fOutBranchId |
Definition at line 13 of file PndLmdPixelClusterTask.h.
PndLmdPixelClusterTask::PndLmdPixelClusterTask | ( | ) |
Default constructor
|
virtual |
Destructor
PndLmdPixelClusterTask::ClassDef | ( | PndLmdPixelClusterTask | , |
3 | |||
) |
void PndLmdPixelClusterTask::Exec | ( | Option_t * | opt | ) |
Virtual method Exec
|
virtual |
Reimplemented from PndSdsPixelClusterTask.
|
virtual |
Reimplemented from PndSdsPixelClusterTask.
|
virtual |
Implements PndSdsPixelClusterTask.
|
virtual |
Implements PndSdsTask.
|
virtual |
|
virtual |
Implements PndSdsPixelClusterTask.
|
virtual |
Virtual method Init
Reimplemented from PndSdsPixelClusterTask.