Jpp
|
Auxiliary base class for hit building. More...
#include <JBuild.hh>
Public Types | |
typedef JHit_t | value_type |
typedef JMatch< value_type > | match_type |
Public Member Functions | |
JBuild () | |
Default constructor. More... | |
void | setPreprocessor (const JPreprocessor::JOption_t option, const match_type &match) |
Set pre-processor. More... | |
JSuperFrame2D< JHit_t > & | demultiplex (const JDAQSuperFrame &input, const JModule &module) const |
Demultiplex and pre-process DAQ super frame. More... | |
Public Attributes | |
JPreprocessor::JOption_t | option |
pre-processor option More... | |
JLANG::JSharedPointer< match_type > | match |
match criterion More... | |
Auxiliary base class for hit building.
This class provides for a configurable method to pre-process hits. The action is subsequently transferred to JSuperFrame2D.
typedef JHit_t JTRIGGER::JBuild< JHit_t >::value_type |
typedef JMatch<value_type> JTRIGGER::JBuild< JHit_t >::match_type |
|
inline |
Default constructor.
The default corresponds to no pre-processing of hits.
|
inline |
|
inline |
JPreprocessor::JOption_t JTRIGGER::JBuild< JHit_t >::option |
JLANG::JSharedPointer<match_type> JTRIGGER::JBuild< JHit_t >::match |