|
VMC Examples Version 6.8
|
The EM calorimeter hit. More...
#include <A01EmCalorHit.h>

Public Member Functions | |
| A01EmCalorHit (Int_t z) | |
| A01EmCalorHit () | |
| virtual | ~A01EmCalorHit () |
| virtual void | Print (Option_t *option="") const |
| void | Reset () |
| void | SetCellID (Int_t z) |
| void | SetVolId (Int_t volId) |
| void | SetEdep (Double_t de) |
| void | AddEdep (Double_t de) |
| void | SetTransformation (const TGeoHMatrix &transformation) |
| Int_t | GetCellID () const |
| Int_t | GetVolId () const |
| Double_t | GetEdep () const |
| const TGeoHMatrix & | GetTransformation () const |
Private Member Functions | |
| Int_t | GetCellID (Int_t column, Int_t row) const |
Private Attributes | |
| Int_t | fCellID |
| The cell ID. | |
| Int_t | fVolID |
| The volume ID. | |
| Double_t | fEdep |
| The energy deposit. | |
| TGeoHMatrix | fTransformation |
| The transformation of the hit volume. | |
| A01EmCalorHit::A01EmCalorHit | ( | Int_t | z | ) |
Standard constructor
| z | The cell ID |
Definition at line 29 of file A01EmCalorHit.cxx.
| A01EmCalorHit::A01EmCalorHit | ( | ) |
Default constructor
Definition at line 37 of file A01EmCalorHit.cxx.
|
virtual |
|
virtual |
Print hit info
Definition at line 50 of file A01EmCalorHit.cxx.
| void A01EmCalorHit::Reset | ( | ) |
Reset all accounted values.
Definition at line 58 of file A01EmCalorHit.cxx.
|
inline |
Definition at line 42 of file A01EmCalorHit.h.
|
inline |
Definition at line 43 of file A01EmCalorHit.h.
|
inline |
Definition at line 44 of file A01EmCalorHit.h.
|
inline |
Definition at line 45 of file A01EmCalorHit.h.
|
inline |
Definition at line 46 of file A01EmCalorHit.h.
|
inline |
Definition at line 52 of file A01EmCalorHit.h.
|
inline |
Definition at line 53 of file A01EmCalorHit.h.
|
inline |
Definition at line 54 of file A01EmCalorHit.h.
|
inline |
Definition at line 55 of file A01EmCalorHit.h.
|
private |
|
private |
The cell ID.
Definition at line 60 of file A01EmCalorHit.h.
|
private |
The volume ID.
Definition at line 61 of file A01EmCalorHit.h.
|
private |
The energy deposit.
Definition at line 62 of file A01EmCalorHit.h.
|
private |
The transformation of the hit volume.
Definition at line 63 of file A01EmCalorHit.h.