4 #include "marlin/Processor.h"
10 using namespace marlin ;
24 class Fox:
public Processor {
28 virtual Processor* newProcessor() {
return new Fox ; }
40 virtual void processRunHeader( LCRunHeader* run ) ;
44 virtual void processEvent( LCEvent * evt ) ;
47 virtual void check( LCEvent * evt ) ;
std::vector< int > _momentsToCalculate
Vector of moments orders to be calculated.
Definition: Fox.h:62
std::string _colName
Input collection name.
Definition: Fox.h:59
Processor calculates Fox-Wolfram moments.
Definition: Fox.h:24