Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:59

0001 // Tell emacs that this is a C++ source
0002 //  -*- C++ -*-.
0003 #ifndef PHHEPMC_PHHEPMCDEFS_H
0004 #define PHHEPMC_PHHEPMCDEFS_H
0005 
0006 #include <limits>
0007 
0008 namespace PHHepMCDefs
0009 {
0010   static int DataVertexIndex = std::numeric_limits<int>::max()-1;
0011 }
0012 
0013 #endif