From 2483e4778572117a5076a92546ca97c5a92d5109 Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Thu, 9 Oct 2014 21:57:09 +0000 Subject: [PATCH] Fix bug in DetElement transformations - test example with boxes --- examples/ClientTests/scripts/BoxTrafos.C | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/examples/ClientTests/scripts/BoxTrafos.C b/examples/ClientTests/scripts/BoxTrafos.C index e60255739..4974f481a 100644 --- a/examples/ClientTests/scripts/BoxTrafos.C +++ b/examples/ClientTests/scripts/BoxTrafos.C @@ -1,3 +1,18 @@ +// $Id: Geant4Hits.h 513 2013-04-05 14:31:53Z gaede $ +//==================================================================== +// AIDA Detector description implementation +//-------------------------------------------------------------------- +// +// Author : M.Frank +// +// ROOT interpreted macro to test world to local and local to world +// transformations using 2 simple boxes. +// +// usage: $> root.exe <path>/BoxTrafos.C +// +// +//==================================================================== + namespace { struct Loader { Loader() { gSystem->Load("libDD4hepCore"); } } _load; } -- GitLab