#include <GflashHit.h>
Public Member Functions | |
double | getEnergy () const |
const Gflash3Vector & | getPosition () const |
double | getTime () const |
GflashHit () | |
GflashHit (double time, double energy, Gflash3Vector &pos) | |
void | setEnergy (const double energy) |
void | setPosition (const Gflash3Vector &pos) |
void | setTime (const double time) |
~GflashHit () | |
Private Attributes | |
double | theEnergy |
Gflash3Vector | thePosition |
double | theTime |
Definition at line 6 of file GflashHit.h.
GflashHit::GflashHit | ( | ) |
Definition at line 3 of file GflashHit.cc.
GflashHit::GflashHit | ( | double | time, |
double | energy, | ||
Gflash3Vector & | pos | ||
) |
Definition at line 5 of file GflashHit.cc.
References HCALHighEnergyHPDFilter_cfi::energy, theEnergy, thePosition, theTime, and protons_cff::time.
GflashHit::~GflashHit | ( | ) |
Definition at line 11 of file GflashHit.cc.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 17 of file GflashHit.h.
References HCALHighEnergyHPDFilter_cfi::energy, and theEnergy.
Referenced by GflashHadronShowerProfile::hadronicParameterization().
|
inline |
Definition at line 18 of file GflashHit.h.
References thePosition.
Referenced by GflashHadronShowerProfile::hadronicParameterization().
|
inline |
Definition at line 16 of file GflashHit.h.
References theTime, and protons_cff::time.
Referenced by GflashHadronShowerProfile::hadronicParameterization().
|
private |
Definition at line 22 of file GflashHit.h.
Referenced by getEnergy(), GflashHit(), and setEnergy().
|
private |
Definition at line 23 of file GflashHit.h.
Referenced by getPosition(), GflashHit(), and setPosition().
|
private |
Definition at line 21 of file GflashHit.h.
Referenced by getTime(), GflashHit(), and setTime().