Skip to content

Commit 9f6cc53

Browse files
committed
Merge branch 'develop' into feature/tjyang_cvnfix
2 parents 2165f6e + 62cd415 commit 9f6cc53

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717

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

2222
# for CI:
23-
# project(sbndcode VERSION 09.93.01.02.02)
23+
# project(sbndcode VERSION 10.03.01)
2424

2525
message(STATUS "\n")
2626
message(STATUS "================================= ${PROJECT_NAME} =================================")

sbndcode/CRT/CRTAuxDetInitializer_tool.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ namespace {
2121
// AuxDetSensitives. Each strip has two SiPM channels, one per optical
2222
// fiber (not in the geometry).
2323
//
24-
// 2x TaggerTop: (5x2 +5x2)x16 = 320 strips, 640 channels
25-
// 2x TaggerSide: (4x2 +5x2)x16 = 288 strips, 576 channels
26-
// 1x TaggerFace: (4x2 +4x2)x16 = 256 strips, 512 channels
27-
// 1x TaggerFace: (4x2-1+4x2)x16 = 240 strips, 480 channels
28-
// 1x TaggerBot: 34x16 = 544 strips, 1088 channels
2924

3025
for (size_t a=0; a<adgeo.size(); a++){
3126
std::string volName(adgeo[a].TotalVolume()->GetName());

test/Geometry/test_geometry_sbnd.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
BEGIN_PROLOG
1010
sbnd_geometry_specs: {
1111
Name: "sbndv1"
12-
GDML: "sbnd_v01_05.gdml"
13-
ROOT: "sbnd_v01_05.gdml"
12+
GDML: "sbnd_v02_03.gdml"
13+
ROOT: "sbnd_v02_03.gdml"
1414
}
1515
END_PROLOG
1616

ups/product_deps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,10 @@ wpdir product_dir wire-cell-cfg
253253
#
254254
####################################
255255
product version qual flags <table_format=2>
256-
sbncode v09_93_01_02 -
256+
sbncode v10_03_01 -
257257
cetmodules v3_24_01 - only_for_build
258258
sbnd_data v01_26_00 - optional
259-
sbndutil v09_93_01_02 - optional
259+
sbndutil v10_03_01 - optional
260260
end_product_list
261261
####################################
262262

0 commit comments

Comments
 (0)