Daily merge of 23.0 into main
Conflicts:
Tracking/TrkConfig/python/TrackingPassFlags.py
### ITk with FTF standalone mode ####
def createITkFTFPassFlags():
icf = createITkFastTrackingPassFlags()
<<<<<<< HEAD
icf.addFlag("doHitDV" , False)
icf.addFlag("doDisappearingTrk" , False)
icf.seedFilterLevel = 0
=======
icf.addFlag("doHitDV" , False)
icf.addFlag("doDisappearingTrk" , False)
icf.useSeedFilter = False
>>>>>>> upstream/23.0
icf.minPT = [0.9 * Units.GeV, 0.4 * Units.GeV, 0.4 * Units.GeV]
icf.minPTSeed = 0.9 * Units.GeV
return icf
Caused by !64818 (merged) in the main (author @ewatton) and !65127 (merged) in 23.0 (author @tstreble). The conflict was resolved manually. @ewatton and @tstreble, please confirm that you are happy with the resolution.
Trigger/TrigSteer/TrigOutputHandling/src/TriggerEDMSerialiserTool.cxx
totalSize(*debugInfoThisModule) = sizeSum;
<<<<<<< HEAD
msg(severeTruncation ? MSG::ERROR : MSG::WARNING)
<< "HLT result truncation" << (severeTruncation ? "." : " in low priority collections.")
<< " Module ID: " << id << ", limit: "
<< m_truncationThresholds.value().at(id)/1024. << " kB, total size: "
<< sizeSum/1024. << " kB, largest recorded collection: " << largestRecorded.first
<< " (" << largestRecorded.second/1024. << " kB), largest dropped collection: "
<< largestDropped.first << " (" << largestDropped.second/1024. << " kB)."
<< endmsg;
=======
ATH_MSG_ERROR("HLT result truncation. Module ID: " << id << ", limit: "
<< m_truncationThresholds.value().at(id)/1024. << " kB, total size: "
<< sizeSum/1024. << " kB, largest recorded collection: " << largestRecorded.first
<< " (" << largestRecorded.second/1024. << " kB), largest dropped collection: "
<< largestDropped.first << " (" << largestDropped.second/1024. << " kB).");
// Give more information on the chains which accepted this event
using namespace TrigCompositeUtils;
SG::ReadHandle<DecisionContainer> navigation(m_debugNavigationSummaryRHKey); // Implicit ctx lookup - OK, rare code path
const Decision* terminus = getTerminusNode(navigation);
if (terminus) {
std::stringstream ss;
ss << "Passing chains in this event: ";
for (const DecisionID chainID : decisionIDs(terminus)) {
ss << HLT::Identifier(chainID).name() << ", ";
addDecisionID(chainID, debugInfoThisModule); // Save this list also into the output, it is then accessible offline too
}
ATH_MSG_WARNING(ss.str());
}
>>>>>>> upstream/23.0
Caused by !65040 (merged) in the main (author @fwinkl) and !64966 (merged) in 23.0 (author @tamartin). The conflict was resolved manually. @fwinkl and @tamartin, please confirm that you are OK with the resolution.
This sweep contains the following MRs:
- !65152 (merged) LAr AP fixes LAr
- !61642 (merged) CA wrap all algos in getBjetSequence, conf2toConfigurable the BjetHypo BTagging, JetEtmiss, Trigger, TriggerID, TriggerMenu
- !64966 (merged) [ATR-28063] Print passing chains on HLT truncation Trigger
- !65162 (merged) move to shared TRT decoding in ID trigger InnerDetector, Trigger, TriggerID
- !65089 (merged) Add DRAW TAULH for L1Calo/tau performance Analysis, Reconstruction, Tools
- !65079 (merged) adding extra modifiers to HI jets JetEtmiss, Reconstruction
- !65132 (merged) DataQualityInterfaces: Added proper treatment of 'Reference' TDirectories DQ
- !65164 (merged) use GeV as minPTBrem unit Tracking
- !65161 (merged) Allow DQ coolflask URI flexibility (respond to ATLASDQ-1105) DQ
- !65127 (merged) Update SiTrackMaker seed filter property to boolean InnerDetector, Tracking, Trigger, TriggerID
- !65129 (merged) TriggerConfigFlags: delete obsolete InputContainsConfigMetadata flag Trigger
- !65130 (merged) TrigCalo: move/rename Trigger.calo.doOffsetCorrection flag Trigger
- !65136 (merged) TrigT1CaloMonitoring: L1CaloLimit number of events recorded to error event number histograms DQ, Trigger
- !65113 (merged) Updated HI tracking config flags Tracking