|
Jpp 20.0.0-72-g597b30bc9
the software that should make you happy
|
Interface for simulation of K40 background. More...
#include <JK40Simulator.hh>
Classes | |
| struct | module_data |
| Auxiliary data structure for argument parsing of module data. More... | |
| struct | module_pair |
| Auxiliary data structure for argument parsing of module pair. More... | |
Public Member Functions | |
| virtual | ~JK40Simulator () |
| Virtual destructor. | |
| virtual void | generateHits (const JModule &module, const JTimeRange &period, JModuleData &output) const =0 |
| Generate hits. | |
| virtual void | generateHits (const module_pair &input, const JTimeRange &period, const module_data &output) const =0 |
| Generate mixed-L1/L0 hits. | |
Interface for simulation of K40 background.
Definition at line 21 of file JK40Simulator.hh.
|
inlinevirtual |
|
pure virtual |
Generate hits.
| module | module |
| period | time window [ns] |
| output | background data |
Implemented in JDETECTOR::JDetectorSimulator, and JDETECTOR::JK40DefaultSimulatorInterface.
|
pure virtual |
Generate mixed-L1/L0 hits.
| input | module pair |
| period | time window [ns] |
| output | background data |
Implemented in JDETECTOR::JDetectorSimulator, and JDETECTOR::JK40DefaultSimulatorInterface.