Jpp - the software that should make you happy
|
Auxiliary class to mimic hit ordering effects due to state machine inside CLB. More...
#include <JCLBDefaultSimulator.hh>
Public Member Functions | |
JStateMachine (const JDAQHit::JTDC_t Tmax) | |
Constructor. More... | |
virtual bool | maybeSwapped (const JDAQHit &first, const JDAQHit &second) const override |
Test whether two consecutive hits may be swapped. More... | |
Public Attributes | |
JDAQHit::JTDC_t | Tmax |
Auxiliary class to mimic hit ordering effects due to state machine inside CLB.
Definition at line 187 of file JCLBDefaultSimulator.hh.
|
inline |
Constructor.
Tmax | maximal time difference for swap [ns] |
Definition at line 196 of file JCLBDefaultSimulator.hh.
|
inlineoverridevirtual |
Test whether two consecutive hits may be swapped.
first | first DAQ hit |
second | second DAQ hit |
Reimplemented from JDETECTOR::JCLBDefaultSimulatorInterface::JStateMachine.
Definition at line 209 of file JCLBDefaultSimulator.hh.
JDAQHit::JTDC_t JDETECTOR::JCLBDefaultSimulator::JStateMachine::Tmax |
Definition at line 215 of file JCLBDefaultSimulator.hh.