CMS 3D CMS Logo

DeadRegion.h
Go to the documentation of this file.
1 #ifndef RecoTracker_MkFitCore_interface_DeadRegion_h
2 #define RecoTracker_MkFitCore_interface_DeadRegion_h
3 
4 #include <vector>
5 
6 namespace mkfit {
7  struct DeadRegion {
8  float phi1, phi2, q1, q2;
9  DeadRegion(float a1, float a2, float b1, float b2) : phi1(a1), phi2(a2), q1(b1), q2(b2) {}
10  };
11  typedef std::vector<DeadRegion> DeadVec;
12 } // namespace mkfit
13 
14 #endif
bias2_t b2[25]
Definition: b2.h:9
std::vector< DeadRegion > DeadVec
Definition: DeadRegion.h:11
DeadRegion(float a1, float a2, float b1, float b2)
Definition: DeadRegion.h:9
static constexpr float b1