1 #ifndef __JAANET__JEVTWEIGHT__ 
    2 #define __JAANET__JEVTWEIGHT__ 
   18 namespace JPP { 
using namespace JAANET; }
 
std::vector< double > w
MC: Weights w[0]=w1, w[1]=w2, w[2]=w3 (see e.g. Tag list or km3net-dataformat/definitions) ...
 
virtual double getNormalisation(const Evt &evt) const 
Get event-weight normalisation. 
 
Low-level interface for event weighing. 
 
Abstract base class for event weighing. 
 
Template class for object cloning. 
 
virtual ~JEvtWeight()
Virtual destructor. 
 
JEvtWeight()
Default constructor. 
 
double norm
Event-weight normalisation. 
 
virtual double getNormalisation() const override
Get event-weight normalisation. 
 
static const int WEIGHTLIST_NORMALISATION
Event rate normalisation. 
 
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.