remove masked pixels Processor of the MarlinTPC package .
removes masked pixels (dead and/or noisy) from TrackerRawData collection
Input - Prerequisites
a collection of zero suppressed TrackerRawData
Output
Collection containing cleaned TrackerRawData.
- Parameters
-
InputCollectionName | Name of input collection, zero suppressed TrackerRawData |
OutputCollectionName | Name of output collection, cleaned TrackerRawData |
SetOutputTransient | If not 0 the output collection is set transient |
SkipEmptyEvents | Throw SkipEventException if input collection is empty. All subsequent processors are skipped, including the LCIOOutputProcessor. You might want to switch this off in case there is data from several subdetectors in the event (default: true); |
RemoveNoisyPixels | If true noisy pixels are removed from data (default:true) |
RemoveDeadPixels | If true dead pixels are removed from data (default:true) |
- Author
- Christoph Krieger (based on TimePixZeroSupressionProcessor by Simone Zimmermann)