#include <CCalG4Hit.hh>
Definition at line 38 of file CCalG4Hit.hh.
CCalG4Hit::~CCalG4Hit |
( |
| ) |
|
CCalG4Hit::CCalG4Hit |
( |
const CCalG4Hit & |
right | ) |
|
Definition at line 43 of file CCalG4Hit.cc.
45 elem(right.elem), hadr(right.hadr)
Definition at line 63 of file CCalG4Hit.cc.
void addEnergyDeposit(const CCalG4Hit &aHit)
void CCalG4Hit::addEnergyDeposit |
( |
double |
em, |
|
|
double |
hd |
|
) |
| |
Definition at line 67 of file CCalG4Hit.cc.
void addEnergyDeposit(const CCalHit &aHit)
double CCalG4Hit::getEM |
( |
| ) |
const |
double CCalG4Hit::getHadr |
( |
| ) |
const |
Definition at line 49 of file CCalG4Hit.cc.
const CCalHit & operator=(const CCalHit &right)
Reimplemented from G4VHit.
Definition at line 74 of file CCalG4Hit.cc.
G4GLOB_DLL std::ostream G4cout
void CCalG4Hit::setEM |
( |
double |
e | ) |
|
void CCalG4Hit::setHadr |
( |
double |
e | ) |
|
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const CCalG4Hit & |
hit |
|
) |
| |
|
friend |
Definition at line 79 of file CCalG4Hit.cc.
80 os << static_cast<CCalHit>(hit);
81 os <<
" Data specific of this CCalG4Hit are:" <<
G4endl
82 <<
" \t EnergyDeposit of EM particles = " << hit.
getEM()
84 <<
" \t EnergyDeposit of HD particles = " << hit.
getHadr()
The documentation for this class was generated from the following files:
- source/geant4.10.03.p03/examples/advanced/composite_calorimeter/include/CCalG4Hit.hh
- source/geant4.10.03.p03/examples/advanced/composite_calorimeter/src/CCalG4Hit.cc