#include <NNClusterProcessor.h>
Public Member Functions | |
virtual Processor * | newProcessor () |
NNClusterProcessor () | |
virtual void | init () |
Called at the begin of the job before anything is read. More... | |
virtual void | processRunHeader (LCRunHeader *run) |
Called for every run. More... | |
virtual void | processEvent (LCEvent *evt) |
Called for every event - the working horse. More... | |
virtual void | check (LCEvent *evt) |
virtual void | end () |
Called after data processing for clean up. More... | |
Protected Attributes | |
StringVec | _colNames {} |
Input collection name. More... | |
std::string | _outputColName {} |
float | _distCut {} |
float | _eCut {} |
int | _nThetaPhi {} |
int | _nRun {} |
int | _nEvt {} |
Definition at line 30 of file NNClusterProcessor.h.