![]() |
PandaRoot
|
#include <PndLmdHitProducerIdeal.h>
Public Member Functions | |
| PndLmdHitProducerIdeal () | |
| virtual | ~PndLmdHitProducerIdeal () |
| virtual void | SetBranchNames (TString inBranchname, TString outBranchname, TString folderName) |
| virtual void | SetBranchNames () |
| ClassDef (PndLmdHitProducerIdeal, 4) | |
Public Member Functions inherited from PndSdsHitProducerIdeal | |
| PndSdsHitProducerIdeal () | |
| PndSdsHitProducerIdeal (PndSdsHitProducerIdeal &other) | |
| PndSdsHitProducerIdeal (const char *name) | |
| virtual | ~PndSdsHitProducerIdeal () |
| virtual void | SetParContainers () |
| virtual InitStatus | Init () |
| virtual void | Exec (Option_t *opt) |
| void | SetPersistance (Bool_t p=kTRUE) |
| void | SetSmearing (Double_t x, Double_t y, Double_t z) |
| PndSdsHitProducerIdeal & | operator= (PndSdsHitProducerIdeal &other) |
Public Member Functions inherited from PndSdsTask | |
| PndSdsTask () | |
| PndSdsTask (const char *name, Int_t iVerbose=1) | |
| virtual | ~PndSdsTask () |
| virtual void | SetInBranchId () |
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 PndSdsHitProducerIdeal | |
| void | Register () |
| void | Reset () |
| void | ProduceHits () |
| ClassDef (PndSdsHitProducerIdeal, 4) | |
Protected Member Functions inherited from PndSdsTask | |
| ClassDef (PndSdsTask, 1) | |
Protected Attributes inherited from PndSdsHitProducerIdeal | |
| TClonesArray * | fPointArray |
| TClonesArray * | fHitArray |
| Double_t | fDx = 0.0001 |
| Double_t | fDy = 0.0001 |
| Double_t | fDz = 0.0001 |
Protected Attributes inherited from PndSdsTask | |
| TString | fInBranchName |
| TString | fOutBranchName |
| TString | fFolderName |
| Int_t | fInBranchId |
| Int_t | fOutBranchId |
Definition at line 24 of file PndLmdHitProducerIdeal.h.
| PndLmdHitProducerIdeal::PndLmdHitProducerIdeal | ( | ) |
Default constructor
|
virtual |
Destructor
| PndLmdHitProducerIdeal::ClassDef | ( | PndLmdHitProducerIdeal | , |
| 4 | |||
| ) |
|
virtual |
|
virtual |
pure virtual method SetBranchNames
called by Init() function to set individual branch names
Implements PndSdsHitProducerIdeal.