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