Skip to content

Commit 0c2eb1f

Browse files
Merge pull request #897 from AndyChappell/feature/pandora_electron_merge
feature/pandora_electron_merge
2 parents b081746 + 8a6de3f commit 0c2eb1f

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

sbndcode/SBNDPandora/scripts/PandoraSettings_Neutrino_SBND.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,39 @@
457457
<VertexListName>DaughterVertices3D</VertexListName>
458458
</algorithm>
459459

460+
<!-- Shower Merging -->
461+
<algorithm type = "LArShowerMergingPfoMopUp">
462+
<InputPfoListNames>TrackParticles3D ShowerParticles3D</InputPfoListNames>
463+
<DaughterListNames>TrackParticles3D ShowerParticles3D DaughterVertices3D ClustersU ClustersV ClustersW TrackClusters3D ShowerClusters3D</DaughterListNames>
464+
</algorithm>
465+
466+
<!-- Re-run the PFO Characterisation to recalculate the scores after primary electron merging -->
467+
<algorithm type = "LArBdtPfoCharacterisation">
468+
<TrackPfoListName>TrackParticles3D</TrackPfoListName>
469+
<ShowerPfoListName>ShowerParticles3D</ShowerPfoListName>
470+
<UseThreeDInformation>true</UseThreeDInformation>
471+
<MvaFileName>PandoraMVAs/PandoraBdt_SBND.xml</MvaFileName>
472+
<MvaName>PfoCharBDT2</MvaName>
473+
<MvaFileNameNoChargeInfo>PandoraMVAs/PandoraBdt_SBND.xml</MvaFileNameNoChargeInfo>
474+
<MvaNameNoChargeInfo>PfoCharBDTNoChargeInfo2</MvaNameNoChargeInfo>
475+
<MinProbabilityCut>0.51</MinProbabilityCut>
476+
<PersistFeatures>true</PersistFeatures>
477+
<FeatureTools>
478+
<tool type = "LArThreeDLinearFitFeatureTool"/>
479+
<tool type = "LArThreeDVertexDistanceFeatureTool"/>
480+
<tool type = "LArThreeDPCAFeatureTool"/>
481+
<tool type = "LArThreeDOpeningAngleFeatureTool"/>
482+
<tool type = "LArThreeDChargeFeatureTool"/>
483+
<tool type = "LArConeChargeFeatureTool"/>
484+
</FeatureTools>
485+
<FeatureToolsNoChargeInfo>
486+
<tool type = "LArThreeDLinearFitFeatureTool"/>
487+
<tool type = "LArThreeDVertexDistanceFeatureTool"/>
488+
<tool type = "LArThreeDPCAFeatureTool"/>
489+
<tool type = "LArThreeDOpeningAngleFeatureTool"/>
490+
</FeatureToolsNoChargeInfo>
491+
</algorithm>
492+
460493
<!-- Output list management -->
461494
<algorithm type = "LArPostProcessing">
462495
<PfoListNames>NeutrinoParticles3D TrackParticles3D ShowerParticles3D</PfoListNames>

0 commit comments

Comments
 (0)