![]() |
PandaRoot
|
#include <PndMvdHitProducerIdeal.h>
Public Member Functions | |
PndMvdHitProducerIdeal () | |
virtual | ~PndMvdHitProducerIdeal () |
void | SetBranchNames (TString inBranchname, TString outBranchname, TString folderName) |
virtual void | SetBranchNames () |
ClassDef (PndMvdHitProducerIdeal, 4) | |
![]() | |
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) |
![]() | |
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 | Register () |
void | Reset () |
void | ProduceHits () |
ClassDef (PndSdsHitProducerIdeal, 4) | |
![]() | |
ClassDef (PndSdsTask, 1) | |
![]() | |
TClonesArray * | fPointArray |
TClonesArray * | fHitArray |
Double_t | fDx = 0.0001 |
Double_t | fDy = 0.0001 |
Double_t | fDz = 0.0001 |
![]() | |
TString | fInBranchName |
TString | fOutBranchName |
TString | fFolderName |
Int_t | fInBranchId |
Int_t | fOutBranchId |
CbmMvdHitProducerIdeal.h
Definition at line 15 of file PndMvdHitProducerIdeal.h.
PndMvdHitProducerIdeal::PndMvdHitProducerIdeal | ( | ) |
Default constructor
|
virtual |
Destructor
PndMvdHitProducerIdeal::ClassDef | ( | PndMvdHitProducerIdeal | , |
4 | |||
) |
void PndMvdHitProducerIdeal::SetBranchNames | ( | TString | inBranchname, |
TString | outBranchname, | ||
TString | folderName | ||
) |
|
virtual |
pure virtual method SetBranchNames
called by Init() function to set individual branch names
Implements PndSdsHitProducerIdeal.