Size: 2197
Comment:
|
Size: 3540
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
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 | {{{for i in analysis calibration digitisation reconstruction simulation validation tools/*; do echo "== $i: ==";for j in `ls $i/include/*Processor*`; do name=`basename $j`; echo " * {{{$name}}}";done; done}}} |
Line 10: | Line 10: |
* 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 24: | Line 24: |
ls: calibration/include/*Processor.h: No such file or directory | ls: calibration/include/*Processor*: 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 35: | Line 35: |
* 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 60: | Line 60: |
* PrimaryIonisationProcessor.h | * {{{PrimaryIonisationProcessor.h}}} |
Line 62: | Line 62: |
ls: validation/include/*Processor.h: No such file or directory | ls: validation/include/*Processor*: No such file or directory == tools/CMakeLists.txt: == ls: tools/CMakeLists.txt/include/*Processor*: Not a directory == tools/Field: == * {{{GlobalFieldProcessor.h}}} == tools/HepRepOutput: == * {{{HepRepOutputProcessor.h}}} == tools/IntersectionCalculator: == ls: tools/IntersectionCalculator/include/*Processor*: No such file or directory == tools/LCObjectCopier: == ls: tools/LCObjectCopier/include/*Processor*: No such file or directory == tools/MappingGenerator: == ls: tools/MappingGenerator/include/*Processor*: No such file or directory == tools/MokkaToDigitisationConverter: == ls: tools/MokkaToDigitisationConverter/include/*Processor*: No such file or directory == tools/TimePixToLCIOConverter: == ls: tools/TimePixToLCIOConverter/include/*Processor*: No such file or directory == tools/processors: == * {{{AidaPerEventCommitterProcessor.h}}} * {{{LoadDataFileProcessor.h}}} * {{{TPCHitToTrackerDataConverterProcessor.h}}} * {{{TimePixMaskCreaterProcessor.h}}} * {{{TimePixModeMapCreaterProcessor.h}}} * {{{TimePixReaderProcessor.h}}} |
List of Processors in MarlinTPC
In a downloaded MarlinTPC directory tree, issuing:
for i in analysis calibration digitisation reconstruction simulation validation tools/*; do echo "== $i: ==";for j in `ls $i/include/*Processor*`; do name=`basename $j`; echo " * {{{$name";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*: 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:
PrimaryIonisationProcessor.h
validation:
ls: validation/include/*Processor*: No such file or directory
tools/CMakeLists.txt:
ls: tools/CMakeLists.txt/include/*Processor*: Not a directory
tools/Field:
GlobalFieldProcessor.h
tools/HepRepOutput:
HepRepOutputProcessor.h
tools/IntersectionCalculator:
ls: tools/IntersectionCalculator/include/*Processor*: No such file or directory
tools/LCObjectCopier:
ls: tools/LCObjectCopier/include/*Processor*: No such file or directory
tools/MappingGenerator:
ls: tools/MappingGenerator/include/*Processor*: No such file or directory
tools/MokkaToDigitisationConverter:
ls: tools/MokkaToDigitisationConverter/include/*Processor*: No such file or directory
tools/TimePixToLCIOConverter:
ls: tools/TimePixToLCIOConverter/include/*Processor*: No such file or directory
tools/processors:
AidaPerEventCommitterProcessor.h
LoadDataFileProcessor.h
TPCHitToTrackerDataConverterProcessor.h
TimePixMaskCreaterProcessor.h
TimePixModeMapCreaterProcessor.h
TimePixReaderProcessor.h