Skip to content

Commit

Permalink
Fix the name of CPV raw data output file
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Aug 10, 2023
1 parent bbe032f commit 6ebbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Detectors/Raw/src/RawDumpSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ std::string RawDump::getBaseFileNameCPV(const header::RDHAny* rdh)
LOGP(error, "Unrecognized CPV flp, setting to {}", flpname);
return flpname;
}
return fmt::format("alio2-cr1-flp162_cru{}_{}", feeid, RDHUtils::getEndPointID(rdh));
return fmt::format("alio2-cr1-flp162_cru{}_{}", RDHUtils::getCRUID(rdh), RDHUtils::getEndPointID(rdh));
}

//_____________________________________________________________________
Expand Down

0 comments on commit 6ebbb3a

Please sign in to comment.