Jpp
|
Interface for CLB simulation. More...
#include <JCLBSimulator.hh>
Public Member Functions | |
virtual | ~JCLBSimulator () |
Virtual destructor. More... | |
virtual void | processData (const JCLBInput &input, JDAQFrame &output) const =0 |
Process data. More... | |
Protected Member Functions | |
JCLBSimulator () | |
Default constructor. More... | |
Interface for CLB simulation.
The input consists of a 2D array of PMT hits (organised by PMT channel) and the output is a KM3NETDAQ::JDAQFrame data structure (with data from different PMTs).
Definition at line 56 of file JCLBSimulator.hh.
|
inlineprotected |
|
inlinevirtual |
|
pure virtual |
Process data.
input | PMT data |
output | CLB data |
Implemented in JDETECTOR::JDetectorSimulator, and JDETECTOR::JCLBDefaultSimulatorInterface.