Skip to content

Commit 5766270

Browse files
Merge pull request #659 from SBNSoftware/dbrailfs_pandoradisablevertexrefinement_temporary
TEMPORARY CHANGE: Disable vertex refinement in pandora
2 parents e286658 + 77a12e7 commit 5766270

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

sbndcode/SBNDPandora/scripts/PandoraSettings_Neutrino_SBND.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
<ReplaceCurrentVertexList>true</ReplaceCurrentVertexList>
9292
<EnableCrossingCandidates>false</EnableCrossingCandidates>
9393
</algorithm>
94-
<algorithm type = "LArVertexRefinement">
94+
<!--<algorithm type = "LArVertexRefinement">
9595
<InputClusterListNames>ClustersU ClustersV ClustersW</InputClusterListNames>
9696
<InputVertexListName>CandidateVertices3D</InputVertexListName>
9797
<OutputVertexListName>RefinedVertices3D</OutputVertexListName>
98-
</algorithm>
98+
</algorithm>-->
9999
<algorithm type = "LArBdtVertexSelection">
100100
<InputCaloHitListNames>CaloHitListU CaloHitListV CaloHitListW</InputCaloHitListNames>
101101
<InputClusterListNames>ClustersU ClustersV ClustersW</InputClusterListNames>
@@ -460,7 +460,8 @@
460460
<!-- Output list management -->
461461
<algorithm type = "LArPostProcessing">
462462
<PfoListNames>NeutrinoParticles3D TrackParticles3D ShowerParticles3D</PfoListNames>
463-
<VertexListNames>NeutrinoVertices3D DaughterVertices3D RefinedVertices3D</VertexListNames>
463+
<!--<VertexListNames>NeutrinoVertices3D DaughterVertices3D RefinedVertices3D</VertexListNames>-->
464+
<VertexListNames>NeutrinoVertices3D DaughterVertices3D CandidateVertices3D</VertexListNames>
464465
<ClusterListNames>ClustersU ClustersV ClustersW TrackClusters3D ShowerClusters3D</ClusterListNames>
465466
<CaloHitListNames>CaloHitListU CaloHitListV CaloHitListW CaloHitList2D</CaloHitListNames>
466467
<CurrentPfoListReplacement>NeutrinoParticles3D</CurrentPfoListReplacement>

0 commit comments

Comments
 (0)