Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-17 09:19:51

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 RUN3_TPCFW_CLOCK_CHANGE = 58667;
0012   static const int RUN3AUAU_FIRST = 66457;
0013   static const int RUN3AUAU_LAST = 78954;
0014   static const int RUN3PP_FIRST = 79146; // first beam data
0015   static const int RUN3PP_LAST = 100000;
0016 }
0017 
0018 #endif