#include <CCalG4Hit.hh>
Definition at line 38 of file CCalG4Hit.hh.
◆ CCalG4Hit() [1/2]
◆ ~CCalG4Hit()
CCalG4Hit::~CCalG4Hit |
( |
| ) |
|
◆ CCalG4Hit() [2/2]
CCalG4Hit::CCalG4Hit |
( |
const CCalG4Hit & |
right | ) |
|
◆ addEnergyDeposit() [1/2]
void CCalG4Hit::addEnergyDeposit |
( |
const CCalG4Hit & |
aHit | ) |
|
Definition at line 63 of file CCalG4Hit.cc.
void addEnergyDeposit(const CCalG4Hit &aHit)
◆ addEnergyDeposit() [2/2]
void CCalG4Hit::addEnergyDeposit |
( |
double |
em, |
|
|
double |
hd |
|
) |
| |
Definition at line 67 of file CCalG4Hit.cc.
void addEnergyDeposit(const CCalHit &aHit)
◆ Draw()
◆ getEM()
double CCalG4Hit::getEM |
( |
| ) |
const |
◆ getHadr()
double CCalG4Hit::getHadr |
( |
| ) |
const |
◆ operator=()
Definition at line 49 of file CCalG4Hit.cc.
const CCalHit & operator=(const CCalHit &right)
◆ operator==()
int CCalG4Hit::operator== |
( |
const CCalG4Hit & |
| ) |
|
|
inline |
◆ Print()
void CCalG4Hit::Print |
( |
void |
| ) |
|
|
virtual |
Reimplemented from G4VHit.
Definition at line 74 of file CCalG4Hit.cc.
G4GLOB_DLL std::ostream G4cout
◆ setEM()
void CCalG4Hit::setEM |
( |
double |
e | ) |
|
◆ setHadr()
void CCalG4Hit::setHadr |
( |
double |
e | ) |
|
◆ operator<<
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()
◆ elem
◆ hadr
The documentation for this class was generated from the following files: