2 #include <TGeoMatrix.h>
14 for(
unsigned iq=0; iq<3; iq++) {
31 TVector3 trout = track;
32 TGeoRotation *
rw =
new TGeoRotation();
36 double in[3] = {trout.x(), trout.y(), trout.z()}, out[3];
41 rw->LocalToMasterVect(in, out);
42 trout = TVector3(out);
46 double in[3] = {trout.x(), trout.y(), trout.z()}, out[3];
51 rw->LocalToMasterVect(in, out);
52 trout = TVector3(out);