Skip to content

Commit

Permalink
Update HmpidCoder2.cxx
Browse files Browse the repository at this point in the history
Fix the function argument position
  • Loading branch information
Antonio Franco authored and shahor02 committed Apr 21, 2022
1 parent 3647819 commit 4a0791c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Detectors/HMPID/simulation/src/HmpidCoder2.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ void HmpidCoder2::writePaginatedEvent(uint32_t orbit, uint16_t bc)
gsl::span<char>(reinterpret_cast<char*>(ptrStartEquipment),
EventSize * sizeof(uint32_t)),
false,
0,
(uint32_t)((mBusyTime << 9) | ((mHmpidErrorFlag & 0x01F) << 4) | (mHmpidFrwVersion & 0x0F)));
// We fill the fields !
// TODO: we can fill the detector field with Simulated Data
Expand Down

0 comments on commit 4a0791c

Please sign in to comment.