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
MagneticField
Layers
interface
MagBSector.h
Go to the documentation of this file.
1
#ifndef MagBSector_H
2
#define MagBSector_H
3
18
#include <vector>
19
20
class
MagBRod
;
21
class
MagVolume
;
22
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
23
24
class
MagBSector
{
25
public
:
27
MagBSector
(std::vector<MagBRod*>& rods,
Geom::Phi<float>
phiMin
);
28
30
virtual
~MagBSector
();
31
33
const
MagVolume
*
findVolume
(
const
GlobalPoint
&
gp
,
double
tolerance
)
const
;
34
36
Geom::Phi<float>
minPhi
()
const
{
return
thePhiMin
; }
37
38
private
:
39
std::vector<MagBRod*>
theRods
;
40
Geom::Phi<float>
thePhiMin
;
41
};
42
#endif
tolerance
const double tolerance
Definition:
HGCalGeomParameters.cc:29
MagBSector::theRods
std::vector< MagBRod * > theRods
Definition:
MagBSector.h:39
MagBSector::findVolume
const MagVolume * findVolume(const GlobalPoint &gp, double tolerance) const
Find the volume containing a point, with a given tolerance.
Definition:
MagBSector.cc:26
MagBRod
Definition:
MagBRod.h:25
runTauDisplay.gp
gp
Definition:
runTauDisplay.py:431
AlignmentTrackSelector_cfi.phiMin
phiMin
Definition:
AlignmentTrackSelector_cfi.py:18
MagBSector::thePhiMin
Geom::Phi< float > thePhiMin
Definition:
MagBSector.h:40
MagVolume
Definition:
MagVolume.h:13
MagBSector
Definition:
MagBSector.h:24
MagBSector::minPhi
Geom::Phi< float > minPhi() const
Phi of sector start.
Definition:
MagBSector.h:36
MagBSector::MagBSector
MagBSector(std::vector< MagBRod *> &rods, Geom::Phi< float > phiMin)
Constructor.
Definition:
MagBSector.cc:18
Point3DBase< float, GlobalTag >
Geom::Phi< float >
GlobalPoint.h
MagBSector::~MagBSector
virtual ~MagBSector()
Destructor.
Definition:
MagBSector.cc:20
Generated for CMSSW Reference Manual by
1.8.14