1 #ifndef __JAANET__JEVTWEIGHTFACTOR__ 
    2 #define __JAANET__JEVTWEIGHTFACTOR__ 
   14 namespace JPP { 
using namespace JAANET; }
 
virtual double getFactor(const Evt &evt) const =0
Get multiplication factor of given event. 
 
virtual ~JEvtWeightFactor()
Virtual destructor. 
 
Template class for object cloning. 
 
Low-level interface for retrieving a specifiable multiplication factor corresponding to a given event...
 
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.