From b4af0d2a53e94c67a79462f98f7c0a1713296934 Mon Sep 17 00:00:00 2001 From: Matthew Gignac Date: Wed, 4 Dec 2024 10:52:16 -0800 Subject: [PATCH 1/6] adding PhysicsRun2021_pass0_recon.lcsim --- .../recon/PhysicsRun2021_pass0_recon.lcsim | 152 ++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim diff --git a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim new file mode 100644 index 000000000..d46e926c5 --- /dev/null +++ b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EcalCalHits EcalClusters EcalClustersCorr FinalStateParticles UnconstrainedMollerCandidates UnconstrainedMollerVertices UnconstrainedV0Candidates UnconstrainedV0Vertices TargetConstrainedMollerCandidates TargetConstrainedMollerVertices TargetConstrainedV0Candidates TargetConstrainedV0Vertices BeamspotConstrainedMollerCandidates BeamspotConstrainedMollerVertices BeamspotConstrainedV0Candidates BeamspotConstrainedV0Vertices GBLKinkData GBLKinkDataRelations MatchedToGBLTrackRelations HelicalTrackHits HelicalTrackHitRelations MatchedTracks GBLTracks MatchedToGBLTrackRelations PartialTracks RotatedHelicalTrackHits RotatedHelicalTrackHitRelations SVTFittedRawTrackerHits SVTShapeFitParameters StripClusterer_SiTrackerHitStrip1D TrackData TrackDataRelations TrackResiduals TrackResidualsRelations + + + 1000 + + + svt_readout_overlap_good + + + + + + + + CONFIG + + + + + + + + + WARNING + EcalClusters + + + EcalClusters + EcalClustersCorr + + + + SVTRawTrackerHits + + + .5 + 1 + Pileup + Migrad + false + true + false + false + true + true + false + true + false + + + 24.0 + 3.0 + false + 400 + 4.0 + 1.0 + 3.0 + 3.0 + true + true + false + + + + + 0.05 + false + + + EcalClustersCorr + KalmanFullTracks + KalmanFullTracks + TrackClusterMatcherMinDistance + UnconstrainedV0Candidates_KF + UnconstrainedV0Vertices_KF + BeamspotConstrainedV0Candidates_KF + BeamspotConstrainedV0Vertices_KF + TargetConstrainedV0Candidates_KF + TargetConstrainedV0Vertices_KF + FinalStateParticles_KF + true + false + false + 0.0 + 0.05 + 0.0 + 0.020 + 0.0 + 7.0 + 7.0 + 0.0 + 40.0 + 40 + 40 + false + true + true + false + true + UnconstrainedMollerCandidates_KF + UnconstrainedMollerVertices_KF + BeamspotConstrainedMollerCandidates_KF + BeamspotConstrainedMollerVertices_KF + TargetConstrainedMollerCandidates_KF + TargetConstrainedMollerVertices_KF + + + + FPGAData HelicalTrackHitRelations HelicalTrackHits HelicalTrackMCRelations KFGBLStripClusterData KFGBLStripClusterDataRelations ReadoutTimestamps RotatedHelicalTrackHitRelations RotatedHelicalTrackHits RotatedHelicalTrackMCRelations SVTFittedRawTrackerHits SVTRawTrackerHits SVTShapeFitParameters SVTTrueHitRelations StripClusterer_SiTrackerHitStrip1D + ${outputFile}.slcio + + + + From 11aff5e85b0f477c24cf4e71eedcf6a874a2c08f Mon Sep 17 00:00:00 2001 From: Matthew Gignac Date: Wed, 4 Dec 2024 10:57:42 -0800 Subject: [PATCH 2/6] adding RF driver --- .../hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim index d46e926c5..fdb8ed3fd 100644 --- a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim +++ b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim @@ -8,9 +8,11 @@ - + + + @@ -34,10 +36,6 @@ - - - EcalCalHits EcalClusters EcalClustersCorr FinalStateParticles UnconstrainedMollerCandidates UnconstrainedMollerVertices UnconstrainedV0Candidates UnconstrainedV0Vertices TargetConstrainedMollerCandidates TargetConstrainedMollerVertices TargetConstrainedV0Candidates TargetConstrainedV0Vertices BeamspotConstrainedMollerCandidates BeamspotConstrainedMollerVertices BeamspotConstrainedV0Candidates BeamspotConstrainedV0Vertices GBLKinkData GBLKinkDataRelations MatchedToGBLTrackRelations HelicalTrackHits HelicalTrackHitRelations MatchedTracks GBLTracks MatchedToGBLTrackRelations PartialTracks RotatedHelicalTrackHits RotatedHelicalTrackHitRelations SVTFittedRawTrackerHits SVTShapeFitParameters StripClusterer_SiTrackerHitStrip1D TrackData TrackDataRelations TrackResiduals TrackResidualsRelations - 1000 From cd59f7d5ccdb991a9aa59b547d8afbb222259650 Mon Sep 17 00:00:00 2001 From: Matthew Gignac Date: Wed, 4 Dec 2024 10:59:20 -0800 Subject: [PATCH 3/6] description --- .../hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim index fdb8ed3fd..e369e4fc6 100644 --- a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim +++ b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim @@ -1,9 +1,11 @@ From 62f00a5abb0b3c16d1f610dcfa4678482375c1c1 Mon Sep 17 00:00:00 2001 From: Matthew Gignac Date: Wed, 4 Dec 2024 10:59:59 -0800 Subject: [PATCH 4/6] whitespace --- .../org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim | 1 - 1 file changed, 1 deletion(-) diff --git a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim index e369e4fc6..3139a073d 100644 --- a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim +++ b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim @@ -5,7 +5,6 @@ created: 12/04/2024 https://jira.slac.stanford.edu/browse/HPSANA-48 @author Matthew Gignac - --> From 4fa6e5276bd28df037c6a4f0ee9f47515d38acf2 Mon Sep 17 00:00:00 2001 From: Matthew Gignac Date: Wed, 4 Dec 2024 14:06:37 -0800 Subject: [PATCH 5/6] change sigmaX to 0.300mm --- .../org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim index 3139a073d..fe685739f 100644 --- a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim +++ b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim @@ -119,7 +119,7 @@ false false 0.0 - 0.05 + 0.300 0.0 0.020 0.0 From c374ec33114d144796f21f0c30f2a1db865d1c65 Mon Sep 17 00:00:00 2001 From: Matthew Gignac Date: Wed, 11 Dec 2024 11:24:55 -0800 Subject: [PATCH 6/6] keeping SVTRawTrackerHits and StripClusterer_SiTrackerHitStrip1D in SLCIO outputs to avoid HPSTR level seg-faults --- .../org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim index fe685739f..d3067fff4 100644 --- a/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim +++ b/steering-files/src/main/resources/org/hps/steering/recon/PhysicsRun2021_pass0_recon.lcsim @@ -143,7 +143,7 @@ - FPGAData HelicalTrackHitRelations HelicalTrackHits HelicalTrackMCRelations KFGBLStripClusterData KFGBLStripClusterDataRelations ReadoutTimestamps RotatedHelicalTrackHitRelations RotatedHelicalTrackHits RotatedHelicalTrackMCRelations SVTFittedRawTrackerHits SVTRawTrackerHits SVTShapeFitParameters SVTTrueHitRelations StripClusterer_SiTrackerHitStrip1D + FPGAData HelicalTrackHitRelations HelicalTrackHits HelicalTrackMCRelations KFGBLStripClusterData KFGBLStripClusterDataRelations ReadoutTimestamps RotatedHelicalTrackHitRelations RotatedHelicalTrackHits RotatedHelicalTrackMCRelations SVTFittedRawTrackerHits SVTShapeFitParameters SVTTrueHitRelations ${outputFile}.slcio