File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
DataFormats/Detectors/TPC Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ namespace TPC
2323// / TPC specific header to be transported on the header stack
2424struct TPCSectorHeader : public o2 ::header::BaseHeader {
2525 // Required to do the lookup
26- static const o2::header::HeaderType sHeaderType ;
26+ constexpr static const o2::header::HeaderType sHeaderType = " TPCSectH " ;
2727 static const uint32_t sVersion = 1 ;
2828
2929 TPCSectorHeader (int s)
Original file line number Diff line number Diff line change 1010
1111#include " DataFormatsTPC/TPCSectorHeader.h"
1212
13- constexpr o2::header::HeaderType o2::TPC::TPCSectorHeader::sHeaderType = " TPCSectH " ;
13+ constexpr o2::header::HeaderType o2::TPC::TPCSectorHeader::sHeaderType ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ namespace framework
4444struct DataProcessingHeader : public header ::BaseHeader
4545{
4646 // Required to do the lookup
47- static const o2::header::HeaderType sHeaderType ;
47+ constexpr static const o2::header::HeaderType sHeaderType = " DataFlow " ;
4848 static const uint32_t sVersion = 1 ;
4949
5050 // allows DataHeader::SubSpecificationType to be used as generic type in the code
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace o2
1616namespace framework
1717{
1818
19- constexpr o2::header::HeaderType DataProcessingHeader::sHeaderType = " DataFlow " ;
19+ constexpr o2::header::HeaderType DataProcessingHeader::sHeaderType ;
2020
2121} // namespace framework
2222} // namespace o2
You can’t perform that action at this time.
0 commit comments