Skip to content

Commit 6a82fff

Browse files
wiechuladavidrohr
authored andcommitted
Add new raw data type for common mode values
1 parent ac46fff commit 6a82fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DataFormats/Detectors/TPC/include/DataFormatsTPC/RawDataTypes.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ enum Type : char {
2828
ZS = 2, ///< final Zero Suppression (can be ILBZS, DLBZS)
2929
IDC = 3, ///< Integrated Digitial Currents, with priority bit to end up in separate buffer
3030
SAC = 4, ///< Sampled Analogue Currents from the current monitor
31+
CMV = 5, ///< Common mode values
3132
};
3233

3334
const std::unordered_map<Type, std::string_view> TypeNameMap{
@@ -36,6 +37,7 @@ const std::unordered_map<Type, std::string_view> TypeNameMap{
3637
{Type::ZS, "ZS"},
3738
{Type::IDC, "IDC"},
3839
{Type::SAC, "SAC"},
40+
{Type::CMV, "CMV"},
3941
};
4042

4143
} // namespace o2::tpc::raw_data_types

0 commit comments

Comments
 (0)