The calorimeter hit.
More...
#include <Ex03CalorHit.h>
The calorimeter hit.
- Date
- 06/03/2003
- Author
- I. Hrivnacova; IPN, Orsay
Definition at line 31 of file Ex03CalorHit.h.
◆ Ex03CalorHit() [1/3]
Ex03CalorHit::Ex03CalorHit |
( |
| ) |
|
Default constructor
Definition at line 31 of file Ex03CalorHit.cxx.
37{
38
39}
Double_t fEdepGap
Energy deposit in the gap.
Double_t fTrackLengthAbs
Track length in the absorber.
Double_t fTrackLengthGap
Track length in the gap.
Double_t fEdepAbs
Energy deposit in the absorber.
◆ ~Ex03CalorHit() [1/3]
Ex03CalorHit::~Ex03CalorHit |
( |
| ) |
|
|
virtual |
◆ Ex03CalorHit() [2/3]
Ex03CalorHit::Ex03CalorHit |
( |
| ) |
|
◆ ~Ex03CalorHit() [2/3]
virtual Ex03CalorHit::~Ex03CalorHit |
( |
| ) |
|
|
virtual |
◆ Ex03CalorHit() [3/3]
Ex03CalorHit::Ex03CalorHit |
( |
| ) |
|
◆ ~Ex03CalorHit() [3/3]
virtual Ex03CalorHit::~Ex03CalorHit |
( |
| ) |
|
|
virtual |
◆ Print() [1/3]
void Ex03CalorHit::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
Print hit info
Definition at line 48 of file Ex03CalorHit.cxx.
49{
50
51
52 cout << "In absorber: " << endl
53 <<
" energy deposit (keV): " <<
fEdepAbs * 1.0e06 << endl
55 << "In gap: " << endl
56 <<
" energy deposit (keV): " <<
fEdepGap * 1.0e06 << endl
58}
◆ AddAbs() [1/3]
void Ex03CalorHit::AddAbs |
( |
Double_t | de, |
|
|
Double_t | dl ) |
|
inline |
Add energy deposit and track length in the absorber
- Parameters
-
de | Enery deposit |
dl | Track length |
Definition at line 43 of file Ex03CalorHit.h.
◆ AddGap() [1/3]
void Ex03CalorHit::AddGap |
( |
Double_t | de, |
|
|
Double_t | dl ) |
|
inline |
Add energy deposit and track length in the gap
- Parameters
-
de | Enery deposit |
dl | Track length |
Definition at line 52 of file Ex03CalorHit.h.
◆ Reset() [1/3]
void Ex03CalorHit::Reset |
( |
| ) |
|
◆ GetEdepAbs() [1/3]
Double_t Ex03CalorHit::GetEdepAbs |
( |
| ) |
|
|
inline |
- Returns
- The energy deposit in the absorber
Definition at line 62 of file Ex03CalorHit.h.
◆ GetTrakAbs() [1/3]
Double_t Ex03CalorHit::GetTrakAbs |
( |
| ) |
|
|
inline |
- Returns
- The track length in the absorber
Definition at line 64 of file Ex03CalorHit.h.
◆ GetEdepGap() [1/3]
Double_t Ex03CalorHit::GetEdepGap |
( |
| ) |
|
|
inline |
- Returns
- The energy deposit in the gap
Definition at line 66 of file Ex03CalorHit.h.
◆ GetTrakGap() [1/3]
Double_t Ex03CalorHit::GetTrakGap |
( |
| ) |
|
|
inline |
- Returns
- The track length in the gap
Definition at line 68 of file Ex03CalorHit.h.
◆ Print() [2/3]
virtual void Ex03CalorHit::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
◆ AddAbs() [2/3]
void Ex03CalorHit::AddAbs |
( |
Double_t | de, |
|
|
Double_t | dl ) |
|
inline |
Add energy deposit and track length in the absorber
- Parameters
-
de | Enery deposit |
dl | Track length |
Definition at line 43 of file Ex03CalorHit.h.
◆ AddGap() [2/3]
void Ex03CalorHit::AddGap |
( |
Double_t | de, |
|
|
Double_t | dl ) |
|
inline |
Add energy deposit and track length in the gap
- Parameters
-
de | Enery deposit |
dl | Track length |
Definition at line 52 of file Ex03CalorHit.h.
◆ Reset() [2/3]
void Ex03CalorHit::Reset |
( |
| ) |
|
◆ GetEdepAbs() [2/3]
Double_t Ex03CalorHit::GetEdepAbs |
( |
| ) |
|
|
inline |
- Returns
- The energy deposit in the absorber
Definition at line 62 of file Ex03CalorHit.h.
◆ GetTrakAbs() [2/3]
Double_t Ex03CalorHit::GetTrakAbs |
( |
| ) |
|
|
inline |
- Returns
- The track length in the absorber
Definition at line 64 of file Ex03CalorHit.h.
◆ GetEdepGap() [2/3]
Double_t Ex03CalorHit::GetEdepGap |
( |
| ) |
|
|
inline |
- Returns
- The energy deposit in the gap
Definition at line 66 of file Ex03CalorHit.h.
◆ GetTrakGap() [2/3]
Double_t Ex03CalorHit::GetTrakGap |
( |
| ) |
|
|
inline |
- Returns
- The track length in the gap
Definition at line 68 of file Ex03CalorHit.h.
◆ Print() [3/3]
virtual void Ex03CalorHit::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
◆ AddAbs() [3/3]
void Ex03CalorHit::AddAbs |
( |
Double_t | de, |
|
|
Double_t | dl ) |
|
inline |
Add energy deposit and track length in the absorber
- Parameters
-
de | Enery deposit |
dl | Track length |
Definition at line 43 of file Ex03CalorHit.h.
◆ AddGap() [3/3]
void Ex03CalorHit::AddGap |
( |
Double_t | de, |
|
|
Double_t | dl ) |
|
inline |
Add energy deposit and track length in the gap
- Parameters
-
de | Enery deposit |
dl | Track length |
Definition at line 52 of file Ex03CalorHit.h.
◆ Reset() [3/3]
void Ex03CalorHit::Reset |
( |
| ) |
|
◆ GetEdepAbs() [3/3]
Double_t Ex03CalorHit::GetEdepAbs |
( |
| ) |
|
|
inline |
- Returns
- The energy deposit in the absorber
Definition at line 62 of file Ex03CalorHit.h.
◆ GetTrakAbs() [3/3]
Double_t Ex03CalorHit::GetTrakAbs |
( |
| ) |
|
|
inline |
- Returns
- The track length in the absorber
Definition at line 64 of file Ex03CalorHit.h.
◆ GetEdepGap() [3/3]
Double_t Ex03CalorHit::GetEdepGap |
( |
| ) |
|
|
inline |
- Returns
- The energy deposit in the gap
Definition at line 66 of file Ex03CalorHit.h.
◆ GetTrakGap() [3/3]
Double_t Ex03CalorHit::GetTrakGap |
( |
| ) |
|
|
inline |
- Returns
- The track length in the gap
Definition at line 68 of file Ex03CalorHit.h.
◆ fEdepAbs
Double_t Ex03CalorHit::fEdepAbs |
|
private |
◆ fTrackLengthAbs
Double_t Ex03CalorHit::fTrackLengthAbs |
|
private |
◆ fEdepGap
Double_t Ex03CalorHit::fEdepGap |
|
private |
◆ fTrackLengthGap
Double_t Ex03CalorHit::fTrackLengthGap |
|
private |
The documentation for this class was generated from the following files: