//-*- Mode: C++ -*- // ***************************************************************************** // * // @Autors: I.Kulakov; M.Zyzak; I.Kisel * // @e-mail: I.Kulakov@gsi.de; M.Zyzak@gsi.de; I.Kisel@compeng.uni-frankfurt.de * // * // ***************************************************************************** #ifndef ITSCAStation_H #define ITSCAStation_H struct ITSCAStation{ float r; float ErrY; float ErrZ; float sinF, cosF; float sinB, cosB; float xOverX0; float xTimesRho; }; #endif