ATLAS Offline Software
|
Public Member Functions | |
perChannelData_t (const LArWaveCumul *wave, const HWIdentifier hi, const unsigned g) | |
Public Attributes | |
const LArWaveCumul * | inputWave |
HWIdentifier | chid |
unsigned | gain |
std::vector< std::vector< float > > | ofc_a |
std::vector< std::vector< float > > | ofc_b |
std::vector< std::vector< float > > | ofcV2_a |
std::vector< std::vector< float > > | ofcV2_b |
std::vector< std::vector< float > > | shape |
std::vector< std::vector< float > > | shapeDer |
float | tstart |
float | timeBinWidthOFC |
unsigned | phasewMaxAt3 |
bool | faultyOFC |
bool | shortWave |
Definition at line 65 of file LArOFCAlg.h.
|
inline |
Definition at line 88 of file LArOFCAlg.h.
HWIdentifier LArOFCAlg::perChannelData_t::chid |
Definition at line 68 of file LArOFCAlg.h.
bool LArOFCAlg::perChannelData_t::faultyOFC |
Definition at line 84 of file LArOFCAlg.h.
unsigned LArOFCAlg::perChannelData_t::gain |
Definition at line 69 of file LArOFCAlg.h.
const LArWaveCumul* LArOFCAlg::perChannelData_t::inputWave |
Definition at line 67 of file LArOFCAlg.h.
std::vector<std::vector<float> > LArOFCAlg::perChannelData_t::ofc_a |
Definition at line 72 of file LArOFCAlg.h.
std::vector<std::vector<float> > LArOFCAlg::perChannelData_t::ofc_b |
Definition at line 73 of file LArOFCAlg.h.
std::vector<std::vector<float> > LArOFCAlg::perChannelData_t::ofcV2_a |
Definition at line 75 of file LArOFCAlg.h.
std::vector<std::vector<float> > LArOFCAlg::perChannelData_t::ofcV2_b |
Definition at line 76 of file LArOFCAlg.h.
unsigned LArOFCAlg::perChannelData_t::phasewMaxAt3 |
Definition at line 83 of file LArOFCAlg.h.
std::vector<std::vector<float> > LArOFCAlg::perChannelData_t::shape |
Definition at line 78 of file LArOFCAlg.h.
std::vector<std::vector<float> > LArOFCAlg::perChannelData_t::shapeDer |
Definition at line 79 of file LArOFCAlg.h.
bool LArOFCAlg::perChannelData_t::shortWave |
Definition at line 85 of file LArOFCAlg.h.
float LArOFCAlg::perChannelData_t::timeBinWidthOFC |
Definition at line 82 of file LArOFCAlg.h.
float LArOFCAlg::perChannelData_t::tstart |
Definition at line 81 of file LArOFCAlg.h.