![]() |
PandaRoot
|
#include <PndDrcHitProducerIdeal.h>
Public Member Functions | |
| PndDrcHitProducerIdeal () | |
| PndDrcHitProducerIdeal (Int_t verbose) | |
| virtual | ~PndDrcHitProducerIdeal () |
| virtual InitStatus | Init () |
| virtual void | Exec (Option_t *option) |
| virtual void | Finish () |
| PndDrcHit * | AddHit (Int_t detID, Int_t sensorID, TVector3 posHit, TVector3 dPosHit, Double_t thetaC, Double_t errThetaC, Int_t index) |
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 () |
PndDrcHitProducer.h
Class for producing DRC hits directly from MCPoints
Definition at line 35 of file PndDrcHitProducerIdeal.h.
| PndDrcHitProducerIdeal::PndDrcHitProducerIdeal | ( | ) |
Default constructor
| PndDrcHitProducerIdeal::PndDrcHitProducerIdeal | ( | Int_t | verbose | ) |
Constructor with verbosity
|
virtual |
Destructor
| PndDrcHit* PndDrcHitProducerIdeal::AddHit | ( | Int_t | detID, |
| Int_t | sensorID, | ||
| TVector3 | posHit, | ||
| TVector3 | dPosHit, | ||
| Double_t | thetaC, | ||
| Double_t | errThetaC, | ||
| Int_t | index | ||
| ) |
method AddHit
Adds a DrcHit to the HitCollection
|
virtual |
Executed task
|
virtual |
Finish task
|
virtual |
Initialization of the task