Jpp
16.0.0-rc.2
the software that should make you happy
|
#include "km3net-dataformat/offline/Evt.hh"
#include "JLang/JClonable.hh"
#include "JAAnet/JEvtWeightFactor.hh"
Go to the source code of this file.
Classes | |
struct | JAANET::JEvtWeightFactorFunction< JFunction_t > |
Implementation of event-weight factor interface. More... | |
struct | JAANET::JEvtWeightFactorFunction< pEvtWeightFactor > |
Implementation of C-style event-weight factor. More... | |
Namespaces | |
JAANET | |
Extensions to Evt data format. | |
Typedefs | |
typedef double(* | JAANET::pEvtWeightFactor )(const Evt &) |
Type definition of pointer to event-weight factor. More... | |
Functions | |
template<class JFunction_t > | |
JEvtWeightFactorFunction < JFunction_t > | JAANET::make_weightFactor (const JFunction_t &function) |
Auxiliary method for creating an interface to an event-weight factor. More... | |
JEvtWeightFactorFunction < pEvtWeightFactor > | JAANET::make_weightFactor (pEvtWeightFactor function) |
Auxiliary method for creating an interface to an event-weight factor. More... | |