Skip to content
Snippets Groups Projects

Address remaining issues with L1Calo and L1Topo config

Merged Joerg Stelzer requested to merge stelzer/athena:master-FinalizeL1Config-TopoAlg into master
7 files
+ 7
10
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -66,6 +66,9 @@ namespace TrigConf {
/** Accessor to the connector type */
ConnectorType type() const;
/** names of all trigger lines */
std::vector<std::string> triggerLineNames() const;
/** Accessor to the triggerlines on the connector
*
* For electrical connectors from the L1Topo boards a triggerline vector holds up to 16 signals, which come from
@@ -91,6 +94,8 @@ namespace TrigConf {
ConnectorType m_type;
std::vector<TrigConf::TriggerLine> m_triggerLines[2][2];
std::map<std::string, TrigConf::TriggerLine*> m_lineByName;
std::size_t m_maxFpga{1};
std::size_t m_maxClock{1};
bool m_isLegacy;
};
Loading