22 EventData(
double ptime,
bool pstatus =
true,
double penergy = 0,
23 int plocation = -1, std::string ptype =
"") {
37 EventData(
double ptime,
double penergy,
int plocation = -1,
38 bool pstatus =
true, std::string ptype =
"") {
EventData(double ptime, double penergy, int plocation=-1, bool pstatus=true, std::string ptype="")
Definition: EventData.hpp:37
bool status
the status of the event
Definition: EventData.hpp:46
double time
the time of the event
Definition: EventData.hpp:47
constant parameters used in pixie16 analysis
int location
the location of the detector
Definition: EventData.hpp:49
std::string type
the detector type
Definition: EventData.hpp:50
Simple structure holding basic parameters needed for correlation of events in the same place...
Definition: EventData.hpp:12
double energy
the energy of the event
Definition: EventData.hpp:48
EventData(double ptime, bool pstatus=true, double penergy=0, int plocation=-1, std::string ptype="")
Definition: EventData.hpp:22