Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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 <vector>
12
#include <string>
13
14
15
class
RPCObGasmap
{
16
public
:
17
struct
GasMap_Item
{
18
int
dpid
;
19
int
region
;
20
int
ring
;
21
int
station
;
22
int
sector
;
23
int
layer
;
24
int
subsector
;
25
int
suptype
;
26
};
27
RPCObGasmap
(){}
28
virtual
~RPCObGasmap
(){}
29
std::vector<GasMap_Item>
ObGasMap_rpc
;
30
};
31
32
#endif
33
RPCObGasmap::GasMap_Item::subsector
int subsector
Definition:
RPCObGasmap.h:24
RPCObGasmap::GasMap_Item::station
int station
Definition:
RPCObGasmap.h:21
RPCObGasmap::GasMap_Item::ring
int ring
Definition:
RPCObGasmap.h:20
RPCObGasmap
Definition:
RPCObGasmap.h:15
RPCObGasmap::GasMap_Item::sector
int sector
Definition:
RPCObGasmap.h:22
RPCObGasmap::RPCObGasmap
RPCObGasmap()
Definition:
RPCObGasmap.h:27
RPCObGasmap::~RPCObGasmap
virtual ~RPCObGasmap()
Definition:
RPCObGasmap.h:28
RPCObGasmap::GasMap_Item
Definition:
RPCObGasmap.h:17
RPCObGasmap::ObGasMap_rpc
std::vector< GasMap_Item > ObGasMap_rpc
Definition:
RPCObGasmap.h:29
RPCObGasmap::GasMap_Item::suptype
int suptype
Definition:
RPCObGasmap.h:25
RPCObGasmap::GasMap_Item::region
int region
Definition:
RPCObGasmap.h:19
RPCObGasmap::GasMap_Item::layer
int layer
Definition:
RPCObGasmap.h:23
RPCObGasmap::GasMap_Item::dpid
int dpid
Definition:
RPCObGasmap.h:18
Generated for CMSSW Reference Manual by
1.8.5