1 #ifndef TimePixClusterFinderProcessor_h
2 #define TimePixClusterFinderProcessor_h 1
10 #include <EVENT/TrackerData.h>
13 #include "marlin/Processor.h"
57 virtual Processor* newProcessor()
76 virtual void processRunHeader(lcio::LCRunHeader* run) ;
81 virtual void processEvent(lcio::LCEvent * evt) ;
88 virtual void check(lcio::LCEvent * evt) ;
130 AIDA::IHistogram1D * histoncl;
int _nRow
Definition: TimePixClusterFinderProcessor.h:110
std::string _outputColName
Definition: TimePixClusterFinderProcessor.h:107
bool isFirstCollection
is true till the first output collection is wirten to an event used to to store parameters only in th...
Definition: TimePixClusterFinderProcessor.h:122
int _nRun
Definition: TimePixClusterFinderProcessor.h:124
std::string _inputColName
Definition: TimePixClusterFinderProcessor.h:106
std::string _outputColNameData
Definition: TimePixClusterFinderProcessor.h:108
int _minNoPixel
Definition: TimePixClusterFinderProcessor.h:111
int _nEvt
Definition: TimePixClusterFinderProcessor.h:125
int _nColumn
Definition: TimePixClusterFinderProcessor.h:109
int _outputIsTransient
give the status which is set to the transient flag of the output collection it is an int instead of a...
Definition: TimePixClusterFinderProcessor.h:116
Clusterfinding Processor of the MarlinTPC package .
Definition: TimePixClusterFinderProcessor.h:49