Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:16:20

0001 #ifndef PHOOL_RUNNUMBERRANGE_H
0002 #define PHOOL_RUNNUMBERRANGE_H
0003 
0004 // first and last physics run
0005 namespace RunnumberRange
0006 {
0007   static const int RUN2PP_FIRST = 47286;
0008   static const int RUN2PP_LAST = 53880;
0009   static const int RUN2AUAU_FIRST = 54128;
0010   static const int RUN2AUAU_LAST = 54974;
0011   static const int RUN3AUAU_FIRST = 66457;
0012   static const int RUN3AUAU_LAST = 20000000;
0013 }
0014 
0015 #endif