|
VMC Examples Version 6.8
|
The hadron calorimeter hit. More...
#include <A01HadCalorHit.h>

Public Member Functions | |
| A01HadCalorHit (Int_t icol, Int_t irow) | |
| A01HadCalorHit () | |
| virtual | ~A01HadCalorHit () |
| virtual void | Print (Option_t *option="") const |
| void | Reset () |
| void | SetColumnID (Int_t z) |
| void | SetRowID (Int_t volId) |
| void | SetEdep (Double_t de) |
| void | AddEdep (Double_t de) |
| void | SetTransformation (const TGeoHMatrix &transformation) |
| Int_t | GetColumnID () const |
| Int_t | GetRowID () const |
| Double_t | GetEdep () const |
| const TGeoHMatrix & | GetTransformation () const |
Private Attributes | |
| Int_t | fColumnID |
| The column ID. | |
| Int_t | fRowID |
| The row ID. | |
| Double_t | fEdep |
| The energy deposit. | |
| TGeoHMatrix | fTransformation |
| The transformation of the hit volume. | |
| A01HadCalorHit::A01HadCalorHit | ( | Int_t | icol, |
| Int_t | irow ) |
Standard constructor
| icol | Volume cell column number |
| irow | Volume cell row number |
Definition at line 29 of file A01HadCalorHit.cxx.
| A01HadCalorHit::A01HadCalorHit | ( | ) |
Default constructor
Definition at line 38 of file A01HadCalorHit.cxx.
|
virtual |
|
virtual |
Print hit info
Definition at line 51 of file A01HadCalorHit.cxx.
| void A01HadCalorHit::Reset | ( | ) |
Reset all accounted values.
Definition at line 60 of file A01HadCalorHit.cxx.
|
inline |
Definition at line 42 of file A01HadCalorHit.h.
|
inline |
Definition at line 43 of file A01HadCalorHit.h.
|
inline |
Definition at line 44 of file A01HadCalorHit.h.
|
inline |
Definition at line 45 of file A01HadCalorHit.h.
|
inline |
Definition at line 46 of file A01HadCalorHit.h.
|
inline |
Definition at line 52 of file A01HadCalorHit.h.
|
inline |
Definition at line 53 of file A01HadCalorHit.h.
|
inline |
Definition at line 54 of file A01HadCalorHit.h.
|
inline |
Definition at line 55 of file A01HadCalorHit.h.
|
private |
The column ID.
Definition at line 58 of file A01HadCalorHit.h.
|
private |
The row ID.
Definition at line 59 of file A01HadCalorHit.h.
|
private |
The energy deposit.
Definition at line 60 of file A01HadCalorHit.h.
|
private |
The transformation of the hit volume.
Definition at line 61 of file A01HadCalorHit.h.