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