![]() |
PandaRoot
|
#include <PndDskFLGHitProducerIdeal.h>
Public Member Functions | |
| PndDskFLGHitProducerIdeal () | |
| PndDskFLGHitProducerIdeal (Int_t verbose) | |
| virtual | ~PndDskFLGHitProducerIdeal () |
| virtual InitStatus | Init () |
| virtual void | Exec (Option_t *option) |
| virtual void | Finish () |
| PndDskFLGHit * | AddHit (Int_t trackID, Int_t detectorID, TVector3 position_store, TVector3 momentum_store, Double_t time, Double_t angIn, Double_t thetaC_store, TVector3 Cherenkov_photon, Int_t light_guide, Int_t pixel) |
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 () |
PndDskFLGHitProducer.h
Class for producing DSK hits directly from MCPoints
Definition at line 37 of file PndDskFLGHitProducerIdeal.h.
| PndDskFLGHitProducerIdeal::PndDskFLGHitProducerIdeal | ( | ) |
Default constructor
| PndDskFLGHitProducerIdeal::PndDskFLGHitProducerIdeal | ( | Int_t | verbose | ) |
Constructor with verbosity
|
virtual |
Destructor
| PndDskFLGHit* PndDskFLGHitProducerIdeal::AddHit | ( | Int_t | trackID, |
| Int_t | detectorID, | ||
| TVector3 | position_store, | ||
| TVector3 | momentum_store, | ||
| Double_t | time, | ||
| Double_t | angIn, | ||
| Double_t | thetaC_store, | ||
| TVector3 | Cherenkov_photon, | ||
| Int_t | light_guide, | ||
| Int_t | pixel | ||
| ) |
method AddHit
Adds a DskHit to the HitCollection
|
virtual |
Executed task
|
virtual |
Finish task
|
virtual |
Initialization of the task