Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:23

0001 #ifndef DataFormats_VertexSoA_ZVertexDefinitions_h
0002 #define DataFormats_VertexSoA_ZVertexDefinitions_h
0003 
0004 #include <cstdint>
0005 
0006 namespace zVertex {
0007 
0008   constexpr uint32_t MAXTRACKS = 32 * 1024;
0009   constexpr uint32_t MAXVTX = 1024;
0010 
0011 }  // namespace zVertex
0012 
0013 #endif