Public Member Functions | |
Detector_t () | |
Detector_t (const SourceDetPulseMap::const_iterator &pair) | |
void | Init (const SourceDetPulseMap::const_iterator &pair) |
void | Reset () |
Public Attributes | |
const IDs::source * | source |
const DetectorPulseList * | pulses |
DetectorPulseList::const_iterator | start_window |
DetectorPulseList::const_iterator | end_window |
Definition at line 9 of file FixedWindowMEGenerator.h.
FixedWindowMEGenerator::Detector_t::Detector_t | ( | ) | [inline] |
Definition at line 14 of file FixedWindowMEGenerator.h.
FixedWindowMEGenerator::Detector_t::Detector_t | ( | const SourceDetPulseMap::const_iterator & | pair | ) | [inline] |
Definition at line 15 of file FixedWindowMEGenerator.h.
References Init().
00015 : 00016 source(NULL),pulses(NULL){ Init(pair);} void Init(const SourceDetPulseMap::const_iterator& pair){
void FixedWindowMEGenerator::Detector_t::Init | ( | const SourceDetPulseMap::const_iterator & | pair | ) | [inline] |
Definition at line 17 of file FixedWindowMEGenerator.h.
References pulses, Reset(), and source.
Referenced by Detector_t().
void FixedWindowMEGenerator::Detector_t::Reset | ( | ) | [inline] |
Definition at line 22 of file FixedWindowMEGenerator.h.
References end_window, pulses, and start_window.
Referenced by Init(), and FixedWindowMEGenerator::Reset().
00022 { 00023 if(pulses){ 00024 start_window=pulses->begin(); 00025 end_window=pulses->begin(); 00026 } 00027 }
DetectorPulseList::const_iterator FixedWindowMEGenerator::Detector_t::end_window |
Definition at line 13 of file FixedWindowMEGenerator.h.
Referenced by FixedWindowMEGenerator::AddPulsesInWindow(), and Reset().
Definition at line 11 of file FixedWindowMEGenerator.h.
Referenced by FixedWindowMEGenerator::AddPulsesInWindow(), Init(), FixedWindowMEGenerator::ProcessPulses(), and Reset().
Definition at line 10 of file FixedWindowMEGenerator.h.
Referenced by FixedWindowMEGenerator::AddPulsesInWindow(), Init(), and FixedWindowMEGenerator::Init().
DetectorPulseList::const_iterator FixedWindowMEGenerator::Detector_t::start_window |
Definition at line 12 of file FixedWindowMEGenerator.h.
Referenced by FixedWindowMEGenerator::AddPulsesInWindow(), and Reset().