![]() |
PandaRoot
|
#include <PndMvdToPix4ClusterTask.h>
Public Member Functions | |
PndMvdToPix4ClusterTask (TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar") | |
virtual | ~PndMvdToPix4ClusterTask () |
![]() | |
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) |
![]() | |
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) |
![]() | |
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 () |
Protected Member Functions | |
virtual std::vector< PndSdsDigiPixel > | ConvertAndFilter (TClonesArray *digidata) |
convert TClonesArray into std::vector and remove corrupted data (for test beam analysis) More... | |
![]() | |
void | Register () |
void | Reset () |
void | ProduceHits () |
ClassDef (PndSdsPixelClusterTask, 4) | |
![]() | |
ClassDef (PndSdsTask, 1) | |
Additional Inherited Members | |
![]() | |
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 PndMvdToPix4ClusterTask.h.
PndMvdToPix4ClusterTask::PndMvdToPix4ClusterTask | ( | TString | parName = "MVDPixelDigiPar" , |
TString | totParName = "MVDPixelTotDigiPar" |
||
) |
Default constructor
|
virtual |
Destructor
|
protectedvirtual |
convert TClonesArray into std::vector and remove corrupted data (for test beam analysis)
Reimplemented from PndSdsPixelClusterTask.