The EM calorimeter hit.
More...
#include <A01EmCalorHit.h>
|
| Int_t | GetCellID (Int_t column, Int_t row) const |
| |
The EM calorimeter hit.
- Date
- 12/05/2012
- Author
- I. Hrivnacova; IPN, Orsay
Definition at line 30 of file A01EmCalorHit.h.
◆ A01EmCalorHit() [1/2]
| A01EmCalorHit::A01EmCalorHit |
( |
Int_t | z | ) |
|
Standard constructor
- Parameters
-
Definition at line 29 of file A01EmCalorHit.cxx.
31{
32
33
34}
Int_t fVolID
The volume ID.
Double_t fEdep
The energy deposit.
Int_t fCellID
The cell ID.
TGeoHMatrix fTransformation
The transformation of the hit volume.
◆ A01EmCalorHit() [2/2]
| A01EmCalorHit::A01EmCalorHit |
( |
| ) |
|
◆ ~A01EmCalorHit()
| A01EmCalorHit::~A01EmCalorHit |
( |
| ) |
|
|
virtual |
◆ Print()
| void A01EmCalorHit::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
Print hit info
Definition at line 50 of file A01EmCalorHit.cxx.
51{
52
53
54 cout <<
" Cell[" <<
fCellID <<
"] " <<
fEdep * 1.0e03 <<
" (MeV)" << endl;
55}
◆ Reset()
| void A01EmCalorHit::Reset |
( |
| ) |
|
◆ SetCellID()
| void A01EmCalorHit::SetCellID |
( |
Int_t | z | ) |
|
|
inline |
◆ SetVolId()
| void A01EmCalorHit::SetVolId |
( |
Int_t | volId | ) |
|
|
inline |
◆ SetEdep()
| void A01EmCalorHit::SetEdep |
( |
Double_t | de | ) |
|
|
inline |
◆ AddEdep()
| void A01EmCalorHit::AddEdep |
( |
Double_t | de | ) |
|
|
inline |
◆ SetTransformation()
| void A01EmCalorHit::SetTransformation |
( |
const TGeoHMatrix & | transformation | ) |
|
|
inline |
◆ GetCellID() [1/2]
| Int_t A01EmCalorHit::GetCellID |
( |
| ) |
const |
|
inline |
◆ GetVolId()
| Int_t A01EmCalorHit::GetVolId |
( |
| ) |
const |
|
inline |
◆ GetEdep()
| Double_t A01EmCalorHit::GetEdep |
( |
| ) |
const |
|
inline |
◆ GetTransformation()
| const TGeoHMatrix & A01EmCalorHit::GetTransformation |
( |
| ) |
const |
|
inline |
◆ GetCellID() [2/2]
| Int_t A01EmCalorHit::GetCellID |
( |
Int_t | column, |
|
|
Int_t | row ) const |
|
private |
◆ fCellID
| Int_t A01EmCalorHit::fCellID |
|
private |
◆ fVolID
| Int_t A01EmCalorHit::fVolID |
|
private |
◆ fEdep
| Double_t A01EmCalorHit::fEdep |
|
private |
◆ fTransformation
| TGeoHMatrix A01EmCalorHit::fTransformation |
|
private |
The documentation for this class was generated from the following files: