![]() |
PandaRoot
|
#include <PndLmdHybridHitProducer.h>
Public Member Functions | |
PndLmdHybridHitProducer () | |
virtual | ~PndLmdHybridHitProducer () |
virtual void | SetParContainers () |
virtual InitStatus | Init () |
void | SetBranchNames (TString inBranchname, TString outBranchname, TString folderName) |
virtual void | SetBranchNames () |
ClassDef (PndLmdHybridHitProducer, 9) | |
![]() | |
PndSdsHybridHitProducer () | |
PndSdsHybridHitProducer (PndSdsHybridHitProducer &other) | |
PndSdsHybridHitProducer (const char *name) | |
PndSdsHybridHitProducer (Double_t lx, Double_t ly, Double_t threshold, Double_t noise) | |
virtual | ~PndSdsHybridHitProducer () |
virtual InitStatus | ReInit () |
virtual void | Exec (Option_t *opt) |
virtual void | FinishEvent () |
virtual void | FinishTask () |
void | RunTimeBased () |
PndSdsHybridHitProducer & | operator= (PndSdsHybridHitProducer &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 () |
TGeoHMatrix | GetTransformation (Int_t sensorID) |
void | GetLocalHitPoints (PndSdsMCPoint *myPoint, FairGeoVector &myHitIn, FairGeoVector &myHitOut) |
TVector3 | GetSensorDimensions (Int_t sensorID) |
void | AddHit (PndSdsPixel &hit, int mcIndex) |
void | AddHits (std::vector< PndSdsPixel > *hitList, int mcIndex) |
ClassDef (PndSdsHybridHitProducer, 8) | |
![]() | |
ClassDef (PndSdsTask, 1) | |
![]() | |
Bool_t | fPersistance |
Bool_t | fDigiPixelMCInfo |
TClonesArray * | fPointArray |
TClonesArray * | fPixelArray |
TClonesArray * | fPixelMCArray |
PndSdsPixelDigiPar * | fDigiPar |
PndSdsTotDigiPar * | fTotDigiPar |
PndSdsChargeConversion * | fChargeConverter |
FairMCEventHeader * | fMCEventHeader |
PndSdsDigiPixelWriteoutBuffer * | fDataBuffer |
Double_t | flx |
Double_t | fly |
Double_t | fthreshold |
Double_t | fnoise |
Double_t | fqsigma |
Int_t | fcols |
Int_t | frows |
Int_t | fPixelHits |
PndGeoHandling * | fGeoH |
Int_t | fEventNr |
Bool_t | fOverwriteParams |
Bool_t | fTimeOrderedDigi |
set to kTRUE to use the time ordering of the output data. More... | |
std::vector< PndSdsPixel > | fPixelList |
![]() | |
TString | fInBranchName |
TString | fOutBranchName |
TString | fFolderName |
Int_t | fInBranchId |
Int_t | fOutBranchId |
Definition at line 13 of file PndLmdHybridHitProducer.h.
PndLmdHybridHitProducer::PndLmdHybridHitProducer | ( | ) |
Default constructor
|
virtual |
Destructor
PndLmdHybridHitProducer::ClassDef | ( | PndLmdHybridHitProducer | , |
9 | |||
) |
|
virtual |
Reimplemented from PndSdsHybridHitProducer.
void PndLmdHybridHitProducer::SetBranchNames | ( | TString | inBranchname, |
TString | outBranchname, | ||
TString | folderName | ||
) |
Specify the branch & folder names for the I/O
|
virtual |
Take default naming
Implements PndSdsTask.
|
virtual |
Specific Parameter set loading
Reimplemented from PndSdsHybridHitProducer.