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

Merge branch 'cppcheck.ISF_FastCaloSimParametrization-20240507' into 'main'

ISF_FastCaloSimParametrization: Fix cppcheck 2.14 warnings.

See merge request atlas/athena!71231
parents e98e6065 5c63efe1
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ public:
tileName_t get_tileName() const; //
float x() const; //
float y() const; //
std::string getHVft() const; //Gabe
const std::string& getHVft() const; //Gabe
private: //
tileName_t m_tileName; //
float m_x; //
......@@ -202,7 +202,7 @@ FCAL_ChannelMap::TubePosition::y() const
}
inline std::string
inline const std::string&
FCAL_ChannelMap::TubePosition::getHVft() const
{
return m_hvFT;
......
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