Converts tracker data objects to tracker hits by dividing every multihit into single hits.
More...
#include <InGridSimpleClusterFinder.h>
|
virtual Processor * | newProcessor () |
|
virtual void | init () |
|
virtual void | processRunHeader (EVENT::LCRunHeader *run) |
|
virtual void | processEvent (EVENT::LCEvent *evt) |
|
virtual void | check (EVENT::LCEvent *evt) |
|
virtual void | end () |
|
Converts tracker data objects to tracker hits by dividing every multihit into single hits.
Input - Prerequisites
- a collection of zero suppressed TrackerData
Output
- Collection containing TrackerHits of single Pixels
- Collection of TrackerData objects which has been split because it belonged to several clusters
- Parameters
-
InputCollectionName | Name of the input collection with zero suppressed TrackerData (default "TimePixZeroSuppressedData")Name of input collection, TrackerData |
OutputCollectionName | Name of the output containing with sepatated hits (default "TimePixHits") |
OutputCollectionName | Name of the output containing with sepatated hits (default "TimePixHits") |
Shutter | length of the shutter signal |
ReadoutFrequency | readout frequency |
DriftVelocity | drift velocity of the given gas |
SetOutputTransient | If not 0 the output collection is set transient |
- Author
- Felix Müller
double marlintpc::InGridSimpleClusterFinder::_driftVelocity |
|
protected |
- drift velocity of gas in mm/us
std::string marlintpc::InGridSimpleClusterFinder::_outputColName |
|
protected |
- the name of the output collection
int marlintpc::InGridSimpleClusterFinder::_outputIsTransient |
|
protected |
use median filter on time mode pixels or not
give the status which is set to the transient flag of the output collection it is an int instead of a boolean, because the processor parameter cannot be a boolean
std::string marlintpc::InGridSimpleClusterFinder::_outputTrackerDataColName |
|
protected |
- the name of the output tracker data collection
double marlintpc::InGridSimpleClusterFinder::_readoutFrequency |
|
protected |
- readout frequency of TimePix chip in MHz, optional, should come from gear
The documentation for this class was generated from the following files: