Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Geometry
ForwardGeometry
interface
TotemT2Tile.h
Go to the documentation of this file.
1
/****************************************************************************
2
*
3
* This is a part of TOTEM offline software.
4
* Author:
5
* Laurent Forthomme
6
*
7
****************************************************************************/
8
9
#ifndef Geometry_ForwardGeometry_TotemT2Tile_h
10
#define Geometry_ForwardGeometry_TotemT2Tile_h
11
12
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
13
#include "
Geometry/VeryForwardGeometryBuilder/interface/DetGeomDesc.h
"
14
15
class
TotemT2Tile
{
16
public
:
17
TotemT2Tile
();
18
explicit
TotemT2Tile
(
const
DetGeomDesc
*);
19
~TotemT2Tile
();
20
21
const
GlobalPoint
&
centre
()
const
{
return
centre_
; }
22
23
private
:
24
GlobalPoint
centre_
;
25
};
26
27
#endif
TotemT2Tile::centre
const GlobalPoint & centre() const
Definition:
TotemT2Tile.h:21
DetGeomDesc
Definition:
DetGeomDesc.h:51
TotemT2Tile
Definition:
TotemT2Tile.h:15
DetGeomDesc.h
TotemT2Tile::centre_
GlobalPoint centre_
Definition:
TotemT2Tile.h:24
TotemT2Tile::TotemT2Tile
TotemT2Tile()
Definition:
TotemT2Tile.cc:13
Point3DBase< float, GlobalTag >
TotemT2Tile::~TotemT2Tile
~TotemT2Tile()
Definition:
TotemT2Tile.cc:33
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.14