Skip to content
Snippets Groups Projects

InDetDetDescr clang-tidy related fixes

140 files
+ 818
844
Compare changes
  • Side-by-side
  • Inline
Files
140
/*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
@@ -22,7 +22,7 @@ class StoredMaterialManager;
class BCM_Wall
{
public:
GeoPhysVol* Build(double halfX, double halfY, double thick, std::string logname, const GeoMaterial* material);
GeoPhysVol* Build(double halfX, double halfY, double thick, const std::string& logname, const GeoMaterial* material);
GeoPhysVol* Build(double halfX, double halfY, double thick_one, double thick_two, const GeoMaterial* material_one, const GeoMaterial* material_two, const StoredMaterialManager* mat_mgr);
GeoPhysVol* Build(double halfX, double halfY, double thick_one, double thick_two, double thick_three, const GeoMaterial* material_one, const GeoMaterial* material_two, const GeoMaterial* material_three, const StoredMaterialManager* mat_mgr);
};
Loading