Skip to content

Commit 0613ae1

Browse files
Merge branch 'release/v10_14_02_01'
2 parents 2ae4206 + bb818e6 commit 0613ae1

6 files changed

Lines changed: 44 additions & 7 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717

18-
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.14.02)
18+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.14.02.01)
1919
find_package(cetmodules REQUIRED)
2020
project(sbndcode LANGUAGES CXX)
2121

@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "cafmakerjob_sbnd_sce.fcl"
2+
3+
physics.runprod: [rns, fluxweight, geant4weight, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "fluxweight", "geant4weight" ]

sbndcode/JobConfigurations/standard/reco/config/drops_reco1.fcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ sbnd_reco1_drops: [
1616
, "drop *_fasthit_*_*"
1717
, "drop recob::Wires_*_wiener_*" #drop wiener wires
1818
, "drop recob::Wires_*_gauss_*"
19+
, "drop *ints_opdaq_MonPulseSizes_DetSim*"
20+
, "drop *ints_opdaq_MonPulses_DetSim*"
1921
, @sequence::sbnd_reco1_ml_drops
2022
]
2123

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>

ups/product_deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ wpdir product_dir wire-cell-cfg
253253
#
254254
####################################
255255
product version qual flags <table_format=2>
256-
sbncode v10_14_02 -
256+
sbncode v10_14_02_01 -
257257
cetmodules v3_24_01 - only_for_build
258258
sbnd_data v01_41_00 -
259259
sbndutil v10_06_01 - optional

0 commit comments

Comments
 (0)