CondFormats
RPCObjects
interface
RPCObGasmap.h
Go to the documentation of this file.
1
/*
2
* Payload definition(s): Gas Map (RPCObGasmap)
3
*
4
* $Date: 2009/11/16 12:53:47 $
5
* $Revision: 1.3 $
6
* \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
7
*/
8
9
#ifndef RPCObGasmap_h
10
#define RPCObGasmap_h
11
#include "
CondFormats/Serialization/interface/Serializable.h
"
12
13
#include <vector>
14
#include <string>
15
16
class
RPCObGasmap
{
17
public
:
18
struct
GasMap_Item
{
19
int
dpid
;
20
int
region
;
21
int
ring
;
22
int
station
;
23
int
sector
;
24
int
layer
;
25
int
subsector
;
26
int
suptype
;
27
28
COND_SERIALIZABLE
;
29
};
30
RPCObGasmap
() {}
31
virtual
~RPCObGasmap
() {}
32
std::vector<GasMap_Item>
ObGasMap_rpc
;
33
34
COND_SERIALIZABLE
;
35
};
36
37
#endif
RPCObGasmap::GasMap_Item::subsector
int subsector
Definition:
RPCObGasmap.h:25
RPCObGasmap::GasMap_Item::station
int station
Definition:
RPCObGasmap.h:22
RPCObGasmap::GasMap_Item::ring
int ring
Definition:
RPCObGasmap.h:21
RPCObGasmap
Definition:
RPCObGasmap.h:16
RPCObGasmap::GasMap_Item::sector
int sector
Definition:
RPCObGasmap.h:23
RPCObGasmap::RPCObGasmap
RPCObGasmap()
Definition:
RPCObGasmap.h:30
RPCObGasmap::~RPCObGasmap
virtual ~RPCObGasmap()
Definition:
RPCObGasmap.h:31
RPCObGasmap::GasMap_Item
Definition:
RPCObGasmap.h:18
RPCObGasmap::ObGasMap_rpc
std::vector< GasMap_Item > ObGasMap_rpc
Definition:
RPCObGasmap.h:32
RPCObGasmap::GasMap_Item::suptype
int suptype
Definition:
RPCObGasmap.h:26
RPCObGasmap::GasMap_Item::region
int region
Definition:
RPCObGasmap.h:20
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
RPCObGasmap::GasMap_Item::layer
int layer
Definition:
RPCObGasmap.h:24
RPCObGasmap::GasMap_Item::dpid
int dpid
Definition:
RPCObGasmap.h:19
Generated for CMSSW Reference Manual by
1.8.14