![]() |
PandaRoot
|
#include <PndLmdIdealRecoTask.h>
Public Member Functions | |
PndLmdIdealRecoTask () | |
PndLmdIdealRecoTask (Double_t sx, Double_t sy, Double_t sz) | |
virtual | ~PndLmdIdealRecoTask () |
virtual void | SetBranchNames (TString inBranchname, TString outHitBranchname, TString folderName) |
virtual void | SetBranchNames () |
ClassDef (PndLmdIdealRecoTask, 2) | |
![]() | |
PndSdsIdealRecoTask () | |
PndSdsIdealRecoTask (Double_t sx, Double_t sy, Double_t sz) | |
PndSdsIdealRecoTask (PndSdsIdealRecoTask &other) | |
virtual | ~PndSdsIdealRecoTask () |
PndSdsIdealRecoTask & | operator= (PndSdsIdealRecoTask &other) |
virtual void | SetParContainers () |
virtual InitStatus | Init () |
virtual void | Exec (Option_t *opt) |
![]() | |
PndSdsTask () | |
PndSdsTask (const char *name, Int_t iVerbose=1) | |
virtual | ~PndSdsTask () |
virtual void | SetInBranchId () |
![]() | |
PndPersistencyTask () | |
PndPersistencyTask (const char *name, Int_t iVerbose=1) | |
virtual | ~PndPersistencyTask () |
void | SetPersistency (Bool_t val=kTRUE) |
Bool_t | GetPersistency () |
Additional Inherited Members | |
![]() | |
void | InitTransMat () |
void | smear (TVector3 &pos) |
void | smearLocal (TVector3 &pos) |
void | CalcDetPlane (TVector3 &o, TVector3 &u, TVector3 &v) |
void | Register () |
void | Reset () |
void | ProduceHits () |
ClassDef (PndSdsIdealRecoTask, 1) | |
![]() | |
ClassDef (PndSdsTask, 1) | |
![]() | |
PndGeoHandling * | fGeoH |
TClonesArray * | fPointArray |
TClonesArray * | fMctruthArray |
TClonesArray * | fHitOutputArray |
Double_t | fSigmaX |
Double_t | fSigmaY |
Double_t | fSigmaZ |
PndSdsMCPoint * | fCurrentPndSdsMCPoint |
TGeoHMatrix * | fCurrentTransMat |
TMatrixT< Double_t > | fHitCovMatrix |
![]() | |
TString | fInBranchName |
TString | fOutBranchName |
TString | fFolderName |
Int_t | fInBranchId |
Int_t | fOutBranchId |
Definition at line 21 of file PndLmdIdealRecoTask.h.
PndLmdIdealRecoTask::PndLmdIdealRecoTask | ( | ) |
Default constructor
PndLmdIdealRecoTask::PndLmdIdealRecoTask | ( | Double_t | sx, |
Double_t | sy, | ||
Double_t | sz | ||
) |
|
virtual |
Destructor
PndLmdIdealRecoTask::ClassDef | ( | PndLmdIdealRecoTask | , |
2 | |||
) |
|
virtual |
pure virtual method SetBranchNames
called by Init() function to set individual branch names
|
virtual |
Implements PndSdsTask.