MonteCarlo hit. More...
#include <PaMChit.h>
Public Member Functions | |
| const double | X () const |
| X coordinate. | |
| const double | Y () const |
| Y coordinate. | |
| const double | Z () const |
| Z coordinate. | |
| const double | Px () const |
| Px momentum component. | |
| const double | Py () const |
| Py momentum component. | |
| const double | Pz () const |
| Pz momentum component. | |
| const double | ELos () const |
| Total energy lost in detector volume [GeV]. | |
| const double | Time () const |
| Time in [ns] (with respect to GEANT's time "zero".). | |
| const int | iMCtrack () const |
| index of MC track this hit belongs to | |
| const int & | iDet () const |
| Tracking detector's position in the vector vecDetect of PaSetup. | |
| const int & | iOrig () const |
| GEANT's "origin" flag: != 0 for "secondary" MC hits (showers, delta-rays etc.). | |
| const PaDetect & | DetRef () const |
| returns reference to detector this MC hit belongs to. | |
| void | Print (int level=0) const |
| Print MC hit info. | |
MonteCarlo hit.
Information on MC trajectory parameters at crossing with GEANT sensitive volumes.
| const PaDetect& PaMChit::DetRef | ( | ) | const [inline] |
returns reference to detector this MC hit belongs to.
References PaSetup::Detector(), and PaSetup::Ref().
Referenced by Print().
| const int& PaMChit::iDet | ( | ) | const [inline] |
| const double PaMChit::Time | ( | ) | const [inline] |
Time in [ns] (with respect to GEANT's time "zero".).
Referenced by Print().
1.6.2