CMS 3D CMS Logo

RPCRunIOV.h
Go to the documentation of this file.
1 #ifndef RPCRunIOV_h
2 #define RPCRunIOV_h
3 #include <vector>
4 
5 class RPCRunIOV {
6 public:
7  struct RunIOV_Item {
8  int run;
9  int iov1;
10  int iov2;
11  };
12  RPCRunIOV() {}
13  virtual ~RPCRunIOV() {}
14  std::vector<RunIOV_Item> ObRunIOV_rpc;
15 };
16 
17 #endif
virtual ~RPCRunIOV()
Definition: RPCRunIOV.h:13
RPCRunIOV()
Definition: RPCRunIOV.h:12
std::vector< RunIOV_Item > ObRunIOV_rpc
Definition: RPCRunIOV.h:14