Skip to content
Snippets Groups Projects
Commit 03695ff1 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed rotation of ladders in VXD

parent 6d043478
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ static Ref_t create_element(LCDD& lcdd, xml_h e, SensitiveDetector sens) {
double lthick = sens_thick + supp_thick ;
RotationZYX rot( 0, 0 , phi ) ;
RotationZYX rot( phi , 0, 0 ) ;
#if 0
......
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