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
Geometry
CaloTopology
interface
CaloDirection.h
Go to the documentation of this file.
1
#ifndef CaloDirection_h
2
#define CaloDirection_h
3
//The local directions
9
enum
CaloDirection
{
10
NONE
,
11
SOUTH
,
12
SOUTHEAST
,
13
SOUTHWEST
,
14
EAST
,
15
WEST
,
16
NORTHEAST
,
17
NORTHWEST
,
18
NORTH
,
19
DOWN
,
20
DOWNSOUTH
,
21
DOWNSOUTHEAST
,
22
DOWNSOUTHWEST
,
23
DOWNEAST
,
24
DOWNWEST
,
25
DOWNNORTHEAST
,
26
DOWNNORTHWEST
,
27
DOWNNORTH
,
28
UP
,
29
UPSOUTH
,
30
UPSOUTHEAST
,
31
UPSOUTHWEST
,
32
UPEAST
,
33
UPWEST
,
34
UPNORTHEAST
,
35
UPNORTHWEST
,
36
UPNORTH
37
};
38
39
//class ostream;
40
#include <iosfwd>
41
std::ostream&
operator<<
(std::ostream&,
const
CaloDirection
&);
42
43
#endif
CaloDirection
CaloDirection
Codes the local directions in the cell lattice.
Definition:
CaloDirection.h:9
UPSOUTH
Definition:
CaloDirection.h:29
UPSOUTHEAST
Definition:
CaloDirection.h:30
operator<<
std::ostream & operator<<(std::ostream &, const CaloDirection &)
Definition:
CaloDirection.cc:4
UPNORTH
Definition:
CaloDirection.h:36
UPWEST
Definition:
CaloDirection.h:33
UPNORTHEAST
Definition:
CaloDirection.h:34
DOWN
Definition:
CaloDirection.h:19
DOWNWEST
Definition:
CaloDirection.h:24
EAST
Definition:
CaloDirection.h:14
NORTH
Definition:
CaloDirection.h:18
SOUTHEAST
Definition:
CaloDirection.h:12
UPNORTHWEST
Definition:
CaloDirection.h:35
NONE
Definition:
CaloDirection.h:10
DOWNNORTHEAST
Definition:
CaloDirection.h:25
UPSOUTHWEST
Definition:
CaloDirection.h:31
DOWNNORTH
Definition:
CaloDirection.h:27
SOUTHWEST
Definition:
CaloDirection.h:13
DOWNSOUTHWEST
Definition:
CaloDirection.h:22
UPEAST
Definition:
CaloDirection.h:32
WEST
Definition:
CaloDirection.h:15
DOWNSOUTH
Definition:
CaloDirection.h:20
UP
Definition:
CaloDirection.h:28
NORTHWEST
Definition:
CaloDirection.h:17
DOWNSOUTHEAST
Definition:
CaloDirection.h:21
SOUTH
Definition:
CaloDirection.h:11
NORTHEAST
Definition:
CaloDirection.h:16
DOWNEAST
Definition:
CaloDirection.h:23
DOWNNORTHWEST
Definition:
CaloDirection.h:26
Generated for CMSSW Reference Manual by
1.8.16