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 ) ;
59 StringVec _colNames{};
61 std::string _outputColName{};
Example processor that does a simple nearest neighbour (NN) clustering on one or more CalorimeterHit ...
Definition: NNClusterProcessor.h:24