The hadron calorimeter hit.
More...
#include <A01HadCalorHit.h>
The hadron calorimeter hit.
- Date
- 12/05/2012
- Author
- I. Hrivnacova; IPN, Orsay
Definition at line 30 of file A01HadCalorHit.h.
◆ A01HadCalorHit() [1/2]
A01HadCalorHit::A01HadCalorHit |
( |
Int_t | icol, |
|
|
Int_t | irow ) |
Standard constructor
- Parameters
-
icol | Volume cell column number |
irow | Volume cell row number |
Definition at line 29 of file A01HadCalorHit.cxx.
31{
32
33
34
35}
TGeoHMatrix fTransformation
The transformation of the hit volume.
Int_t fColumnID
The column ID.
Double_t fEdep
The energy deposit.
◆ A01HadCalorHit() [2/2]
A01HadCalorHit::A01HadCalorHit |
( |
| ) |
|
◆ ~A01HadCalorHit()
A01HadCalorHit::~A01HadCalorHit |
( |
| ) |
|
|
virtual |
◆ Print()
void A01HadCalorHit::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
Print hit info
Definition at line 51 of file A01HadCalorHit.cxx.
52{
53
54
56 << " (MeV) " << endl;
57}
◆ Reset()
void A01HadCalorHit::Reset |
( |
| ) |
|
◆ SetColumnID()
void A01HadCalorHit::SetColumnID |
( |
Int_t | z | ) |
|
|
inline |
◆ SetRowID()
void A01HadCalorHit::SetRowID |
( |
Int_t | volId | ) |
|
|
inline |
◆ SetEdep()
void A01HadCalorHit::SetEdep |
( |
Double_t | de | ) |
|
|
inline |
◆ AddEdep()
void A01HadCalorHit::AddEdep |
( |
Double_t | de | ) |
|
|
inline |
◆ SetTransformation()
void A01HadCalorHit::SetTransformation |
( |
const TGeoHMatrix & | transformation | ) |
|
|
inline |
◆ GetColumnID()
Int_t A01HadCalorHit::GetColumnID |
( |
| ) |
const |
|
inline |
◆ GetRowID()
Int_t A01HadCalorHit::GetRowID |
( |
| ) |
const |
|
inline |
◆ GetEdep()
Double_t A01HadCalorHit::GetEdep |
( |
| ) |
const |
|
inline |
◆ GetTransformation()
const TGeoHMatrix & A01HadCalorHit::GetTransformation |
( |
| ) |
const |
|
inline |
◆ fColumnID
Int_t A01HadCalorHit::fColumnID |
|
private |
◆ fRowID
Int_t A01HadCalorHit::fRowID |
|
private |
◆ fEdep
Double_t A01HadCalorHit::fEdep |
|
private |
◆ fTransformation
TGeoHMatrix A01HadCalorHit::fTransformation |
|
private |
The documentation for this class was generated from the following files: