Skip to content
Snippets Groups Projects
Commit 32fb9622 authored by Veronique Boisvert's avatar Veronique Boisvert
Browse files

Merge branch 'fix_TrigOnlineMonitor_compilation' into '21.0-TrigMC'

Fix package compilation: remove duplicated declarations

See merge request !6294

Former-commit-id: d35d0aff
parents 3eb0eaa7 538dc871
No related branches found
No related tags found
No related merge requests found
......@@ -111,8 +111,6 @@ class TrigL1TopoROBMonitor:public AthAlgorithm {
std::bitset<m_nTopoCTPOutputs> m_topoSimResult; //! simulation of CTP output
std::bitset<m_nTopoCTPOutputs> m_topoSimOverfl; //! simulation of overflow bits
std::bitset<m_nTopoCTPOutputs> m_topoCtpResult; //! actual hardware CTP output
std::bitset<m_nTopoCTPOutputs> m_triggerBitsDaqRob; //! trigger bits for BC0 from the DAQ ROB
std::bitset<m_nTopoCTPOutputs> m_overflowBitsDaqRob; //! overflow bits for BC0 from the DAQ ROB
bool m_setTopoSimResult; //! keep track of whether this event's sim results had been stored
bool m_firstEvent; //! used to toggle the ATH_MSG_INFO only on the first event
std::bitset<m_nTopoCTPOutputs> m_triggerBitsDaqRob; //! trigger bits for BC0 from the DAQ ROB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment