From 6f9fa1b49bf1850642ad005486d2880f8640cafb Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 24 Feb 2022 16:13:46 +0100 Subject: [PATCH] Volumes: Changing message about REFLECTION to DEBUG --- DDCore/src/Volumes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDCore/src/Volumes.cpp b/DDCore/src/Volumes.cpp index a4e727be8..415963e68 100644 --- a/DDCore/src/Volumes.cpp +++ b/DDCore/src/Volumes.cpp @@ -669,7 +669,7 @@ PlacedVolume _addNode(TGeoVolume* par, TGeoVolume* daughter, int id, TGeoMatrix* /// We have a left handed matrix (determinant < 0). This is a reflection! if ( det < 0e0 ) { transform->SetBit(TGeoMatrix::kGeoReflection); - printout(INFO, "PlacedVolume", + printout(DEBUG, "PlacedVolume", "REFLECTION: (x.Cross(y)).Dot(z): %8.3g Parent: %s [%s] Daughter: %s [%s]", det, par->GetName(), par->IsA()->GetName(), daughter->GetName(), daughter->IsA()->GetName()); -- GitLab