#include <TPCReadoutSimAlg.h>
Public Member Functions | |
edepIDE () | |
edepIDE (float numE, unsigned int chan, unsigned short tdc, size_t edepIdx, float edepWeight) | |
bool | operator< (edepIDE const &b) const |
bool | operator== (edepIDE const &b) const |
bool | operator!= (edepIDE const &b) const |
void | operator+= (edepIDE const &b) |
Public Attributes | |
float | NumElect |
unsigned int | Channel |
unsigned short | TDC |
std::unordered_set< size_t > | edepLocs |
std::deque< float > | edepWeights |
Definition at line 29 of file TPCReadoutSimAlg.h.
gar::rosim::edepIDE::edepIDE | ( | ) |
|
inline |
Definition at line 32 of file TPCReadoutSimAlg.h.
Definition at line 66 of file TPCReadoutSimAlg.h.
|
inline |
Definition at line 72 of file TPCReadoutSimAlg.h.
Definition at line 46 of file TPCReadoutSimAlg.h.
Definition at line 57 of file TPCReadoutSimAlg.h.
unsigned int gar::rosim::edepIDE::Channel |
Definition at line 101 of file TPCReadoutSimAlg.h.
std::unordered_set<size_t> gar::rosim::edepIDE::edepLocs |
Definition at line 103 of file TPCReadoutSimAlg.h.
std::deque<float> gar::rosim::edepIDE::edepWeights |
Definition at line 104 of file TPCReadoutSimAlg.h.
float gar::rosim::edepIDE::NumElect |
Definition at line 100 of file TPCReadoutSimAlg.h.
unsigned short gar::rosim::edepIDE::TDC |
Definition at line 102 of file TPCReadoutSimAlg.h.