1 #ifndef __JAANET__JEVTWEIGHT__ 
    2 #define __JAANET__JEVTWEIGHT__ 
   48     virtual bool check(
const JHead& header) 
const = 0;
 
virtual double getWeight(const Evt &evt) const =0
Get weight of given event. 
 
virtual void configure(const JHead &header)=0
Configuration. 
 
virtual bool check(const JHead &header) const =0
Check whether header is consistent with this event weighter. 
 
Low-level interface for event weighing. 
 
Template class for object cloning. 
 
virtual ~JEvtWeight()
Virtual destructor. 
 
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.