1 #ifndef NNClusterProcessor_h
2 #define NNClusterProcessor_h 1
4 #include "marlin/Processor.h"
10 using namespace marlin ;
40 virtual void processRunHeader( LCRunHeader* run ) ;
44 virtual void processEvent( LCEvent * evt ) ;
47 virtual void check( LCEvent * evt ) ;
61 std::string _outputColName ;
StringVec _colNames
Input collection name.
Definition: NNClusterProcessor.h:59
Example processor that does a simple nearest neighbour (NN) clustering on one or more CalorimeterHit ...
Definition: NNClusterProcessor.h:24