|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Implementation of event weighing for DAQ data. More...
#include <JEvtWeightDAQ.hh>
Public Types | |
| typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
| JEvtWeightDAQ () | |
| Default constructor. | |
| JEvtWeightDAQ (const JHead &header) | |
| Constructor. | |
| const char *const | getName () const override final |
| Get name. | |
| void | configure (const JHead &header) override final |
| Configuration. | |
| bool | check (const JHead &header) const override final |
| Check whether header is consistent with this event weighter. | |
| double | getWeight (const Evt &evt) const override final |
| Get weight of given event. | |
| virtual clone_type | clone () const override |
| Get clone of this object. | |
Implementation of event weighing for DAQ data.
Definition at line 32 of file JEvtWeightDAQ.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
| header | header |
Definition at line 47 of file JEvtWeightDAQ.hh.
Configuration.
| header | header |
Definition at line 69 of file JEvtWeightDAQ.hh.
Check whether header is consistent with this event weighter.
| header | header |
Definition at line 90 of file JEvtWeightDAQ.hh.
Get weight of given event.
| evt | event |
Definition at line 102 of file JEvtWeightDAQ.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch1D >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.