1 #ifndef INGRID_SIMPLE_CLUSTER_FINDER_H
2 #define INGRID_SIMPLE_CLUSTER_FINDER_H 1
10 #include <EVENT/TrackerData.h>
13 #include "marlin/Processor.h"
14 #include "TimePixPixelMode.h"
15 #include "TimePixMapHandlerProcessor.h"
16 #include "lccd/ConditionsMap.hh"
19 #include <AIDA/AIDA.h>
60 virtual void processRunHeader(EVENT::LCRunHeader* run);
62 virtual void processEvent(EVENT::LCEvent* evt);
64 virtual void check(EVENT::LCEvent* evt);
90 #endif // INGRIDSIMPLECLUSTERFINDER_H
std::string _outputTrackerDataColName
Definition: InGridSimpleClusterFinder.h:73
Converts tracker data objects to tracker hits by dividing every multihit into single hits...
Definition: InGridSimpleClusterFinder.h:50
double _readoutFrequency
Definition: InGridSimpleClusterFinder.h:74
std::string _outputColName
Definition: InGridSimpleClusterFinder.h:72
int _medianfilter
lenght of the shutter in us
Definition: InGridSimpleClusterFinder.h:77
std::string _inputColName
Name of the input collection.
Definition: InGridSimpleClusterFinder.h:71
tpcconddata::TimePixMap * _timePixMap
the actual mode map is a lccd::ConditionsMap the key is a PixelKey, specifically a struct which conta...
Definition: InGridSimpleClusterFinder.h:87
int _outputIsTransient
use median filter on time mode pixels or not
Definition: InGridSimpleClusterFinder.h:81
double _driftVelocity
Definition: InGridSimpleClusterFinder.h:75