|
EICrecon
JANA based reconstruction for the EPIC detector
|
#include <PulseNoise.h>


Public Member Functions | |
| PulseNoise (std::string_view name) | |
| virtual void | init () final |
| void | process (const Input &, const Output &) const |
Public Member Functions inherited from eicrecon::WithPodConfig< PulseNoiseConfig > | |
| PulseNoiseConfig & | getConfig () |
| Get a configuration to be changed. | |
| PulseNoiseConfig & | applyConfig (PulseNoiseConfig cfg) |
| Sets a configuration (config is properly copyible) | |
Additional Inherited Members | |
Public Types inherited from eicrecon::WithPodConfig< PulseNoiseConfig > | |
| using | ConfigType = PulseNoiseConfig |
Protected Attributes inherited from eicrecon::WithPodConfig< PulseNoiseConfig > | |
| PulseNoiseConfig | m_cfg |
|
inline |
|
finalvirtual |
| void eicrecon::PulseNoise::process | ( | const Input & | , |
| const Output & | |||
| ) | const |