Skip to content

Commit 4b922a2

Browse files
dstoccodavidrohr
authored andcommitted
Always print RDH
1 parent efa06cd commit 4b922a2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Detectors/MUON/MID/Raw/exe/rawdump.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ int main(int argc, char* argv[])
104104
o2::framework::RawParser parser(rawFileReader.getData().data(), rawFileReader.getData().size());
105105
auto it = parser.begin(); // We only have 1 HB
106106
auto const* rdhPtr = reinterpret_cast<const o2::header::RDHAny*>(it.raw());
107-
if (!runDecoder) {
108-
o2::raw::RDHUtils::printRDH(rdhPtr);
109-
}
107+
o2::raw::RDHUtils::printRDH(rdhPtr);
110108
if (it.size() > 0) {
111109
gsl::span<const uint8_t> payload(it.data(), it.size());
112110
if (runDecoder) {

0 commit comments

Comments
 (0)