#include <IChannelStatus.h>
Public Member Functions | |
virtual | ~IChannelStatus () |
virtual double | preamp_gain (int chid) const =0 |
virtual double | preamp_shaping (int chid) const =0 |
Public Member Functions inherited from WireCell::IComponent< IChannelStatus > | |
virtual | ~IComponent () |
Public Member Functions inherited from WireCell::Interface | |
virtual | ~Interface () |
Additional Inherited Members | |
Public Types inherited from WireCell::IComponent< IChannelStatus > | |
typedef std::shared_ptr< IChannelStatus > | pointer |
Access subclass facet by pointer. More... | |
typedef std::vector< pointer > | vector |
Vector of shared pointers. More... | |
Public Types inherited from WireCell::Interface | |
typedef std::shared_ptr< Interface > | pointer |
Definition at line 13 of file IChannelStatus.h.
|
virtual |
Definition at line 105 of file IfaceDesctructors.cxx.
|
pure virtual |
Return the current gain for the preamplifier in units of [voltage]/[charge].
Implemented in WireCell::Gen::StaticChannelStatus.
|
pure virtual |
Return the current shaping time of the preamplifier for the given channel in units of [time].
Implemented in WireCell::Gen::StaticChannelStatus.