Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OnlMonDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file OnlMonDefs.h
1 #ifndef ONLMONSERVER_ONLMONDEFS_H
2 #define ONLMONSERVER_ONLMONDEFS_H
3 
4 namespace OnlMonDefs
5 {
6 // Port to use by framework
7  const unsigned int MONIPORT = 9081;
8  const unsigned int NUMMONIPORT = 5;
9  const unsigned int MSGLEN = 256;
10 }
11 
12 #endif