Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:21:08

0001 // Tell emacs that this is a C++ source
0002 // This file is really -*- C++ -*-.
0003 
0004 #ifndef TPOT_TPOTMONDEFS_H
0005 #define TPOT_TPOTMONDEFS_H
0006 
0007 namespace TpotMonDefs
0008 {
0009   //! bin enumeration for counters histogram
0010   enum
0011   {
0012     kEventCounter = 1,
0013     kValidEventCounter = 2,
0014     kTriggerCounter = 3,
0015     kHeartBeatCounter = 4
0016   };
0017 }
0018 #endif