JeffersonLab / sim-recon

Simulation and Reconstruction for GlueX
9 stars 14 forks source link

add swithes to turn on/off CDC hit timing cuts and CDC hit pruning #1091

Closed zihlmann closed 6 years ago

zihlmann commented 6 years ago

three switches are added to the CDC hit factories to a) CDCHit:RemoveCorrelationHits to turn on/off the removal of correlation hits (default is on) b) CDCHit:Dissable_TimingCuts to dissable the timing cuts c)CDC:CDC_HIT_THRESHOLD allows for an additional amplitude cut in ADC counts (default is zero)

-PCDCHit:RemoveCorrelationHits=0 will stop removing correlation hits -PCDCHit:Dissable_TimingCuts=1 will disable timing cut -PCDC:CDC_HIT_THRESHOLD=140 will remove all CDC hits with peak amplitude smaller than 140 ADC counts

gluex commented 6 years ago

Test status for this pull request: SUCCESS

Summary: /work/halld/pull_request_test/sim-recon^CDCHitCutSwitches/tests/summary.txt Logs: /work/halld/pull_request_test/sim-recon^CDCHitCutSwitches/tests/log

Build log: /work/halld/pull_request_test/sim-recon^CDCHitCutSwitches/make_CDCHitCutSwitches.log Build report: /work/halld/pull_request_test/sim-recon^CDCHitCutSwitches/report_CDCHitCutSwitches.txt Location of build: /work/halld/pull_request_test/sim-recon^CDCHitCutSwitches

zihlmann commented 6 years ago

remove this pull request. a new one has been opened that resolves the issues.