Main Page
Namespaces
Classes
Package Documentation
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
17
class
RPCObGasmap
{
18
public
:
19
struct
GasMap_Item
{
20
int
dpid
;
21
int
region
;
22
int
ring
;
23
int
station
;
24
int
sector
;
25
int
layer
;
26
int
subsector
;
27
int
suptype
;
28
29
COND_SERIALIZABLE
;
30
};
31
RPCObGasmap
(){}
32
virtual
~RPCObGasmap
(){}
33
std::vector<GasMap_Item>
ObGasMap_rpc
;
34
35
COND_SERIALIZABLE
;
36
};
37
38
#endif
39
RPCObGasmap::GasMap_Item::subsector
int subsector
Definition:
RPCObGasmap.h:26
RPCObGasmap::GasMap_Item::station
int station
Definition:
RPCObGasmap.h:23
RPCObGasmap::GasMap_Item::ring
int ring
Definition:
RPCObGasmap.h:22
RPCObGasmap
Definition:
RPCObGasmap.h:17
RPCObGasmap::GasMap_Item::sector
int sector
Definition:
RPCObGasmap.h:24
RPCObGasmap::RPCObGasmap
RPCObGasmap()
Definition:
RPCObGasmap.h:31
RPCObGasmap::~RPCObGasmap
virtual ~RPCObGasmap()
Definition:
RPCObGasmap.h:32
RPCObGasmap::GasMap_Item
Definition:
RPCObGasmap.h:19
RPCObGasmap::ObGasMap_rpc
std::vector< GasMap_Item > ObGasMap_rpc
Definition:
RPCObGasmap.h:33
RPCObGasmap::GasMap_Item::suptype
int suptype
Definition:
RPCObGasmap.h:27
RPCObGasmap::GasMap_Item::region
int region
Definition:
RPCObGasmap.h:21
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
Serializable.h
RPCObGasmap::GasMap_Item::layer
int layer
Definition:
RPCObGasmap.h:25
RPCObGasmap::GasMap_Item::dpid
int dpid
Definition:
RPCObGasmap.h:20
Generated for CMSSW Reference Manual by
1.8.11