ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HelixResolution.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file HelixResolution.h
1 #ifndef __HELIXRESOLUTION__
2 #define __HELIXRESOLUTION__
3 
5 {
6  public:
7  HelixResolution(float cAngle, float dca, float invR, float theta, float z) : phi_res(cAngle), d_res(dca), k_res(invR), dzdl_res(theta), z0_res(z) {}
9 
11 };
12 
13 
14 
15 #endif