![]() |
PandaRoot
|
#include <PndMvdPixelClusterTask.h>
Public Member Functions | |
| PndMvdPixelClusterTask (TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar") | |
| virtual | ~PndMvdPixelClusterTask () |
| PndMvdPixelClusterTask (const PndMvdPixelClusterTask &)=delete | |
| PndMvdPixelClusterTask & | operator= (const PndMvdPixelClusterTask &)=delete |
| virtual void | GetParList (TList *tempList) |
| virtual void | SetClusterFinderMQ (TList *tempList) |
| virtual void | SetBackMappingMQ (TList *tempList) |
| virtual void | SetParContainers () |
| virtual void | SetBranchNames () |
| virtual void | SetClusterFinder () |
| virtual void | SetBackMapping () |
| virtual void | SetBranchNames (TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName) |
Public Member Functions inherited from PndSdsPixelClusterTask | |
| 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 | Init () |
| virtual InitStatus | ReInit () |
| virtual void | FinishEvent () |
| virtual void | InitMQ (TList *tempList) |
| virtual void | ExecMQ (TList *inputList, TList *outputList) |
| void | Exec (Option_t *opt) |
Public Member Functions inherited from PndSdsTask | |
| PndSdsTask () | |
| PndSdsTask (const char *name, Int_t iVerbose=1) | |
| virtual | ~PndSdsTask () |
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 Member Functions inherited from PndSdsPixelClusterTask | |
| 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) | |
Protected Member Functions inherited from PndSdsTask | |
| ClassDef (PndSdsTask, 1) | |
Protected Attributes inherited from PndSdsPixelClusterTask | |
| 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 |
Protected Attributes inherited from PndSdsTask | |
| TString | fInBranchName |
| TString | fOutBranchName |
| TString | fFolderName |
| Int_t | fInBranchId |
| Int_t | fOutBranchId |
Definition at line 13 of file PndMvdPixelClusterTask.h.
| PndMvdPixelClusterTask::PndMvdPixelClusterTask | ( | TString | parName = "MVDPixelDigiPar", |
| TString | totParName = "MVDPixelTotDigiPar" |
||
| ) |
Default constructor
|
virtual |
Destructor
|
delete |
|
virtual |
Reimplemented from PndSdsPixelClusterTask.
|
delete |
|
virtual |
Implements PndSdsPixelClusterTask.
|
virtual |
Reimplemented from PndSdsPixelClusterTask.
|
virtual |
Implements PndSdsTask.
|
virtual |
|
virtual |
Implements PndSdsPixelClusterTask.
|
virtual |
Methods to run with MQ
Reimplemented from PndSdsPixelClusterTask.
|
virtual |
Virtual method Init
Reimplemented from PndSdsPixelClusterTask.