Skip to content
Snippets Groups Projects

Allen RICH decoding

Merged Daniel Hugo Campora Perez requested to merge cnca_rich_decoding into master
2 files
+ 11
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -46,6 +46,15 @@ namespace Rich::Future::DAQ::Allen {
/// Number of PDMDBs per module
static constexpr const std::size_t PDMDBPerModule = 2;
/// Number of Tel40 connections per MPO
static constexpr const std::size_t ConnectionsPerTel40MPO = 12;
/// Maximum number of active Tel40 MPOs per Source ID
static constexpr const std::size_t MaxNumberMPOsPerSourceID = 2;
/// Maximum Number of connections per Tel40
static constexpr const std::size_t MaxConnectionsPerTel40 = MaxNumberMPOsPerSourceID * ConnectionsPerTel40MPO;
/// Array of Tel40 for each link in a PDMDB
using PDMDBLinkData = std::array<Tel40LinkData, MaxLinksPerPDMDB>;
Loading