Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
params.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file params.h
1 #ifndef __params_H__
2 #define __params_H__
3 
4 #include <vector>
5 #include <string>
6 
7 #define Nr 16
8 #define Nphi 128
9 
10 #define Nhybrid 14 //we killed one of the sectors as it was sparking to the GEM due to ground issues.
11 #define CHhybrid 128
12 #define Nsrs Nhybrid*CHhybrid
13 
14 // Data type to define the zigzag shape...
15  struct CheveronPad_t
16  {
18  double fPolyWidth;
20  std::vector<double> fX;
21  std::vector<double> fY;
22  std::vector<double> fVia;
23  std::vector<double> fWire;
24  std::vector<double> r;
25  std::vector<double> phi;
26  std::vector<int> ID;
27  };
28 
29 #endif /* __params_H__ */