2 #define TTBarExample_h 1 
    4 #include "marlin/Processor.h" 
   10 using namespace marlin ;
 
   36   virtual Processor*  newProcessor() { 
return new TTBarExample ; }
 
   48   virtual void processRunHeader( LCRunHeader* run ) ;
 
   52   virtual void processEvent( LCEvent * evt ) ; 
 
   55   virtual void check( LCEvent * evt ) ; 
 
   68   std::string _bjetcolName ;
 
float _ecm
Input parameter: center of mass energy. 
Definition: TTBarExample.h:71
 
An example processor for a kinematic fit. 
Definition: TTBarExample.h:32
 
std::string _lightjetcolName
Input collection name. 
Definition: TTBarExample.h:67