Skip to content
Snippets Groups Projects
Commit ab7f0cba authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'dupprop.CaloRingerTools-20240105' into 'main'

CaloRingerTools: Fix duplicate gaudi property.

See merge request !68037
parents fb19f185 d4490f4a
No related branches found
No related tags found
1 merge request!68037CaloRingerTools: Fix duplicate gaudi property.
/*
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
// =================================================================================
......@@ -45,7 +45,6 @@ CaloRingsBuilder::CaloRingsBuilder(const std::string& type,
m_nRingSets(0)
{
declareInterface<ICaloRingsBuilder>(this);
declareProperty("doTransverseEnergy", m_doTransverseEnergy, "True for build features with cell ET. False for to use raw energy.");
}
// =====================================================================================
......
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