StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StFgtCosmicAlignment.h
1 #ifndef COSMIC_ALIGNMENT_H
2 #define COSMIC_ALIGNMENT_H
3 
4 void rot(float x, float y, float z,
5  float x0,float y0,float z0,
6  float o, float p, float q,
7  float &xx,float &yy,float &zz);
8 void getAlign(int idisc, float pl, float rl, float &x, float &y, float &z, float &p, float &r);
9 #endif