EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Fun4AllHistoBinDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file Fun4AllHistoBinDefs.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef FUN4ALL_FUN4ALLHISTOBINDEFS_H
4 #define FUN4ALL_FUN4ALLHISTOBINDEFS_H
5 
6 enum
7 {
13 };
14 
15 const static int NFRAMEWORKBINS = LASTBIN - 1;
16 
17 #endif