4 #include "marlin/Processor.h"
9 #include "TopEventILC.h"
11 using namespace lcio ;
12 using namespace marlin ;
37 virtual Processor* newProcessor() {
return new TopTester ; }
49 virtual void processRunHeader( LCRunHeader* run ) ;
53 virtual void processEvent( LCEvent * evt ) ;
56 virtual void check( LCEvent * evt ) ;
68 bool _softmasses, _semileptonic, _traceall, _leptonasjet;
69 int _ifitter, _ievttrace, _ntoy;
71 float prob, topmass, startmassW1, startmassW2;
72 float momentum[3], energy;
74 int _nRun, _nEvt, nit;
76 TopEventILC* topevent;
float _ecm
Input parameter: center of mass energy, semileptonic?, which fitter.
Definition: TopTester.h:67
Test processor using TopEventILC Toy MC.
Definition: TopTester.h:33