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
src
Alignment
MuonAlignment
interface
AlignableGEMChamber.h
Go to the documentation of this file.
1
#ifndef Alignment_MuonAlignment_AlignableGEMChamber_H
2
#define Alignment_MuonAlignment_AlignableGEMChamber_H
3
4
/* \class AlignableGEMChamber
5
* \author Hyunyong Kim - TAMU
6
*/
7
8
#include <iosfwd>
9
#include <iostream>
10
#include <vector>
11
12
#include "
Alignment/CommonAlignment/interface/StructureType.h
"
13
#include "
Alignment/CommonAlignment/interface/AlignableDet.h
"
14
15
#include "
Geometry/CommonDetUnit/interface/GeomDet.h
"
16
#include "
Alignment/CommonAlignment/interface/AlignableComposite.h
"
17
18
class
AlignableGEMChamber
:
public
AlignableDet
{
19
public
:
20
friend
std::ostream&
operator<<
(std::ostream&,
const
AlignableGEMChamber
&);
21
22
AlignableGEMChamber
(
const
GeomDet
* geomDet);
23
24
void
update
(
const
GeomDet
* geomDet);
25
};
26
27
#endif
AlignableGEMChamber::update
void update(const GeomDet *geomDet)
Definition:
AlignableGEMChamber.cc:11
AlignableGEMChamber
Definition:
AlignableGEMChamber.h:18
AlignableComposite.h
AlignableDet
Definition:
AlignableDet.h:8
GeomDet.h
GeomDet
Definition:
GeomDet.h:27
AlignableDet.h
AlignableGEMChamber::AlignableGEMChamber
AlignableGEMChamber(const GeomDet *geomDet)
Definition:
AlignableGEMChamber.cc:6
StructureType.h
AlignableGEMChamber::operator<<
friend std::ostream & operator<<(std::ostream &, const AlignableGEMChamber &)
Definition:
AlignableGEMChamber.cc:16
Generated for CMSSW Reference Manual by
1.8.14