Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
RPCObjects
interface
RPCClusterSize.h
Go to the documentation of this file.
1
#ifndef RPCClusterSize_h
2
#define RPCClusterSize_h
3
4
#include<vector>
5
#include<map>
6
#include<iostream>
7
#include<boost/cstdint.hpp>
8
9
class
RPCClusterSize
{
10
11
public
:
12
13
14
//structure suitable for cluster size
15
struct
ClusterSizeItem
{
16
int
dpid
;
17
float
clusterSize
;
18
};
19
20
21
RPCClusterSize
(){}
22
~RPCClusterSize
(){}
23
24
25
std::vector<ClusterSizeItem>
const
&
getCls
()
const
{
return
v_cls
;}
26
std::vector<ClusterSizeItem>
v_cls
;
27
28
};
29
30
#endif //RPCClusterSize_h
RPCClusterSize::v_cls
std::vector< ClusterSizeItem > v_cls
Definition:
RPCClusterSize.h:26
RPCClusterSize::ClusterSizeItem::dpid
int dpid
Definition:
RPCClusterSize.h:16
RPCClusterSize::ClusterSizeItem
Definition:
RPCClusterSize.h:15
RPCClusterSize::RPCClusterSize
RPCClusterSize()
Definition:
RPCClusterSize.h:21
RPCClusterSize::~RPCClusterSize
~RPCClusterSize()
Definition:
RPCClusterSize.h:22
RPCClusterSize::ClusterSizeItem::clusterSize
float clusterSize
Definition:
RPCClusterSize.h:17
RPCClusterSize
Definition:
RPCClusterSize.h:9
RPCClusterSize::getCls
std::vector< ClusterSizeItem > const & getCls() const
Definition:
RPCClusterSize.h:25
Generated for CMSSW Reference Manual by
1.8.5