Skip to content
Snippets Groups Projects
Commit 2483e477 authored by Markus Frank's avatar Markus Frank
Browse files

Fix bug in DetElement transformations - test example with boxes

parent d1537e72
No related branches found
No related tags found
No related merge requests found
// $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;
}
......
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