| Jpp
    | 
Template L0 hit builder. More...
#include <JBuildL0.hh>
 
  
 | Public Types | |
| typedef JElement_t | value_type | 
| Public Member Functions | |
| JBuildL0 () | |
| Default constructor.  More... | |
| template<class JOutput_t > | |
| void | operator() (const JSuperFrame2D< JElement_t > &input, JOutput_t out) const | 
| Build hits from calibrated data.  More... | |
| template<class JOutput_t > | |
| void | operator() (const JDAQSuperFrame &input, const JModule &module, JOutput_t out) const | 
| Build hits from uncalibrated DAQ data.  More... | |
| void | operator() (const JDAQTimeslice ×lice, const JModuleRouter &router, JOutput_t out) const | 
| Build hits from uncalibrated DAQ data.  More... | |
| void | operator() (const JDAQEvent &event, const JModuleRouter &router, bool snapshot, JOutput_t out) const | 
| Build hits from uncalibrated DAQ data.  More... | |
| void | operator() (const JDAQEvent &event, const JModuleRouter &router, JOutput_t out) const | 
| Build hits from uncalibrated DAQ data.  More... | |
Template L0 hit builder.
An L0 hit is a hit from a PMT.
Definition at line 35 of file JBuildL0.hh.
| typedef JElement_t JTRIGGER::JBuildL0< JElement_t >::value_type | 
Definition at line 43 of file JBuildL0.hh.
| 
 | inline | 
| 
 | inline | 
Build hits from calibrated data.
Note that the output data are not time sorted.
| input | input L0 data | 
| out | output L0 data | 
Definition at line 62 of file JBuildL0.hh.
| 
 | inline | 
Build hits from uncalibrated DAQ data.
The time calibration is applied. Note that the output data are not time sorted.
| input | DAQ super frame | 
| module | module | 
| out | output L0 data | 
Definition at line 87 of file JBuildL0.hh.
| 
 | inlineinherited | 
Build hits from uncalibrated DAQ data.
The time calibration is applied. Note that the output data are not time sorted.
| timeslice | DAQ time slice | 
| router | module router | 
| out | output data | 
Definition at line 57 of file JBuildHelper.hh.
| 
 | inlineinherited | 
Build hits from uncalibrated DAQ data.
The time calibration is applied. Note that the output data are not time sorted.
| event | DAQ event | 
| router | module router | 
| snapshot | use shapshot hits (else use triggered hits) | 
| out | output data | 
Definition at line 81 of file JBuildHelper.hh.
| 
 | inlineinherited | 
Build hits from uncalibrated DAQ data.
The snapshot data of the DAQ event are used. The time calibration is applied. Note that the output data are not time sorted.
| event | DAQ event | 
| router | module router | 
| out | output data | 
Definition at line 102 of file JBuildHelper.hh.
 1.8.5
 1.8.5