From ef32328778dd74e4f2a99db23307cab801418278 Mon Sep 17 00:00:00 2001 From: Mario Ciacco Date: Fri, 11 Oct 2024 11:55:22 +0200 Subject: [PATCH] add empty implementation for generic pw method --- Detectors/Base/src/Detector.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Detectors/Base/src/Detector.cxx b/Detectors/Base/src/Detector.cxx index c3b57cceb78ff..d2be9237f6f13 100644 --- a/Detectors/Base/src/Detector.cxx +++ b/Detectors/Base/src/Detector.cxx @@ -173,7 +173,6 @@ void Detector::addAlignableVolumes() const void Detector::fillParallelWorld() const { - LOG(warning) << "Parallel world is not filled for " << GetName(); } int Detector::registerSensitiveVolumeAndGetVolID(TGeoVolume const* vol)