CMS 3D CMS Logo

ZVertexDefinitions.h
Go to the documentation of this file.
1 #ifndef DataFormats_VertexSoA_ZVertexDefinitions_h
2 #define DataFormats_VertexSoA_ZVertexDefinitions_h
3 
4 #include <cstdint>
5 
6 namespace zVertex {
7 
8  constexpr uint32_t MAXTRACKS = 32 * 1024;
9  constexpr uint32_t MAXVTX = 1024;
10 
11 } // namespace zVertex
12 
13 #endif
constexpr uint32_t MAXTRACKS
constexpr uint32_t MAXVTX