Skip to content
Snippets Groups Projects
Commit 7e6f09fa authored by Tamara Vazquez Schroeder's avatar Tamara Vazquez Schroeder
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: 07b6d71bcaa10fe82ee0423e826847281766a974
parents 1b58a1d3 12b75925
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,16 @@ HLT::ErrorCode TrigSubDetListWriter::hltInitialize()
m_sourceid.push_back(eformat::TILECAL_EXT_A_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") {
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