Skip to content

Commit 4536d13

Browse files
Merge pull request #908 from SBNSoftware/bugfix/Production_PandoraNeutrinoSettingsShowerMergingReordering
Pandora bugfix - Shower merging algorithm - Production
2 parents f47dfa9 + d837943 commit 4536d13

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

sbndcode/SBNDPandora/scripts/PandoraSettings_Neutrino_SBND.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,39 @@
447447
<DaughterListNames>TrackParticles3D ShowerParticles3D DaughterVertices3D ClustersU ClustersV ClustersW TrackClusters3D ShowerClusters3D</DaughterListNames>
448448
</algorithm>
449449

450+
<!-- Shower Merging -->
451+
<algorithm type = "LArShowerMergingPfoMopUp">
452+
<InputPfoListNames>TrackParticles3D ShowerParticles3D</InputPfoListNames>
453+
<DaughterListNames>TrackParticles3D ShowerParticles3D DaughterVertices3D ClustersU ClustersV ClustersW TrackClusters3D ShowerClusters3D</DaughterListNames>
454+
</algorithm>
455+
456+
<!-- Re-run the PFO Characterisation to recalculate the scores after primary electron merging -->
457+
<algorithm type = "LArBdtPfoCharacterisation">
458+
<TrackPfoListName>TrackParticles3D</TrackPfoListName>
459+
<ShowerPfoListName>ShowerParticles3D</ShowerPfoListName>
460+
<UseThreeDInformation>true</UseThreeDInformation>
461+
<MvaFileName>PandoraMVAs/PandoraBdt_SBND.xml</MvaFileName>
462+
<MvaName>PfoCharBDT2</MvaName>
463+
<MvaFileNameNoChargeInfo>PandoraMVAs/PandoraBdt_SBND.xml</MvaFileNameNoChargeInfo>
464+
<MvaNameNoChargeInfo>PfoCharBDTNoChargeInfo2</MvaNameNoChargeInfo>
465+
<MinProbabilityCut>0.51</MinProbabilityCut>
466+
<PersistFeatures>true</PersistFeatures>
467+
<FeatureTools>
468+
<tool type = "LArThreeDLinearFitFeatureTool"/>
469+
<tool type = "LArThreeDVertexDistanceFeatureTool"/>
470+
<tool type = "LArThreeDPCAFeatureTool"/>
471+
<tool type = "LArThreeDOpeningAngleFeatureTool"/>
472+
<tool type = "LArThreeDChargeFeatureTool"/>
473+
<tool type = "LArConeChargeFeatureTool"/>
474+
</FeatureTools>
475+
<FeatureToolsNoChargeInfo>
476+
<tool type = "LArThreeDLinearFitFeatureTool"/>
477+
<tool type = "LArThreeDVertexDistanceFeatureTool"/>
478+
<tool type = "LArThreeDPCAFeatureTool"/>
479+
<tool type = "LArThreeDOpeningAngleFeatureTool"/>
480+
</FeatureToolsNoChargeInfo>
481+
</algorithm>
482+
450483
<algorithm type = "LArNeutrinoProperties">
451484
<NeutrinoPfoListName>NeutrinoParticles3D</NeutrinoPfoListName>
452485
</algorithm>

0 commit comments

Comments
 (0)