Skip to content
Snippets Groups Projects
Commit 588f556a authored by Filomena Sopkova's avatar Filomena Sopkova
Browse files

fixing job

parent e0bc5d5d
No related branches found
No related tags found
1 merge request!20779WIP: Migrate DataQualityTools to ToolHandles
...@@ -43,7 +43,7 @@ StatusCode PhysValCluster::fillHistograms(){ ...@@ -43,7 +43,7 @@ StatusCode PhysValCluster::fillHistograms(){
ATH_CHECK( evtStore()->retrieve(theClusterContainer,m_clusterContainerName) ); ATH_CHECK( evtStore()->retrieve(theClusterContainer,m_clusterContainerName) );
if (!theClusterContainer){ if (!theClusterContainer){
if (msgLvl(MSG::WARNING)) msg(MSG::WARNING) << " Have NULL pointer to xAOD::PFOContainer " << endmsg; ATH_MSG_WARNING(" Have NULL pointer to xAOD::CaloClusterContainer ");
return StatusCode::FAILURE; return StatusCode::FAILURE;
} }
...@@ -55,7 +55,7 @@ StatusCode PhysValCluster::fillHistograms(){ ...@@ -55,7 +55,7 @@ StatusCode PhysValCluster::fillHistograms(){
m_clusterValidationPlots->fill(*theCluster); m_clusterValidationPlots->fill(*theCluster);
} }
} }
else msg(MSG::WARNING) << " Cluster container : " << m_clusterContainerName << " not found" << endmsg; else ATH_MSG_WARNING(" Cluster container : " << m_clusterContainerName << " not found");
return StatusCode::SUCCESS; return StatusCode::SUCCESS;
} }
......
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