Size: 2040
Comment:
|
Size: 13080
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 = This is intended for the start of reviewing and learning MarlinTPC. Currently three persons are doing this: RD, SC and CR. ||'''Who''': || please enter your name/initials|| || ||'''Documented/Beautified''':|| if Doxygen/comments are already in (please check if it compiles) and the code style has improved:|| "yes" (./) , "partially" /!\ or "no" {X} || ||'''Multi-module''':|| if it's multi-module capable :|| "yes" (./) or "no" {X} || ||'''Status''':|| the overall status flag:|| "Unknown" {X} , "will start (soon)" <!> , "in progress" /!\ , "done" (./) || Progress bar: || || # || % || || Total number of processors: || 71 || 100 || || Unknown/Unchecked: || 70 || 98.5 || || Number of documented: || 1 || 1.5 || || Number of beautified: || 1 || 1.5 || || Number of multi-module: || 7 || 10 || == list creation == |
Line 4: | Line 22: |
$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: |
|
Line 7: | Line 23: |
== 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 |
{{{for i in `find * -name include`; do if ls $i/*rocessor* >& /dev/null;then echo "=== path = $i ==="; echo "|| processor || who || documented || multi-module || status ||"; for name in `ls $i/*rocessor*`; do echo "|| {{{$name}}} || || || || ||"; done;fi; done}}} |
Line 22: | Line 27: |
== calibration: == ls: calibration/include/*Processor.h: No such file or directory |
will yield the list of processors, that actually have "Processor" in their name. |
Line 25: | Line 29: |
== digitisation: == ChargeDistributionProcessor.h DriftProcessor.h GEMProcessor.h InhEFieldCalculationProcessor.h IonBackDriftProcessor.h IonsInVoxelsProcessor.h TPCElectronicsProcessor.h TimePixDigitisationProcessor.h |
== The List == |
Line 35: | Line 31: |
== 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 |
sorted by its relative path. |
Line 61: | Line 33: |
== simulation: == PrimaryIonisationProcessor.h |
=== path = analysis/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{analysis/include/BiasedResidualsProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/CutApplicationProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/HitAndTrackChargeProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/HitAndTrackCounterProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/LinearGeometricMeanResolutionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/LinearThreePointResolutionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/TimePixClusterSizeProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/TimePixOccupancyProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/TimePixTOTDistributionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/TrackParametersDistributionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/XYZDistributionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/XYZDistributionTracksProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{analysis/include/ZBinTemplateProcessor.h}}} || ? || {X} / {X} || {X} || {X} || |
Line 64: | Line 49: |
== validation: == ls: validation/include/*Processor.h: No such file or directory |
=== path = calibration/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{calibration/include/DBEntryMaker.h}}} || ? || {X} / {X} || {X} || {X} || || {{{calibration/include/DBWriter.h}}} || ? || {X} / {X} || {X} || {X} || || {{{calibration/include/PedestalCalculator.h}}} || RD || (./) / (./) || (./) || /!\ || === path = digitisation/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{digitisation/include/ChargeDistributionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/DriftProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/EFieldVector.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/GEMProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/HitDistributor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/InhEFieldCalculationProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/IonBackDriftProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/IonsInVoxelsProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/TPCElectronicsProcessor.h}}} || RD || /!\ / /!\ || (./) || /!\ || || {{{digitisation/include/TPCVoxel.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/TimePixDigitisationProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/VoxelTPC.h}}} || ? || {X} / {X} || {X} || {X} || || {{{digitisation/include/libgem.h}}} || ? || {X} / {X} || {X} || {X} || === path = reconstruction/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{reconstruction/include/ADCPulseConverterProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/ChannelCorrectionHandler.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/ChannelMapperProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/CountsToPrimaryElectronsProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/GainCorrectorProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/HitTrackFinderTopoProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/LinearRegressionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/LinearTrackRegression.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/MappingHandler.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/PedestalHandler.h}}} || RD || (./) / (./) || (./) || /!\ || || {{{reconstruction/include/PedestalSubtractorProcessor.h}}} || RD || /!\ / /!\ || (./) || /!\ || || {{{reconstruction/include/PhotodotReconstructionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/PulseFinderProcessor.h}}} || RD || /!\ / /!\ || (./) || /!\ || || {{{reconstruction/include/SimpleTrackSeederProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixClusterFinderProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixClusterProjectionSeparatorProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixHighTOTAnalyserProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixHitCenterCalculatorProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixHitSorterProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixMapHandlerProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixPixelInterpolationProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimePixZeroSuppressionProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TimeShiftCorrectorProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TopoFinder.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackFinderHoughTrafoProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackFinderRectangularProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackFitterBase.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackFitterChiSquare.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackFitterChiSquarePads.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackFitterFactory.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackFitterLikelihoodProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackSeederProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{reconstruction/include/TrackerRawDataToDataConverterProcessor.h}}} || CR || (./) / /!\ || (./) || (./) || === path = simulation/TPCCloudSimulation/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{simulation/TPCCloudSimulation/include/ChargeSignal.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/ElectronCloud.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/ElectronCloudChargeDepositProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/ElectronCloudDrifterProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/ElectronCloudGEMAmplificationProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/ElectronCloudHitReadoutPadsProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/PrimaryCloudIonisationProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/SignalCombinerProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{simulation/TPCCloudSimulation/include/SignalDigitisationProcessor.h}}} || RD || /!\ / /!\ || (./) || /!\ || || {{{simulation/TPCCloudSimulation/include/SignalShaperGaussianProcessor.h}}} || ? || {X} / {X} || {X} || {X} || === path = simulation/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{simulation/include/PrimaryIonisationProcessor.h}}} || SC || {X} / {X} || {X} || /!\ || === path = tools/HepRepOutput/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{tools/HepRepOutput/include/HepRepOutputProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/HepRepOutput/include/HepRepXMLWriter.h}}} || ? || {X} / {X} || {X} || {X} || === path = tools/processors/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{tools/processors/include/AidaPerEventCommitterProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/processors/include/LoadDataFileProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/processors/include/TPCHitToTrackerDataConverterProcessor.h}}} || RD || {X} / {X} || {X} || {X} || || {{{tools/processors/include/TimePixMaskCreaterProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/processors/include/TimePixModeMapCreaterProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/processors/include/TimePixReaderProcessor.h}}} || ? || {X} / {X} || {X} || {X} || === path = tools/IntersectionCalculator/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{tools/IntersectionCalculator/include/IntersectionCalculator.h}}} || ? || {X} / {X} || {X} || {X} || === path = tools/Field/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{tools/Field/include/ConstantUnidirectionalMagneticField.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/Field/include/DIDZMapMagneticField.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/Field/include/Field.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/Field/include/GlobalFieldProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/Field/include/IdealSolenoidField.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tools/Field/include/SolenoidZMapMagneticField.h}}} || ? || {X} / {X} || {X} || {X} || === path = tools/LCObjectCopier/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{tools/LCObjectCopier/include/LCObjectCopier.h}}} || ? || {X} / {X} || {X} || {X} || === path = tpcconddata/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{tpcconddata/include/ADCChannelMapping.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tpcconddata/include/ChannelCorrection.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tpcconddata/include/FieldSetting.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tpcconddata/include/GasConditions.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tpcconddata/include/Pedestal.h}}} || RD || (./) / (./) || (./) || /!\ || || {{{tpcconddata/include/TPCConditions.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tpcconddata/include/TimePixMapListener.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tpcconddata/include/TimePixPixelMode.h}}} || ? || {X} / {X} || {X} || {X} || || {{{tpcconddata/include/WeatherConditions.h}}} || ? || {X} / {X} || {X} || {X} || === path = validation/processors/include === || Class || Who || Documented/Beautified || Multi-Module || Status || || {{{validation/processors/include/ChargeOnPadsVisualisationProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/DumpEventProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/DumpHitsInTracksProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/DumpNTracksProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/DumpPadCentresProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/DumpResidualsProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/PrintEventNumberProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/SwapXYProcessor.h}}} || ? || {X} / {X} || {X} || {X} || || {{{validation/processors/include/TimePixEventHistoProcessor.h}}} || ? || {X} / {X} || {X} || {X} || |
List of Processors in MarlinTPC
This is intended for the start of reviewing and learning MarlinTPC. Currently three persons are doing this: RD, SC and CR.
Who: |
please enter your name/initials |
|
Documented/Beautified: |
if Doxygen/comments are already in (please check if it compiles) and the code style has improved: |
"yes" |
Multi-module: |
if it's multi-module capable : |
"yes" |
Status: |
the overall status flag: |
"Unknown" |
Progress bar:
|
# |
% |
Total number of processors: |
71 |
100 |
Unknown/Unchecked: |
70 |
98.5 |
Number of documented: |
1 |
1.5 |
Number of beautified: |
1 |
1.5 |
Number of multi-module: |
7 |
10 |
== list creation ==
In a downloaded MarlinTPC directory tree, issuing:
{{{for i in find * -name include; do if ls $i/*rocessor* >& /dev/null;then echo "=== path = $i ==="; echo "|| processor || who || documented || multi-module || status ||"; for name in ls $i/*rocessor*; do echo "|| $name || || || || ||"; done;fi; done}}}
will yield the list of processors, that actually have "Processor" in their name.
The List
sorted by its relative path.
path = analysis/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
analysis/include/BiasedResidualsProcessor.h |
? |
|
|
|
analysis/include/CutApplicationProcessor.h |
? |
|
|
|
analysis/include/HitAndTrackChargeProcessor.h |
? |
|
|
|
analysis/include/HitAndTrackCounterProcessor.h |
? |
|
|
|
analysis/include/LinearGeometricMeanResolutionProcessor.h |
? |
|
|
|
analysis/include/LinearThreePointResolutionProcessor.h |
? |
|
|
|
analysis/include/TimePixClusterSizeProcessor.h |
? |
|
|
|
analysis/include/TimePixOccupancyProcessor.h |
? |
|
|
|
analysis/include/TimePixTOTDistributionProcessor.h |
? |
|
|
|
analysis/include/TrackParametersDistributionProcessor.h |
? |
|
|
|
analysis/include/XYZDistributionProcessor.h |
? |
|
|
|
analysis/include/XYZDistributionTracksProcessor.h |
? |
|
|
|
analysis/include/ZBinTemplateProcessor.h |
? |
|
|
|
path = calibration/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
calibration/include/DBEntryMaker.h |
? |
|
|
|
calibration/include/DBWriter.h |
? |
|
|
|
calibration/include/PedestalCalculator.h |
RD |
|
|
|
path = digitisation/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
digitisation/include/ChargeDistributionProcessor.h |
? |
|
|
|
digitisation/include/DriftProcessor.h |
? |
|
|
|
digitisation/include/EFieldVector.h |
? |
|
|
|
digitisation/include/GEMProcessor.h |
? |
|
|
|
digitisation/include/HitDistributor.h |
? |
|
|
|
digitisation/include/InhEFieldCalculationProcessor.h |
? |
|
|
|
digitisation/include/IonBackDriftProcessor.h |
? |
|
|
|
digitisation/include/IonsInVoxelsProcessor.h |
? |
|
|
|
digitisation/include/TPCElectronicsProcessor.h |
RD |
|
|
|
digitisation/include/TPCVoxel.h |
? |
|
|
|
digitisation/include/TimePixDigitisationProcessor.h |
? |
|
|
|
digitisation/include/VoxelTPC.h |
? |
|
|
|
digitisation/include/libgem.h |
? |
|
|
|
path = reconstruction/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
reconstruction/include/ADCPulseConverterProcessor.h |
? |
|
|
|
reconstruction/include/ChannelCorrectionHandler.h |
? |
|
|
|
reconstruction/include/ChannelMapperProcessor.h |
? |
|
|
|
reconstruction/include/CountsToPrimaryElectronsProcessor.h |
? |
|
|
|
reconstruction/include/GainCorrectorProcessor.h |
? |
|
|
|
reconstruction/include/HitTrackFinderTopoProcessor.h |
? |
|
|
|
reconstruction/include/LinearRegressionProcessor.h |
? |
|
|
|
reconstruction/include/LinearTrackRegression.h |
? |
|
|
|
reconstruction/include/MappingHandler.h |
? |
|
|
|
reconstruction/include/PedestalHandler.h |
RD |
|
|
|
reconstruction/include/PedestalSubtractorProcessor.h |
RD |
|
|
|
reconstruction/include/PhotodotReconstructionProcessor.h |
? |
|
|
|
reconstruction/include/PulseFinderProcessor.h |
RD |
|
|
|
reconstruction/include/SimpleTrackSeederProcessor.h |
? |
|
|
|
reconstruction/include/TimePixClusterFinderProcessor.h |
? |
|
|
|
reconstruction/include/TimePixClusterProjectionSeparatorProcessor.h |
? |
|
|
|
reconstruction/include/TimePixHighTOTAnalyserProcessor.h |
? |
|
|
|
reconstruction/include/TimePixHitCenterCalculatorProcessor.h |
? |
|
|
|
reconstruction/include/TimePixHitSorterProcessor.h |
? |
|
|
|
reconstruction/include/TimePixMapHandlerProcessor.h |
? |
|
|
|
reconstruction/include/TimePixPixelInterpolationProcessor.h |
? |
|
|
|
reconstruction/include/TimePixZeroSuppressionProcessor.h |
? |
|
|
|
reconstruction/include/TimeShiftCorrectorProcessor.h |
? |
|
|
|
reconstruction/include/TopoFinder.h |
? |
|
|
|
reconstruction/include/TrackFinderHoughTrafoProcessor.h |
? |
|
|
|
reconstruction/include/TrackFinderRectangularProcessor.h |
? |
|
|
|
reconstruction/include/TrackFitterBase.h |
? |
|
|
|
reconstruction/include/TrackFitterChiSquare.h |
? |
|
|
|
reconstruction/include/TrackFitterChiSquarePads.h |
? |
|
|
|
reconstruction/include/TrackFitterFactory.h |
? |
|
|
|
reconstruction/include/TrackFitterLikelihoodProcessor.h |
? |
|
|
|
reconstruction/include/TrackSeederProcessor.h |
? |
|
|
|
reconstruction/include/TrackerRawDataToDataConverterProcessor.h |
CR |
|
|
|
path = simulation/TPCCloudSimulation/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
simulation/TPCCloudSimulation/include/ChargeSignal.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/ElectronCloud.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/ElectronCloudChargeDepositProcessor.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/ElectronCloudDrifterProcessor.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/ElectronCloudGEMAmplificationProcessor.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/ElectronCloudHitReadoutPadsProcessor.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/PrimaryCloudIonisationProcessor.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/SignalCombinerProcessor.h |
? |
|
|
|
simulation/TPCCloudSimulation/include/SignalDigitisationProcessor.h |
RD |
|
|
|
simulation/TPCCloudSimulation/include/SignalShaperGaussianProcessor.h |
? |
|
|
|
path = simulation/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
simulation/include/PrimaryIonisationProcessor.h |
SC |
|
|
|
path = tools/HepRepOutput/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
tools/HepRepOutput/include/HepRepOutputProcessor.h |
? |
|
|
|
tools/HepRepOutput/include/HepRepXMLWriter.h |
? |
|
|
|
path = tools/processors/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
tools/processors/include/AidaPerEventCommitterProcessor.h |
? |
|
|
|
tools/processors/include/LoadDataFileProcessor.h |
? |
|
|
|
tools/processors/include/TPCHitToTrackerDataConverterProcessor.h |
RD |
|
|
|
tools/processors/include/TimePixMaskCreaterProcessor.h |
? |
|
|
|
tools/processors/include/TimePixModeMapCreaterProcessor.h |
? |
|
|
|
tools/processors/include/TimePixReaderProcessor.h |
? |
|
|
|
path = tools/IntersectionCalculator/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
tools/IntersectionCalculator/include/IntersectionCalculator.h |
? |
|
|
|
path = tools/Field/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
tools/Field/include/ConstantUnidirectionalMagneticField.h |
? |
|
|
|
tools/Field/include/DIDZMapMagneticField.h |
? |
|
|
|
tools/Field/include/Field.h |
? |
|
|
|
tools/Field/include/GlobalFieldProcessor.h |
? |
|
|
|
tools/Field/include/IdealSolenoidField.h |
? |
|
|
|
tools/Field/include/SolenoidZMapMagneticField.h |
? |
|
|
|
path = tools/LCObjectCopier/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
tools/LCObjectCopier/include/LCObjectCopier.h |
? |
|
|
|
path = tpcconddata/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
tpcconddata/include/ADCChannelMapping.h |
? |
|
|
|
tpcconddata/include/ChannelCorrection.h |
? |
|
|
|
tpcconddata/include/FieldSetting.h |
? |
|
|
|
tpcconddata/include/GasConditions.h |
? |
|
|
|
tpcconddata/include/Pedestal.h |
RD |
|
|
|
tpcconddata/include/TPCConditions.h |
? |
|
|
|
tpcconddata/include/TimePixMapListener.h |
? |
|
|
|
tpcconddata/include/TimePixPixelMode.h |
? |
|
|
|
tpcconddata/include/WeatherConditions.h |
? |
|
|
|
path = validation/processors/include
Class |
Who |
Documented/Beautified |
Multi-Module |
Status |
validation/processors/include/ChargeOnPadsVisualisationProcessor.h |
? |
|
|
|
validation/processors/include/DumpEventProcessor.h |
? |
|
|
|
validation/processors/include/DumpHitsInTracksProcessor.h |
? |
|
|
|
validation/processors/include/DumpNTracksProcessor.h |
? |
|
|
|
validation/processors/include/DumpPadCentresProcessor.h |
? |
|
|
|
validation/processors/include/DumpResidualsProcessor.h |
? |
|
|
|
validation/processors/include/PrintEventNumberProcessor.h |
? |
|
|
|
validation/processors/include/SwapXYProcessor.h |
? |
|
|
|
validation/processors/include/TimePixEventHistoProcessor.h |
? |
|
|
|