CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
9  int run;
10  int iov1;
11  int iov2;
12  };
14  virtual ~RPCRunIOV(){}
15  std::vector<RunIOV_Item> ObRunIOV_rpc;
16  };
17 
18 #endif
19 
virtual ~RPCRunIOV()
Definition: RPCRunIOV.h:14
RPCRunIOV()
Definition: RPCRunIOV.h:13
std::vector< RunIOV_Item > ObRunIOV_rpc
Definition: RPCRunIOV.h:15