Skip to content

Commit 3138eba

Browse files
committed
Merge branch 'release/v10_00_04'
2 parents 55fbf22 + 4c4d799 commit 3138eba

3 files changed

Lines changed: 10 additions & 1 deletion

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.03 LANGUAGES CXX)
17+
project(sbnobj VERSION 10.00.04 LANGUAGES CXX)
1818

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

sbnobj/SBND/CRT/CRTEnums.hh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ namespace sbnd::crt {
4444
kThreeD = kXYZ
4545

4646
};
47+
48+
enum CRTChannelStatus {
49+
kGoodChannel = 0,
50+
kDeadChannel,
51+
kDeadNeighbourChannel,
52+
kQuietChannel,
53+
kQuietNeighbourChannel
54+
};
4755
}
4856

4957
extern sbnd::crt::CoordSet operator|(sbnd::crt::CoordSet lhs, sbnd::crt::CoordSet rhs);

sbnobj/SBND/CRT/classes_def.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<enum name="sbnd::crt::CRTTagger" ClassVersion="10"/>
9999
<class name="std::set<sbnd::crt::CRTTagger>"/>
100100
<enum name="sbnd::crt::CoordSet" ClassVersion="10"/>
101+
<enum name="sbnd::crt::CRTChannelStatus" ClassVersion="10"/>
101102

102103
<!-- associations -->
103104

0 commit comments

Comments
 (0)