Size: 2084
Comment:
|
Size: 2193
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
$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 | for i in analysis calibration digitisation reconstruction simulation validation; do echo "== $i: ==";for j in `ls $i/include/*Processor.h`; do name=`basename $j`; echo " * $name";done; done |
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 22: |
ls: calibration/include/*Processor.h: No such file or directory |
ls: calibration/include/*Processor.h: No such file or directory |
Line 26: | Line 24: |
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 33: |
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 58: |
PrimaryIonisationProcessor.h |
* PrimaryIonisationProcessor.h |
Line 65: | Line 60: |
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 name=basename $j; echo " * $name";done; done will yield the list of processors, that actually have "Processor" in their name:
analysis:
- TimePixTOTDistributionProcessor.h
- XYZDistributionProcessor.h
- XYZDistributionTracksProcessor.h
- ZBinTemplateProcessor.h
calibration:
ls: calibration/include/*Processor.h: No such file or directory
digitisation:
- GEMProcessor.h
- InhEFieldCalculationProcessor.h
- TPCElectronicsProcessor.h
reconstruction:
- ADCPulseConverterProcessor.h
- TimePixHighTOTAnalyserProcessor.h
simulation:
validation:
ls: validation/include/*Processor.h: No such file or directory