Skip to content

Commit 5cdaf8d

Browse files
authored
Merge pull request #119 from SBNSoftware/feature/hlay_crt_channel_status
Enumeration for Channel Status
2 parents 82da287 + d2456a0 commit 5cdaf8d

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

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)