Skip to content

Commit 7c75faf

Browse files
committed
Merge branch 'release/SBN2024A'
2 parents c5b850d + 3118cc4 commit 7c75faf

24 files changed

Lines changed: 80 additions & 127 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
1515

1616
find_package(cetmodules 3.20.00 REQUIRED)
17-
project(sbnobj VERSION 09.18.01.02 LANGUAGES CXX)
17+
project(sbnobj VERSION 09.19.00 LANGUAGES CXX)
1818

1919
message(STATUS
2020
"\n-- ============================================================================="

sbnobj/Common/Analysis/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
cet_make(
2-
LIBRARIES
3-
cetlib_except::cetlib_except
4-
NO_DICTIONARY
1+
cet_make_library(
2+
SOURCE TPCPurityInfo.cc
3+
LIBRARIES cetlib_except::cetlib_except
54
)
65

76
art_dictionary(DICTIONARY_LIBRARIES sbnobj::Common_Analysis)

sbnobj/Common/CRT/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
cet_make(
1+
cet_make_library(
2+
SOURCE
3+
CRTHit.cc
4+
CRTTrack.cc
5+
CRTTzero.cc
26
LIBRARIES
37
cetlib_except::cetlib_except
48
lardataobj::Simulation
5-
NO_DICTIONARY
69
)
710

811
art_dictionary(DICTIONARY_LIBRARIES sbnobj::Common_CRT)

sbnobj/Common/EventGen/MeVPrtl/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
2-
cet_make(
1+
cet_make_library(
2+
SOURCE
3+
MeVPrtlTruth.cxx
4+
MesonParent.cxx
35
LIBRARIES
46
cetlib_except::cetlib_except
57
nusimdata::SimulationBase
68
dk2nu::Tree
7-
NO_DICTIONARY
89
)
910

1011
art_dictionary(DICTIONARY_LIBRARIES sbnobj::Common_EventGen_MeVPrtl nusimdata::SimulationBase)

sbnobj/Common/PMT/Data/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
cet_make(
1+
cet_make_library(
2+
SOURCE
3+
PMTconfiguration.cxx
4+
V1730Configuration.cxx
5+
V1730channelConfiguration.cxx
26
LIBRARIES
37
lardataobj::RawData
4-
NO_DICTIONARY
58
)
69

710
art_dictionary(DICTIONARY_LIBRARIES sbnobj::Common_PMT_Data)

sbnobj/Common/POTAccounting/CMakeLists.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
cet_make(
1+
cet_make_library(
2+
SOURCE
3+
BNBSpillInfo.cc
4+
EXTCountInfo.cc
5+
NuMISpillInfo.cc
26
LIBRARIES
37
cetlib_except::cetlib_except
48
ROOT::Core
5-
NO_DICTIONARY
69
)
710

811
art_dictionary(DICTIONARY_LIBRARIES sbnobj_Common_POTAccounting)

sbnobj/Common/Reco/CMakeLists.txt

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
cet_make(
1+
cet_make_library(
2+
SOURCE
3+
CNNScore.cc
4+
CRUMBSResult.cc
5+
FlashTriggerPrimitive.cc
6+
MVAPID.cc
7+
MergedTrackInfo.cc
8+
OpT0FinderResult.cc
9+
RangeP.cc
10+
ScatterClosestApproach.cc
11+
ShowerSelectionVars.cc
12+
SimpleFlashMatchVars.cc
13+
StoppingChi2Fit.cc
14+
Stub.cxx
15+
TPCPMTBarycenterMatch.cc
16+
VertexHit.cc
217
LIBRARIES
318
cetlib_except::cetlib_except
419
messagefacility::MF_MessageLogger
520
larcorealg::Geometry
621
lardataobj::AnalysisBase
7-
NO_DICTIONARY
822
)
923

1024
art_dictionary(DICTIONARY_LIBRARIES sbnobj::Common_Reco)

sbnobj/Common/SBNEventWeight/CMakeLists.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
cet_make(
2-
NO_DICTIONARY
1+
cet_make_library(
2+
SOURCE
3+
EventWeightMap.cc
4+
EventWeightParameterSet.cxx
35
LIBRARIES
46
cetlib_except::cetlib_except
57
ROOT::Matrix
@@ -13,4 +15,3 @@ art_dictionary(DICTIONARY_LIBRARIES sbnobj::Common_SBNEventWeight)
1315

1416
install_headers()
1517
install_source()
16-

sbnobj/Common/Trigger/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
cet_make(
1+
cet_make_library(
2+
SOURCE
3+
ExtraTriggerInfo.cxx
24
LIBRARIES
35
ROOT::Core
4-
NO_DICTIONARY
56
)
67

78

sbnobj/ICARUS/CRT/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
cet_make(
1+
cet_make_library(
2+
SOURCE
3+
CRTData.cc
24
LIBRARIES
35
cetlib_except::cetlib_except
46
lardataobj::Simulation
5-
NO_DICTIONARY
67
)
78

89
art_dictionary(DICTIONARY_LIBRARIES sbnobj::ICARUS_CRT)

0 commit comments

Comments
 (0)