Skip to content
Snippets Groups Projects
Verified Commit cbd56927 authored by Tadej Novak's avatar Tadej Novak
Browse files

LArHVCorrMaker: Remove unused member variable

parent 912bd288
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ class LArHVCorrMaker : public AthAlgorithm
virtual StatusCode finalize() override {return StatusCode::SUCCESS;}
private:
const LArOnlineID_Base* m_lar_on_id = nullptr;
Gaudi::Property<std::string> m_folderName{this,"folderName", "/LAR/ElecCalibFlat/HVScaleCorr",
"Folder to store the CondAttrListCollection containing the HVScale correction"};
......
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