Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions sbndcode/SBNDPandora/scripts/PandoraSettings_CI_SBND.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@
<NuSettingsFile>PandoraSettings_Neutrino_SBND.xml</NuSettingsFile>
<SlicingSettingsFile>PandoraSettings_Slicing_Standard.xml</SlicingSettingsFile>
<StitchingTools>
<tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>true</ThreeDStitchingMode></tool>
<tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>false</ThreeDStitchingMode></tool>
<tool type = "LArStitchingCosmicRayMerging">
<ThreeDStitchingMode>true</ThreeDStitchingMode>
<MinLongitudinalDisplacementX>-4.0</MinLongitudinalDisplacementX>
<LooserMaxTransverseDisplacement>4.0</LooserMaxTransverseDisplacement>
</tool>
<tool type = "LArStitchingCosmicRayMerging">
<ThreeDStitchingMode>false</ThreeDStitchingMode>
<MinLongitudinalDisplacementX>-5.0</MinLongitudinalDisplacementX>
<LooserMaxTransverseDisplacement>4.0</LooserMaxTransverseDisplacement>
</tool>
</StitchingTools>
<CosmicRayTaggingTools>
<tool type = "LArCosmicRayTagging"/>
Expand All @@ -39,6 +47,7 @@
<RecreatedClusterListName>RecreatedClusters</RecreatedClusterListName>
<RecreatedVertexListName>RecreatedVertices</RecreatedVertexListName>
<VisualizeOverallRecoStatus>false</VisualizeOverallRecoStatus>
<InTimeMaxX0>2.5</InTimeMaxX0>
</algorithm>

<algorithm type = "LArEventClusterValidation">
Expand Down
13 changes: 11 additions & 2 deletions sbndcode/SBNDPandora/scripts/PandoraSettings_Master_SBND.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,16 @@
<NuSettingsFile>PandoraSettings_Neutrino_SBND.xml</NuSettingsFile>
<SlicingSettingsFile>PandoraSettings_Slicing_Standard.xml</SlicingSettingsFile>
<StitchingTools>
<tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>true</ThreeDStitchingMode></tool>
<tool type = "LArStitchingCosmicRayMerging"><ThreeDStitchingMode>false</ThreeDStitchingMode></tool>
<tool type = "LArStitchingCosmicRayMerging">
<ThreeDStitchingMode>true</ThreeDStitchingMode>
<MinLongitudinalDisplacementX>-4.0</MinLongitudinalDisplacementX>
<LooserMaxTransverseDisplacement>4.0</LooserMaxTransverseDisplacement>
</tool>
<tool type = "LArStitchingCosmicRayMerging">
<ThreeDStitchingMode>false</ThreeDStitchingMode>
<MinLongitudinalDisplacementX>-5.0</MinLongitudinalDisplacementX>
<LooserMaxTransverseDisplacement>4.0</LooserMaxTransverseDisplacement>
</tool>
</StitchingTools>
<CosmicRayTaggingTools>
<tool type = "LArCosmicRayTagging"/>
Expand All @@ -47,6 +55,7 @@
<RecreatedClusterListName>RecreatedClusters</RecreatedClusterListName>
<RecreatedVertexListName>RecreatedVertices</RecreatedVertexListName>
<VisualizeOverallRecoStatus>false</VisualizeOverallRecoStatus>
<InTimeMaxX0>2.5</InTimeMaxX0>
</algorithm>

<algorithm type = "LArVisualMonitoring">
Expand Down
18 changes: 15 additions & 3 deletions sbndcode/SBNDPandora/scripts/PandoraSettings_Neutrino_SBND.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
<algorithm type = "LArTransverseAssociation"/>
<algorithm type = "LArLongitudinalExtension"/>
<algorithm type = "LArTransverseExtension"/>
<algorithm type = "LArCrossGapsAssociation"/>
<algorithm type = "LArCrossGapsAssociation">
<GapTolerance>2.5</GapTolerance>
<MaxOnClusterDistance>2.0</MaxOnClusterDistance>
<SlidingFitWindow>30</SlidingFitWindow>
</algorithm>
<algorithm type = "LArCrossGapsExtension"/>
<algorithm type = "LArOvershootSplitting"/>
<algorithm type = "LArBranchSplitting"/>
Expand All @@ -49,7 +53,11 @@
<algorithm type = "LArTransverseAssociation"/>
<algorithm type = "LArLongitudinalExtension"/>
<algorithm type = "LArTransverseExtension"/>
<algorithm type = "LArCrossGapsAssociation"/>
<algorithm type = "LArCrossGapsAssociation">
<GapTolerance>2.5</GapTolerance>
<MaxOnClusterDistance>2.0</MaxOnClusterDistance>
<SlidingFitWindow>30</SlidingFitWindow>
</algorithm>
<algorithm type = "LArCrossGapsExtension"/>
<algorithm type = "LArOvershootSplitting"/>
<algorithm type = "LArBranchSplitting"/>
Expand All @@ -71,7 +79,11 @@
<algorithm type = "LArTransverseAssociation"/>
<algorithm type = "LArLongitudinalExtension"/>
<algorithm type = "LArTransverseExtension"/>
<algorithm type = "LArCrossGapsAssociation"/>
<algorithm type = "LArCrossGapsAssociation">
<GapTolerance>2.5</GapTolerance>
<MaxOnClusterDistance>2.0</MaxOnClusterDistance>
<SlidingFitWindow>30</SlidingFitWindow>
</algorithm>
<algorithm type = "LArCrossGapsExtension"/>
<algorithm type = "LArOvershootSplitting"/>
<algorithm type = "LArBranchSplitting"/>
Expand Down