2 #define MyProcessor_h 1 
    4 #include "marlin/Processor.h" 
   10 using namespace marlin ;
 
   22   virtual Processor*  newProcessor() { 
return new Sphere ; }
 
   34   virtual void processRunHeader( LCRunHeader* run ) ;
 
   38   virtual void processEvent( LCEvent * evt ) ; 
 
   41   virtual void check( LCEvent * evt ) ; 
 
std::string _dumpobjectname
Name of the parameter to store egenvalues of sphericity tensor. 
Definition: Sphere.h:56
 
std::string _colName
Input collection name. 
Definition: Sphere.h:53
 
Processor that calculates sphericity,aplanarity, C and D event parametres for detail explanation look...
Definition: Sphere.h:18