src
CondFormats
RPCObjects
interface
RPCClusterSize.h
Go to the documentation of this file.
1
#ifndef RPCClusterSize_h
2
#define RPCClusterSize_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <vector>
7
#include <map>
8
#include <iostream>
9
10
class
RPCClusterSize
{
11
public
:
12
//structure suitable for cluster size
13
struct
ClusterSizeItem
{
14
int
dpid
;
15
float
clusterSize
;
16
17
COND_SERIALIZABLE
;
18
};
19
20
RPCClusterSize
() {}
21
~RPCClusterSize
() {}
22
23
std::vector<ClusterSizeItem>
const
&
getCls
()
const
{
return
v_cls
; }
24
std::vector<ClusterSizeItem>
v_cls
;
25
26
COND_SERIALIZABLE
;
27
};
28
29
#endif //RPCClusterSize_h
RPCClusterSize::v_cls
std::vector< ClusterSizeItem > v_cls
Definition:
RPCClusterSize.h:24
RPCClusterSize::ClusterSizeItem::dpid
int dpid
Definition:
RPCClusterSize.h:14
RPCClusterSize::ClusterSizeItem
Definition:
RPCClusterSize.h:13
RPCClusterSize::RPCClusterSize
RPCClusterSize()
Definition:
RPCClusterSize.h:20
RPCClusterSize::~RPCClusterSize
~RPCClusterSize()
Definition:
RPCClusterSize.h:21
RPCClusterSize::ClusterSizeItem::clusterSize
float clusterSize
Definition:
RPCClusterSize.h:15
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
RPCClusterSize::getCls
std::vector< ClusterSizeItem > const & getCls() const
Definition:
RPCClusterSize.h:23
RPCClusterSize
Definition:
RPCClusterSize.h:10
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14