Skip to content
Snippets Groups Projects
Commit c5baa74d authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

ActsGeometry: comment unused code to avoid cppcheck defects

parent 214f3d27
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
*/
#include "ActsGeometry/ActsCaloTrackingVolumeBuilder.h"
......@@ -103,7 +103,10 @@ ActsCaloTrackingVolumeBuilder::trackingVolume(
// This was removed in https://github.com/acts-project/acts/pull/3029
// To be reimplemented using new geometry model instead of explicit TrackingVolume content
(void)gctx; // suppress compiler warning
throw std::runtime_error{"Calo building for ACTS currently disabled"};
/***** TODO START *****
std::shared_ptr<Acts::TrackingVolume> calo;
// = Acts::TrackingVolume::create(Acts::Transform3::Identity(),
// caloVolBounds,
......@@ -343,6 +346,7 @@ ActsCaloTrackingVolumeBuilder::trackingVolume(
ATH_MSG_VERBOSE("Built main container: " << *mainContainer);
return mainContainer;
***** TODO END *****/
}
std::shared_ptr<Acts::CutoutCylinderVolumeBounds>
......
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