Main Page
Namespaces
Classes
Package Documentation
CondFormats
RPCObjects
interface
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
};
13
RPCRunIOV
(){}
14
virtual
~RPCRunIOV
(){}
15
std::vector<RunIOV_Item>
ObRunIOV_rpc
;
16
};
17
18
#endif
19
RPCRunIOV::~RPCRunIOV
virtual ~RPCRunIOV()
Definition:
RPCRunIOV.h:14
RPCRunIOV
Definition:
RPCRunIOV.h:5
RPCRunIOV::RPCRunIOV
RPCRunIOV()
Definition:
RPCRunIOV.h:13
RPCRunIOV::ObRunIOV_rpc
std::vector< RunIOV_Item > ObRunIOV_rpc
Definition:
RPCRunIOV.h:15
RPCRunIOV::RunIOV_Item::iov1
int iov1
Definition:
RPCRunIOV.h:10
RPCRunIOV::RunIOV_Item
Definition:
RPCRunIOV.h:7
RPCRunIOV::RunIOV_Item::run
int run
Definition:
RPCRunIOV.h:9
RPCRunIOV::RunIOV_Item::iov2
int iov2
Definition:
RPCRunIOV.h:11
Generated for CMSSW Reference Manual by
1.8.11