Skip to content
Snippets Groups Projects
Commit 7d12306f authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder Committed by Atlas Nightlybuild
Browse files

Merge branch 'cherry-pick-8595178d' into '21.0'

Merge branch 'AddLArPEBStreamingOption' into '21.1' -- push to 21.0

See merge request !4536

Former-commit-id: 5494e4c7
parent 99e196e0
No related merge requests found
...@@ -181,6 +181,16 @@ HLT::ErrorCode TrigSubDetListWriter::hltInitialize() ...@@ -181,6 +181,16 @@ HLT::ErrorCode TrigSubDetListWriter::hltInitialize()
m_sourceid.push_back(eformat::TILECAL_EXT_A_SIDE); m_sourceid.push_back(eformat::TILECAL_EXT_A_SIDE);
m_sourceid.push_back(eformat::TILECAL_EXT_C_SIDE); m_sourceid.push_back(eformat::TILECAL_EXT_C_SIDE);
} }
if (*detit=="LAr") {
m_sourceid.push_back(eformat::LAR_EM_BARREL_A_SIDE);
m_sourceid.push_back(eformat::LAR_EM_BARREL_C_SIDE);
m_sourceid.push_back(eformat::LAR_EM_ENDCAP_A_SIDE);
m_sourceid.push_back(eformat::LAR_EM_ENDCAP_C_SIDE);
m_sourceid.push_back(eformat::LAR_FCAL_A_SIDE);
m_sourceid.push_back(eformat::LAR_FCAL_C_SIDE);
m_sourceid.push_back(eformat::LAR_HAD_ENDCAP_A_SIDE);
m_sourceid.push_back(eformat::LAR_HAD_ENDCAP_C_SIDE);
}
if (*detit=="FORWARD_BCM") { if (*detit=="FORWARD_BCM") {
m_sourceid.push_back(eformat::FORWARD_BCM); m_sourceid.push_back(eformat::FORWARD_BCM);
} }
......
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