Skip to content

Commit

Permalink
Merge pull request #206 from DUNE-DAQ/wketchum/DAPHNE_SuperChunk3
Browse files Browse the repository at this point in the history
Wketchum/daphne super chunk3
  • Loading branch information
wesketchum authored Jul 22, 2024
2 parents e75ee5f + ac7a9b1 commit 74834f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(fdreadoutlibs VERSION 1.9.5)
project(fdreadoutlibs VERSION 1.9.6)

find_package(daq-cmake REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion include/fdreadoutlibs/DAPHNESuperChunkTypeAdapter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace types {
* @brief For DAPHNE the numbers are different.
* 12[DAPHNE frames] x 454[32-bit words] x 4[Bytes per word] = 21792[Bytes]
* */
const constexpr std::size_t kDAPHNENumFrames = 1;
const constexpr std::size_t kDAPHNENumFrames = 3;
const constexpr std::size_t kDAPHNEFrameSize = 1864;
const constexpr std::size_t kDAPHNESuperChunkSize = kDAPHNENumFrames * kDAPHNEFrameSize; // for 12: 22368
struct DAPHNESuperChunkTypeAdapter
Expand Down

0 comments on commit 74834f0

Please sign in to comment.