Skip to content
Snippets Groups Projects
Commit b04e8f52 authored by Charles Leggett's avatar Charles Leggett
Browse files

Update name of locally calibrated topoclusters, to fix unmet dependency WARNING in AthenaMT.

See merge request atlas/athena!7887

Former-commit-id: 260bc913
parents bf6945aa 3fef5b7d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ private:
SG::ReadHandleKey<xAOD::CaloClusterContainer> m_caloClustersReadHandleKey{this,"clustersName","CaloTopoCluster","ReadHandleKey for the CaloClusterContainer to be used as input"};
/** ReadHandleKey for the CaloClusterContainer, at LC scale, to be used as input */
SG::ReadHandleKey<xAOD::CaloClusterContainer> m_caloCalClustersReadHandleKey{this,"calClustersName","CaloCalTopoCluster","ReadHandleKey for the CaloClusterContainer, at LC scale, to be used as input"};
SG::ReadHandleKey<xAOD::CaloClusterContainer> m_caloCalClustersReadHandleKey{this,"calClustersName","CaloCalTopoClusters","ReadHandleKey for the CaloClusterContainer, at LC scale, to be used as input"};
/** WriteHandleKey for the eflowRecClusterContainer to write out */
SG::WriteHandleKey<eflowRecClusterContainer> m_eflowRecClustersWriteHandleKey{this,"eflowRecClustersOutputName","eflowRecClusters","WriteHandleKey for the eflowRecClusterContainer to write out"};
......
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