CMS 3D CMS Logo

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  RPCTechTriggerConfig(int run, int runtype, int trigmode) {
27  m_runId = run;
29  m_triggerMode = trigmode;
30  };
31 
32  virtual ~RPCTechTriggerConfig(){};
33 
34  int m_runId;
35  int m_runType;
37 
38 protected:
39 private:
41 };
42 #endif // RPCTECHTRIGGERCONFIG_H
RPCTechTriggerConfig(int run, int runtype, int trigmode)
RPCTechTriggerConfig()
Standard constructor.
#define COND_SERIALIZABLE
Definition: Serializable.h:39