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
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
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
Alignment
CocoaModel
interface
ALIPlane.h
Go to the documentation of this file.
1
// COCOA class header file
2
//Id: ALIPlane.h
3
//CAT: Fit
4
//
5
// Base class for planes, defined by a point and the plane normal direction
6
//
7
// History: v1.0
8
// Pedro Arce
9
10
#ifndef _ALIPlane_HH
11
#define _ALIPlane_HH
12
#include <CLHEP/Vector/ThreeVector.h>
13
#include "
Alignment/CocoaModel/interface/ALILine.h
"
14
15
class
ALIPlane
{
16
public
:
17
ALIPlane
(
const
CLHEP::Hep3Vector&
point
,
const
CLHEP::Hep3Vector&
normal
);
18
// Project a std::vector onto this plane
19
CLHEP::Hep3Vector
project
(
const
CLHEP::Hep3Vector& vec);
20
ALILine
lineProject
(
const
CLHEP::Hep3Vector& vec);
21
// CLHEP::Hep3Vector ALIPlane::intersect( const ALIPlane& l2);
22
const
CLHEP::Hep3Vector&
point
()
const
{
return
_point
; };
23
const
CLHEP::Hep3Vector&
normal
()
const
{
return
_normal
; };
24
25
private
:
26
CLHEP::Hep3Vector
_point
;
27
CLHEP::Hep3Vector
_normal
;
28
};
29
30
#endif
ALIPlane::project
CLHEP::Hep3Vector project(const CLHEP::Hep3Vector &vec)
Definition:
ALIPlane.cc:27
ALIPlane::lineProject
ALILine lineProject(const CLHEP::Hep3Vector &vec)
Definition:
ALIPlane.cc:42
ALIPlane::ALIPlane
ALIPlane(const CLHEP::Hep3Vector &point, const CLHEP::Hep3Vector &normal)
Definition:
ALIPlane.cc:15
ALILine
Definition:
ALILine.h:16
ALIPlane::_point
CLHEP::Hep3Vector _point
Definition:
ALIPlane.h:23
ALIPlane::point
const CLHEP::Hep3Vector & point() const
Definition:
ALIPlane.h:22
ALIPlane
Definition:
ALIPlane.h:15
ALILine.h
ALIPlane::_normal
CLHEP::Hep3Vector _normal
Definition:
ALIPlane.h:27
ALIPlane::normal
const CLHEP::Hep3Vector & normal() const
Definition:
ALIPlane.h:23
Generated for CMSSW Reference Manual by
1.8.16