Skip to content
Snippets Groups Projects
Commit fc0f1a4f authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

CaloRec: Fix clang warning.

clang warning: Unused private data member.


Former-commit-id: 6ac004a67b3db068283f23eb4be5d1868e8e85b9
parent d7812a33
No related branches found
No related tags found
No related merge requests found
......@@ -132,11 +132,6 @@ class CaloClusterMomentsMaker_DigiHSTruth final: public extends<AthAlgTool, Calo
ToolHandle<ICalorimeterNoiseTool> m_noiseTool;
ToolHandle<ILArHVCorrTool> m_larHVScaleRetriever;
/**
* @brief HV fraction is need to check for HV affected LAr cells
*/
LArHVFraction * m_larHVFraction;
/// Not used anymore (with xAOD), but required to when configured from
/// COOL via CaloRunClusterCorrections.
std::string m_momentsNamesAOD;
......
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