Skip to content

Commit b2db136

Browse files
Merge branch 'develop' into feature/CAF_fcl_for_MeVPRTL
2 parents 4d02813 + 6e4be80 commit b2db136

3 files changed

Lines changed: 36 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,8 @@ find_package( Eigen3 REQUIRED )
8888
find_package( Geant4 REQUIRED )
8989
find_package( Boost COMPONENTS system REQUIRED )
9090
find_package( ROOT REQUIRED )
91-
92-
if(DEFINED ENV{HEP_HPC_DIR} )
93-
find_ups_product( hdf5 )
94-
find_ups_product( hep_hpc )
95-
endif()
91+
find_package( hdf5 REQUIRED )
92+
find_package( hep_hpc REQUIRED )
9693

9794
# macros for dictionary and simple_plugin
9895
include(ArtDictionary)

sbndcode/Commissioning/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ cet_build_plugin(HitDumper art::module SOURCE HitDumper_module.cc LIBRARIES ${MO
5050
cet_build_plugin(MuonTrackFilter art::module SOURCE MuonTrackFilter_module.cc LIBRARIES ${MODULE_LIBRARIES})
5151
cet_build_plugin(MuonTrackProducer art::module SOURCE MuonTrackProducer_module.cc LIBRARIES ${MODULE_LIBRARIES})
5252
cet_build_plugin(OnlineEvd art::module SOURCE OnlineEvd_module.cc LIBRARIES ${MODULE_LIBRARIES})
53+
target_include_directories(sbndcode_Commissioning_OnlineEvd_module PRIVATE $ENV{HEP_HPC_INC})
5354

5455
install_source()
5556

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)