CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCTechTriggerConfig.h
Go to the documentation of this file.
1 // $Id: $
2 #ifndef RPCTECHTRIGGERCONFIG_H
3 #define RPCTECHTRIGGERCONFIG_H 1
4 
5 // Include files
7 
8 #include <iostream>
9 
18 public:
21  m_runId = -1;
22  m_runType = -1;
23  m_triggerMode = -1;
24 
25  };
26 
27  RPCTechTriggerConfig( int run, int runtype, int trigmode ) {
28  m_runId = run;
29  m_runType = runtype;
30  m_triggerMode = trigmode;
31 
32  };
33 
34 
35  virtual ~RPCTechTriggerConfig( ) {};
36 
37  int m_runId;
38  int m_runType;
40 
41 protected:
42 
43 private:
44 
45 
47 };
48 #endif // RPCTECHTRIGGERCONFIG_H
RPCTechTriggerConfig(int run, int runtype, int trigmode)
RPCTechTriggerConfig()
Standard constructor.
#define COND_SERIALIZABLE
Definition: Serializable.h:37