Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CondFormats
DTObjects
interface
DTSequentialCellNumber.h
Go to the documentation of this file.
1
#ifndef DTSequentialCellNumber_H
2
#define DTSequentialCellNumber_H
3
14
//----------------------
15
// Base Class Headers --
16
//----------------------
17
18
19
//------------------------------------
20
// Collaborating Class Declarations --
21
//------------------------------------
22
23
24
//---------------
25
// C++ Headers --
26
//---------------
27
28
29
// ---------------------
30
// -- Class Interface --
31
// ---------------------
32
33
class
DTSequentialCellNumber
{
34
35
public
:
36
37
DTSequentialCellNumber
();
38
~DTSequentialCellNumber
();
39
40
static
int
id
(
int
wheel,
int
station
,
int
sector,
41
int
superlayer,
int
layer,
int
cell );
42
static
int
max
();
43
44
private
:
45
46
static
int
cellsPerWheel
;
47
static
int
cellsPerSector
;
48
static
int
cellsIn13Sectors
;
49
static
int
cellsInTheta
;
50
static
int
cellsInMB1
;
51
static
int
cellsInMB2
;
52
static
int
cellsInMB3
;
53
static
int
cellsInMB4
;
54
55
static
int
*
offsetChamber
;
56
static
int
*
cellsPerLayer
;
57
58
};
59
60
61
#endif // DTSequentialCellNumber_H
DTSequentialCellNumber::cellsInMB3
static int cellsInMB3
Definition:
DTSequentialCellNumber.h:52
DTSequentialCellNumber
Definition:
DTSequentialCellNumber.h:33
DTSequentialCellNumber::cellsInMB2
static int cellsInMB2
Definition:
DTSequentialCellNumber.h:51
DTSequentialCellNumber::cellsInMB4
static int cellsInMB4
Definition:
DTSequentialCellNumber.h:53
DTSequentialCellNumber::offsetChamber
static int * offsetChamber
Definition:
DTSequentialCellNumber.h:55
DTSequentialCellNumber::cellsInTheta
static int cellsInTheta
Definition:
DTSequentialCellNumber.h:49
DTSequentialCellNumber::cellsPerLayer
static int * cellsPerLayer
Definition:
DTSequentialCellNumber.h:56
relativeConstraints.station
tuple station
Definition:
relativeConstraints.py:66
DTSequentialCellNumber::max
static int max()
Definition:
DTSequentialCellNumber.cc:131
DTSequentialCellNumber::id
static int id(int wheel, int station, int sector, int superlayer, int layer, int cell)
Definition:
DTSequentialCellNumber.cc:81
DTSequentialCellNumber::cellsInMB1
static int cellsInMB1
Definition:
DTSequentialCellNumber.h:50
DTSequentialCellNumber::cellsPerSector
static int cellsPerSector
Definition:
DTSequentialCellNumber.h:47
DTSequentialCellNumber::~DTSequentialCellNumber
~DTSequentialCellNumber()
Definition:
DTSequentialCellNumber.cc:74
DTSequentialCellNumber::DTSequentialCellNumber
DTSequentialCellNumber()
Definition:
DTSequentialCellNumber.cc:46
DTSequentialCellNumber::cellsIn13Sectors
static int cellsIn13Sectors
Definition:
DTSequentialCellNumber.h:48
DTSequentialCellNumber::cellsPerWheel
static int cellsPerWheel
Definition:
DTSequentialCellNumber.h:46
Generated for CMSSW Reference Manual by
1.8.5