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 130 of file MdOptoElectronicSimulator.h.
|
inline |
Definition at line 131 of file MdOptoElectronicSimulator.h.
PulseContainer MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::SignalInformation::fPulses |
Collection of SPE/PE pulses.
Definition at line 134 of file MdOptoElectronicSimulator.h.
Referenced by MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::ProcessPulses().
const mevt::ScintillatorSimData* MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::SignalInformation::fScintSimData |
Simulation information for the scint.
Raw pointer as a proxy to the information (not owned, of course).
Definition at line 141 of file MdOptoElectronicSimulator.h.
SiPMPulseContainer MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::SignalInformation::fSiPMPulses |
Definition at line 135 of file MdOptoElectronicSimulator.h.
Referenced by MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::ApplyCITIROCTransfer(), MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::GetPulseTimeSpan(), and MdOptoElectronicSimulatorAG::MdOptoElectronicSimulator::ProcessPulses().