|
VMC Examples Version 6.7
|
The calorimeter hit. More...
#include <Hit.h>

Public Member Functions | |
| Hit () | |
| virtual | ~Hit () |
| virtual void | Print (Option_t *option="") const |
| void | Reset () |
| void | SetEdep (Double_t de) |
| void | SetPos (TVector3 xyz) |
| void | SetCrystalNum (Int_t num) |
| Double_t | GetEdep () const |
| Int_t | GetCrystalNum () const |
| TVector3 | GetPos () const |
Private Attributes | |
| Double_t | fEdep |
| Energy deposit in the absorber. | |
| TVector3 | fPos |
| Cell position. | |
| Int_t | fCrystalNumber |
| Crystal number. | |
The calorimeter hit.
Geant4 gflash example adapted to Virtual Monte Carlo.
| VMC::Gflash::Hit::Hit | ( | ) |
|
virtual |
|
virtual |
| void VMC::Gflash::Hit::Reset | ( | ) |
Reset accounted values.
Definition at line 55 of file Hit.cxx.
|
inline |
|
inline |
|
inline |
Definition at line 49 of file Hit.h.
|
inline |
|
inline |
|
private |