1 #ifndef NNClusterProcessor_h
2 #define NNClusterProcessor_h 1
4 #include "marlin/Processor.h"
10 using namespace marlin ;
46 virtual void processRunHeader( LCRunHeader* run ) ;
50 virtual void processEvent( LCEvent * evt ) ;
53 virtual void check( LCEvent * evt ) ;
67 std::string _outputColName{};
virtual Processor * newProcessor()
std::vector< std::string > StringVec