#include <BaseEvent.h>
Inheritance diagram for BaseEvent:
Public Member Functions | |
virtual | ~BaseEvent () |
virtual void | genEvent ()=0 |
provides four-momenta (i.e. read values from ntuple, run toy MC, ...) | |
virtual int | fitEvent (BaseFitter &fitter)=0 |
do it! |
This class defines the minimal functionality of a class describing an event hypothesis that is ment to be tested by a kinematic fit. It is an optional class - the event hypothesis can also be defined directly in the main program.
Author: Jenny Böhme, Benno List
Definition at line 31 of file BaseEvent.h.
|
Definition at line 33 of file BaseEvent.h. |
|
do it!
Implemented in H1K0Event, H1K0Event2, K0Event, and TopEvent. |
|
provides four-momenta (i.e. read values from ntuple, run toy MC, ...)
Implemented in H1K0Event, H1K0Event2, K0Event, and TopEvent. |