1 #ifndef TimePixRemoveMaskedPixelsProcessor_h
2 #define TimePixRemoveMaskedPixelsProcessor_h 1
11 #include "marlin/Processor.h"
12 #include "TimePixPixelMode.h"
13 #include "lccd/ConditionsMap.hh"
14 #include "TimePixMapListener.h"
70 virtual void processRunHeader( lcio::LCRunHeader* run ) ;
75 virtual void processEvent( lcio::LCEvent * evt ) ;
82 virtual void check( lcio::LCEvent * evt ) ;
122 tpcconddata::TimePixMap * _timePixMap;
std::string _inputColName
Definition: TimePixRemoveMaskedPixelsProcessor.h:100
int _nEvt
Definition: TimePixRemoveMaskedPixelsProcessor.h:115
bool isFirstCollection
is true till the first output collection is written to an event used to store parameters only in the ...
Definition: TimePixRemoveMaskedPixelsProcessor.h:112
bool _removeDeadPixels
Flag whether to remove dead pixels from data.
Definition: TimePixRemoveMaskedPixelsProcessor.h:120
bool _removeNoisyPixels
Flag whether to remove noisy pixels from data.
Definition: TimePixRemoveMaskedPixelsProcessor.h:119
std::string _outputColName
Definition: TimePixRemoveMaskedPixelsProcessor.h:101
int _outputIsTransient
give the status which is set to the transient flag of the output collection it is an int instead of a...
Definition: TimePixRemoveMaskedPixelsProcessor.h:106
bool _skipEmptyEvents
Flag whether to throw SkipEventException for epmty events.
Definition: TimePixRemoveMaskedPixelsProcessor.h:117
remove masked pixels Processor of the MarlinTPC package .
Definition: TimePixRemoveMaskedPixelsProcessor.h:47
int _nRun
Definition: TimePixRemoveMaskedPixelsProcessor.h:114