CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
msq_constants.h
Go to the documentation of this file.
1 /*
2  * msq_constants.h
3  *
4  * Created on: Nov 23, 2011
5  * Author: aspataru : aspataru@cern.ch
6  */
7 
8 #ifndef MSQ_CONSTANTS_H_
9 #define MSQ_CONSTANTS_H_
10 
11 namespace evf {
12 
13 // DATA message types
14 static const unsigned int RAW_MESSAGE_TYPE = 100;
15 static const unsigned int RECO_MESSAGE_TYPE = 101;
16 static const unsigned int DQM_MESSAGE_TYPE = 102;
17 
18 // CONTROL message types
19 static const unsigned int DISCARD_RAW_MESSAGE_TYPE = 200;
20 
21 }
22 
23 #endif /* MSQ_CONSTANTS_H_ */
static const unsigned int DISCARD_RAW_MESSAGE_TYPE
Definition: msq_constants.h:19
static const unsigned int RECO_MESSAGE_TYPE
Definition: msq_constants.h:15
static const unsigned int RAW_MESSAGE_TYPE
Definition: msq_constants.h:14
static const unsigned int DQM_MESSAGE_TYPE
Definition: msq_constants.h:16