⇤ ← Revision 1 as of 2009-06-25 15:35:10
Size: 2040
Comment:
|
Size: 2084
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
=== List of Processors in MarlinTPC === | = List of Processors in MarlinTPC = |
Line 8: | Line 8: |
BiasedResidualsProcessor.h CutApplicationProcessor.h HitAndTrackChargeProcessor.h HitAndTrackCounterProcessor.h LinearGeometricMeanResolutionProcessor.h LinearThreePointResolutionProcessor.h TimePixClusterSizeProcessor.h TimePixOccupancyProcessor.h TimePixTOTDistributionProcessor.h TrackParametersDistributionProcessor.h XYZDistributionProcessor.h XYZDistributionTracksProcessor.h ZBinTemplateProcessor.h |
BiasedResidualsProcessor.h CutApplicationProcessor.h HitAndTrackChargeProcessor.h HitAndTrackCounterProcessor.h LinearGeometricMeanResolutionProcessor.h LinearThreePointResolutionProcessor.h TimePixClusterSizeProcessor.h TimePixOccupancyProcessor.h TimePixTOTDistributionProcessor.h TrackParametersDistributionProcessor.h XYZDistributionProcessor.h XYZDistributionTracksProcessor.h ZBinTemplateProcessor.h |
Line 23: | Line 23: |
ls: calibration/include/*Processor.h: No such file or directory | ls: calibration/include/*Processor.h: No such file or directory |
Line 26: | Line 26: |
ChargeDistributionProcessor.h DriftProcessor.h GEMProcessor.h InhEFieldCalculationProcessor.h IonBackDriftProcessor.h IonsInVoxelsProcessor.h TPCElectronicsProcessor.h TimePixDigitisationProcessor.h |
ChargeDistributionProcessor.h DriftProcessor.h GEMProcessor.h InhEFieldCalculationProcessor.h IonBackDriftProcessor.h IonsInVoxelsProcessor.h TPCElectronicsProcessor.h TimePixDigitisationProcessor.h |
Line 36: | Line 36: |
ADCPulseConverterProcessor.h ChannelMapperProcessor.h CountsToPrimaryElectronsProcessor.h GainCorrectorProcessor.h HitTrackFinderTopoProcessor.h LinearRegressionProcessor.h PedestalSubtractorProcessor.h PhotodotReconstructionProcessor.h PulseFinderProcessor.h SimpleTrackSeederProcessor.h TimePixClusterFinderProcessor.h TimePixClusterProjectionSeparatorProcessor.h TimePixHighTOTAnalyserProcessor.h TimePixHitCenterCalculatorProcessor.h TimePixHitSorterProcessor.h TimePixMapHandlerProcessor.h TimePixPixelInterpolationProcessor.h TimePixZeroSuppressionProcessor.h TimeShiftCorrectorProcessor.h TrackFinderHoughTrafoProcessor.h TrackFinderRectangularProcessor.h TrackFitterLikelihoodProcessor.h TrackSeederProcessor.h TrackerRawDataToDataConverterProcessor.h |
ADCPulseConverterProcessor.h ChannelMapperProcessor.h CountsToPrimaryElectronsProcessor.h GainCorrectorProcessor.h HitTrackFinderTopoProcessor.h LinearRegressionProcessor.h PedestalSubtractorProcessor.h PhotodotReconstructionProcessor.h PulseFinderProcessor.h SimpleTrackSeederProcessor.h TimePixClusterFinderProcessor.h TimePixClusterProjectionSeparatorProcessor.h TimePixHighTOTAnalyserProcessor.h TimePixHitCenterCalculatorProcessor.h TimePixHitSorterProcessor.h TimePixMapHandlerProcessor.h TimePixPixelInterpolationProcessor.h TimePixZeroSuppressionProcessor.h TimeShiftCorrectorProcessor.h TrackFinderHoughTrafoProcessor.h TrackFinderRectangularProcessor.h TrackFitterLikelihoodProcessor.h TrackSeederProcessor.h TrackerRawDataToDataConverterProcessor.h |
Line 62: | Line 62: |
PrimaryIonisationProcessor.h | PrimaryIonisationProcessor.h |
Line 65: | Line 65: |
ls: validation/include/*Processor.h: No such file or directory | ls: validation/include/*Processor.h: No such file or directory |
List of Processors in MarlinTPC
In a downloaded MarlinTPC directory tree, issuing: $for i in analysis calibration digitisation reconstruction simulation validation; do echo "$i:";for j in ls $i/include/*Processor.h; do basename $j; done; done will yield the list of processors, that actually have "Processor" in their name:
analysis:
BiasedResidualsProcessor.h CutApplicationProcessor.h HitAndTrackChargeProcessor.h HitAndTrackCounterProcessor.h LinearGeometricMeanResolutionProcessor.h LinearThreePointResolutionProcessor.h TimePixClusterSizeProcessor.h TimePixOccupancyProcessor.h TimePixTOTDistributionProcessor.h TrackParametersDistributionProcessor.h XYZDistributionProcessor.h XYZDistributionTracksProcessor.h ZBinTemplateProcessor.h
calibration:
- ls: calibration/include/*Processor.h: No such file or directory
digitisation:
ChargeDistributionProcessor.h DriftProcessor.h GEMProcessor.h InhEFieldCalculationProcessor.h IonBackDriftProcessor.h IonsInVoxelsProcessor.h TPCElectronicsProcessor.h TimePixDigitisationProcessor.h
reconstruction:
- ADCPulseConverterProcessor.h
ChannelMapperProcessor.h CountsToPrimaryElectronsProcessor.h GainCorrectorProcessor.h HitTrackFinderTopoProcessor.h LinearRegressionProcessor.h PedestalSubtractorProcessor.h PhotodotReconstructionProcessor.h PulseFinderProcessor.h SimpleTrackSeederProcessor.h TimePixClusterFinderProcessor.h TimePixClusterProjectionSeparatorProcessor.h TimePixHighTOTAnalyserProcessor.h TimePixHitCenterCalculatorProcessor.h TimePixHitSorterProcessor.h TimePixMapHandlerProcessor.h TimePixPixelInterpolationProcessor.h TimePixZeroSuppressionProcessor.h TimeShiftCorrectorProcessor.h TrackFinderHoughTrafoProcessor.h TrackFinderRectangularProcessor.h TrackFitterLikelihoodProcessor.h TrackSeederProcessor.h TrackerRawDataToDataConverterProcessor.h
simulation:
validation:
- ls: validation/include/*Processor.h: No such file or directory