Simple struct to store signal information in containers. More...
Public Member Functions | |
SignalInformation () | |
Public Attributes | |
PulseContainer | fPulses |
Collection of SPE/PE pulses. More... | |
const mevt::ScintillatorSimData * | fScintSimData |
Simulation information for the scint. More... | |
SiPMPulseContainer | fSiPMPulses |
Simple struct to store signal information in containers.
Though (given the presence of ScintillatorSimData) it stores more than just signal information, its name comes from the fact that is used to keep toghether the information in order to query for the necesary info to know the complete signal to be processed by the electronics.
Definition at line 140 of file MdCounterSimulator.h.
|
inline |
Definition at line 141 of file MdCounterSimulator.h.
PulseContainer MdCounterSimulatorAG::MdCounterSimulator::SignalInformation::fPulses |
Collection of SPE/PE pulses.
Definition at line 144 of file MdCounterSimulator.h.
Referenced by MdCounterSimulatorAG::MdCounterSimulator::ProcessPulses().
const mevt::ScintillatorSimData* MdCounterSimulatorAG::MdCounterSimulator::SignalInformation::fScintSimData |
Simulation information for the scint.
Raw pointer as a proxy to the information (not owned, of course).
Definition at line 151 of file MdCounterSimulator.h.
Referenced by MdCounterSimulatorAG::MdCounterSimulator::ApplyCITIROCTransfer(), MdCounterSimulatorAG::MdCounterSimulator::GetPulseTimeSpan(), and MdCounterSimulatorAG::MdCounterSimulator::ProcessPulses().
SiPMPulseContainer MdCounterSimulatorAG::MdCounterSimulator::SignalInformation::fSiPMPulses |
Definition at line 145 of file MdCounterSimulator.h.
Referenced by MdCounterSimulatorAG::MdCounterSimulator::ApplyCITIROCTransfer(), MdCounterSimulatorAG::MdCounterSimulator::GetPulseTimeSpan(), and MdCounterSimulatorAG::MdCounterSimulator::ProcessPulses().