#include <PassiveHit.h>
|
double | energy () const |
|
double | energyTotal () const |
|
const char * | getName () const |
|
unsigned int | id () const |
|
bool | operator< (const PassiveHit &d) const |
|
bool | operator== (const PassiveHit &d) const |
|
| PassiveHit () |
|
| PassiveHit (std::string vname, unsigned int id, float e=0, float etot=0, float t=0, int it=0, int ip=0, float stepl=0, float xp=0, float yp=0, float zp=0) |
|
int | pdgId () const |
|
void | setEnergy (double e) |
|
void | setEnergyTotal (double e) |
|
void | setID (std::string vname, unsigned int id) |
|
void | setPDGId (int ip) |
|
void | setStepLength (float stepl) |
|
void | setTime (float t) |
|
void | setTrackId (int it) |
|
void | setX (float xp) |
|
void | setY (float yp) |
|
void | setZ (float zp) |
|
float | stepLength () const |
|
double | time () const |
|
int | trackId () const |
|
std::string | vname () const |
|
float | x () const |
|
float | y () const |
|
float | z () const |
|
|
static const char * | name () |
|
Definition at line 9 of file PassiveHit.h.
◆ PassiveHit() [1/2]
PassiveHit::PassiveHit |
( |
std::string |
vname, |
|
|
unsigned int |
id, |
|
|
float |
e = 0 , |
|
|
float |
etot = 0 , |
|
|
float |
t = 0 , |
|
|
int |
it = 0 , |
|
|
int |
ip = 0 , |
|
|
float |
stepl = 0 , |
|
|
float |
xp = 0 , |
|
|
float |
yp = 0 , |
|
|
float |
zp = 0 |
|
) |
| |
|
inline |
◆ PassiveHit() [2/2]
PassiveHit::PassiveHit |
( |
| ) |
|
|
inline |
Definition at line 33 of file PassiveHit.h.
34 :
vname_(
""),
id_(0),
energy_(0),
etotal_(0),
time_(0),
it_(0),
ip_(0),
stepl_(0),
xp_(0),
yp_(0),
zp_(0) {}
◆ energy()
double PassiveHit::energy |
( |
void |
| ) |
const |
|
inline |
◆ energyTotal()
double PassiveHit::energyTotal |
( |
| ) |
const |
|
inline |
◆ getName()
const char* PassiveHit::getName |
( |
void |
| ) |
const |
|
inline |
◆ id()
unsigned int PassiveHit::id |
( |
void |
| ) |
const |
|
inline |
◆ name()
static const char* PassiveHit::name |
( |
void |
| ) |
|
|
inlinestatic |
◆ operator<()
bool PassiveHit::operator< |
( |
const PassiveHit & |
d | ) |
const |
|
inline |
◆ operator==()
bool PassiveHit::operator== |
( |
const PassiveHit & |
d | ) |
const |
|
inline |
◆ pdgId()
int PassiveHit::pdgId |
( |
| ) |
const |
|
inline |
◆ setEnergy()
void PassiveHit::setEnergy |
( |
double |
e | ) |
|
|
inline |
◆ setEnergyTotal()
void PassiveHit::setEnergyTotal |
( |
double |
e | ) |
|
|
inline |
◆ setID()
void PassiveHit::setID |
( |
std::string |
vname, |
|
|
unsigned int |
id |
|
) |
| |
|
inline |
◆ setPDGId()
void PassiveHit::setPDGId |
( |
int |
ip | ) |
|
|
inline |
◆ setStepLength()
void PassiveHit::setStepLength |
( |
float |
stepl | ) |
|
|
inline |
◆ setTime()
void PassiveHit::setTime |
( |
float |
t | ) |
|
|
inline |
◆ setTrackId()
void PassiveHit::setTrackId |
( |
int |
it | ) |
|
|
inline |
◆ setX()
void PassiveHit::setX |
( |
float |
xp | ) |
|
|
inline |
◆ setY()
void PassiveHit::setY |
( |
float |
yp | ) |
|
|
inline |
◆ setZ()
void PassiveHit::setZ |
( |
float |
zp | ) |
|
|
inline |
◆ stepLength()
float PassiveHit::stepLength |
( |
| ) |
const |
|
inline |
◆ time()
double PassiveHit::time |
( |
| ) |
const |
|
inline |
◆ trackId()
int PassiveHit::trackId |
( |
| ) |
const |
|
inline |
◆ vname()
std::string PassiveHit::vname |
( |
| ) |
const |
|
inline |
◆ x()
float PassiveHit::x |
( |
| ) |
const |
|
inline |
◆ y()
float PassiveHit::y |
( |
| ) |
const |
|
inline |
◆ z()
float PassiveHit::z |
( |
| ) |
const |
|
inline |
◆ energy_
float PassiveHit::energy_ |
|
protected |
◆ etotal_
float PassiveHit::etotal_ |
|
protected |
◆ id_
unsigned int PassiveHit::id_ |
|
protected |
◆ ip_
◆ it_
◆ stepl_
◆ time_
◆ vname_
std::string PassiveHit::vname_ |
|
protected |
◆ xp_
◆ yp_
◆ zp_