|
447 | 447 | <DaughterListNames>TrackParticles3D ShowerParticles3D DaughterVertices3D ClustersU ClustersV ClustersW TrackClusters3D ShowerClusters3D</DaughterListNames> |
448 | 448 | </algorithm> |
449 | 449 |
|
| 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 | + |
450 | 483 | <algorithm type = "LArNeutrinoProperties"> |
451 | 484 | <NeutrinoPfoListName>NeutrinoParticles3D</NeutrinoPfoListName> |
452 | 485 | </algorithm> |
|
0 commit comments