#include <CastorShowerEvent.h>
Definition at line 15 of file CastorShowerEvent.h.
CastorShowerEvent::CastorShowerEvent |
( |
| ) |
|
CastorShowerEvent::~CastorShowerEvent |
( |
| ) |
|
void CastorShowerEvent::Clear |
( |
| ) |
|
Definition at line 12 of file CastorShowerEvent.cc.
References detID, hitPosition, nhit, nphotons, primaryEnergy, primEta, primPhi, primX, primY, primZ, and time.
std::vector< Point > hitPosition
std::vector< float > nphotons
std::vector< unsigned int > detID
std::vector< float > time
unsigned int CastorShowerEvent::getDetID |
( |
int |
i | ) |
|
|
inline |
Point CastorShowerEvent::getHitPosition |
( |
int |
i | ) |
|
|
inline |
unsigned int CastorShowerEvent::getNhit |
( |
| ) |
|
|
inline |
float CastorShowerEvent::getNphotons |
( |
int |
i | ) |
|
|
inline |
float CastorShowerEvent::getPrimE |
( |
| ) |
|
|
inline |
float CastorShowerEvent::getPrimEta |
( |
| ) |
|
|
inline |
float CastorShowerEvent::getPrimPhi |
( |
| ) |
const |
|
inline |
float CastorShowerEvent::getPrimX |
( |
| ) |
|
|
inline |
float CastorShowerEvent::getPrimY |
( |
| ) |
|
|
inline |
float CastorShowerEvent::getPrimZ |
( |
| ) |
|
|
inline |
float CastorShowerEvent::getTime |
( |
int |
i | ) |
|
|
inline |
void CastorShowerEvent::setDetID |
( |
unsigned int |
id | ) |
|
|
inline |
void CastorShowerEvent::setHitPosition |
( |
const Point & |
p | ) |
|
|
inline |
void CastorShowerEvent::setNhit |
( |
unsigned int |
i | ) |
|
|
inline |
void CastorShowerEvent::setNphotons |
( |
float |
np | ) |
|
|
inline |
void CastorShowerEvent::setPrimE |
( |
float |
e | ) |
|
|
inline |
void CastorShowerEvent::setPrimEta |
( |
float |
eta | ) |
|
|
inline |
void CastorShowerEvent::setPrimPhi |
( |
float |
phi | ) |
|
|
inline |
void CastorShowerEvent::setPrimX |
( |
float |
x | ) |
|
|
inline |
void CastorShowerEvent::setPrimY |
( |
float |
y | ) |
|
|
inline |
void CastorShowerEvent::setPrimZ |
( |
float |
z | ) |
|
|
inline |
void CastorShowerEvent::setTime |
( |
float |
t | ) |
|
|
inline |
std::vector<unsigned int> CastorShowerEvent::detID |
std::vector<Point> CastorShowerEvent::hitPosition |
unsigned int CastorShowerEvent::nhit |
std::vector<float> CastorShowerEvent::nphotons |
float CastorShowerEvent::primaryEnergy |
float CastorShowerEvent::primEta |
float CastorShowerEvent::primPhi |
float CastorShowerEvent::primX |
float CastorShowerEvent::primY |
float CastorShowerEvent::primZ |
std::vector<float> CastorShowerEvent::time |