Skip to content
Snippets Groups Projects
Commit 14e596d3 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

TrigBphysHypo: Fix gcc11 warning.

Misleading indentation.
parent b9778595
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39303TrigBphysHypo: Fix gcc11 warning.
// -*- C++ -*-
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
/**************************************************************************
......@@ -232,6 +232,6 @@ HLT::ErrorCode TrigL2BMuMuHypo::hltExecute(const HLT::TriggerElement* outputTE,
// store result
if(attachFeature(outputTE, xBits.release(),"passbits") != HLT::OK)
ATH_MSG_ERROR("Could not store TrigPassBits! ");
ATH_MSG_DEBUG("End of hltExecute, passMass, passChi2, pass= " << PassedBsMass << " " << PassedChi2Cut << " " << pass);
return HLT::OK;
ATH_MSG_DEBUG("End of hltExecute, passMass, passChi2, pass= " << PassedBsMass << " " << PassedChi2Cut << " " << pass);
return HLT::OK;
}
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