Skip to content

Commit 86c14aa

Browse files
committed
Merge branch 'release/v10_00_08'
2 parents 15a0798 + 87171f4 commit 86c14aa

3 files changed

Lines changed: 4 additions & 2 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 10.00.07 LANGUAGES CXX)
17+
project(sbnobj VERSION 10.00.08 LANGUAGES CXX)
1818

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

sbnobj/SBND/CRT/CRTEnums.hh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ namespace sbnd::crt {
5050
kDeadChannel,
5151
kDeadNeighbourChannel,
5252
kQuietChannel,
53-
kQuietNeighbourChannel
53+
kQuietNeighbourChannel,
54+
kUnusedChannel
5455
};
5556
}
5657

sbnobj/SBND/CRT/classes_def.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
<class name="std::map< uint8_t, uint16_t >"/>
1616
<class name="std::map< unsigned char, std::vector< std::pair<int,float> > > "/>
17+
<class name="std::vector< std::vector< int64_t > > "/>
1718

1819
<!-- associations -->
1920

0 commit comments

Comments
 (0)