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
MagneticField
GeomBuilder
src
bRod.h
Go to the documentation of this file.
1
#ifndef bRod_H
2
#define bRod_H
3
11
#include "
bSlab.h
"
12
13
class
MagBRod
;
14
15
namespace
magneticfield
{
16
17
class
bRod
{
18
public
:
20
bRod
(handles::const_iterator begin, handles::const_iterator
end
,
bool
debugVal =
false
);
21
23
~bRod
() =
default
;
24
26
const
float
RN
()
const
{
return
volumes
.front()->RN(); }
27
29
MagBRod
*
buildMagBRod
()
const
;
30
31
private
:
32
std::vector<bSlab>
slabs
;
33
handles
volumes
;
// pointers to all volumes in the rod
34
mutable
MagBRod
*
mrod
;
35
bool
debug
;
// Allow assignment from other bRod objects
36
};
37
}
// namespace magneticfield
38
39
#endif
magneticfield::bRod::bRod
bRod(handles::const_iterator begin, handles::const_iterator end, bool debugVal=false)
Constructor from list of volumes.
Definition:
bRod.cc:19
magneticfield
Definition:
MagFieldConfig.h:22
magneticfield::bRod::debug
bool debug
Definition:
bRod.h:35
magneticfield::bRod::slabs
std::vector< bSlab > slabs
Definition:
bRod.h:32
magneticfield::bRod::buildMagBRod
MagBRod * buildMagBRod() const
Construct the MagBRod upon request.
Definition:
bRod.cc:81
mps_fire.end
end
Definition:
mps_fire.py:242
magneticfield::handles
std::vector< BaseVolumeHandle * > handles
Definition:
BaseVolumeHandle.h:154
bSlab.h
magneticfield::bRod::RN
const float RN() const
Distance from center along sector normal.
Definition:
bRod.h:26
magneticfield::bRod
Definition:
bRod.h:17
magneticfield::bRod::volumes
handles volumes
Definition:
bRod.h:33
MagBRod
Definition:
MagBRod.h:25
magneticfield::bRod::~bRod
~bRod()=default
Destructor.
magneticfield::bRod::mrod
MagBRod * mrod
Definition:
bRod.h:34
Generated for CMSSW Reference Manual by
1.8.16