Skip to content
Snippets Groups Projects
Commit bf0b9020 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'cppcheck.LArG4FastSimulation-20240503' into 'main'

LArG4FastSimulation: Fix cppcheck warnings.

See merge request atlas/athena!71132
parents f9f8659c b6b7991f
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#ifndef LARG4FASTSIMULATION_ENDCAPFASTSIMDEDICATEDSD_H
......@@ -31,6 +31,9 @@ public:
// Destructor:
~EndcapFastSimDedicatedSD() {}
EndcapFastSimDedicatedSD(const EndcapFastSimDedicatedSD&) = delete;
EndcapFastSimDedicatedSD& operator= (const EndcapFastSimDedicatedSD&) = delete;
// ProcessHitsMethod
void ProcessSpot(const EnergySpot & spot) override final;
......
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