Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 // Tell emacs that this is a C++ source
0002 //  -*- C++ -*-.
0003 #ifndef FUN4ALL_FUN4ALLHISTOBINDEFS_H
0004 #define FUN4ALL_FUN4ALLHISTOBINDEFS_H
0005 
0006 enum
0007 {
0008   RUNNUMBERBIN = 1,
0009   CURRENTTIMEBIN,
0010   BORTIMEBIN,
0011   EORTIMEBIN,
0012   LASTBIN
0013 };
0014 
0015 const static int NFRAMEWORKBINS = LASTBIN - 1;
0016 
0017 #endif