Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:16:38

0001 #ifndef __ONCALHISTOBINDEFS_H__
0002 #define __ONCALHISTOBINDEFS_H__
0003 
0004 namespace OnCalHistoBinDefs
0005 {
0006   enum
0007   {
0008     FIRSTRUNBIN = 1,
0009     LASTRUNBIN,
0010     BORTIMEBIN,
0011     EORTIMEBIN,
0012     LASTBINPLUSONE
0013   };
0014 };
0015 
0016 #endif /* __ONCALHISTOBINDEFS_H__ */