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

Fix after commit of changes to DDCore

parent 732dc4a4
No related branches found
No related tags found
No related merge requests found
#include "DDRec/Surface.h"
#include "DD4hep/Detector.h"
#include "DD4hep/objects/DetectorInterna.h"
#include <math.h>
#include <memory>
......@@ -287,7 +287,7 @@ namespace DD4hep {
//=========== compute and cache world transform for surface ==========
TGeoMatrix* wm = _det.object<DetElement::Object>().worldTransformation() ;
const TGeoMatrix* wm = &_det.worldTransformation() ;
#if 0 // debug
wm->Print() ;
......
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