Skip to content
Snippets Groups Projects
Commit 0aa3a7b7 authored by Chris Malena Delitzsch's avatar Chris Malena Delitzsch Committed by Edward Moyse
Browse files

Removing/downgrading warnings

Removing/downgrading warnings
parent d22af449
No related branches found
No related tags found
17 merge requests!59674InDetPerformanceMonitoring with LumiBlock selection,!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!58990Draft:Fixing bug in FTF config when running with Reco_tf,!58835DataQualityConfigurations: Modify L1Calo config for web display,!58791DataQualityConfigurations: Modify L1Calo config for web display,!58373Modification of V2.3 processing to work well with all clients,!58289New NVSI calibration,!58286New NVSI calibration,!58106Update NVSI example algorithm,!57937Draft: New nighlty test for trigger with a Run 4 single muon RDO,!57841Edits to ZDC signal processing in preparation for analysis of data from LHCf run,!57590Fixing LAr DT dumper,!57584Draft: LAr DB fixes,!57316ATR-26311 and ATR-25754 moving one dimuon and few egamma chains from dev to phys or MC,!57090ATLASRECTS-7305: fixes for large cluster building,!57031Removing/downgrading warnings,!55609Add Athena TEvent-based file access
...@@ -189,9 +189,6 @@ StatusCode JetCleaningTool::initialize() ...@@ -189,9 +189,6 @@ StatusCode JetCleaningTool::initialize()
return StatusCode::FAILURE; return StatusCode::FAILURE;
} }
if(m_jetContainerName.empty()) {
ATH_MSG_WARNING("Impossible to initialize JetCleaningTool decorators with empty container name. Please fix that if you are trying to decorate jets with jet cleaning variables.");
}
ATH_CHECK(m_jetCleanKey.initialize(!m_jetContainerName.empty())); ATH_CHECK(m_jetCleanKey.initialize(!m_jetContainerName.empty()));
return StatusCode::SUCCESS; return StatusCode::SUCCESS;
......
...@@ -154,9 +154,7 @@ StatusCode EventDensityTool::fillEventShape(xAOD::EventShape *eventShape) const ...@@ -154,9 +154,7 @@ StatusCode EventDensityTool::fillEventShape(xAOD::EventShape *eventShape) const
return StatusCode::FAILURE; return StatusCode::FAILURE;
} }
if ( h_in->size() == 0 ) { if ( h_in->size() == 0 ) {
// !!! FIXME !!! Downgraded ERROR to WARNING and no FAILURE ATH_MSG_DEBUG( "Input PseudoJetContainer size()=0 for pseudojets from "<< m_inPJKey.key() );
ATH_MSG_WARNING( "Input PseudoJetContainer size()=0 for pseudojets from "<< m_inPJKey.key() );
//return StatusCode::FAILURE;
} else { } else {
ATH_MSG_DEBUG("Retrieved input pseudojets " << m_inPJKey.key() << " , count: " << h_in->size()); ATH_MSG_DEBUG("Retrieved input pseudojets " << m_inPJKey.key() << " , count: " << h_in->size());
} }
......
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