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
DataFormats
METReco
interface
BoundaryInformation.h
Go to the documentation of this file.
1
#ifndef BOUNDARYINFORMATION_H_
2
#define BOUNDARYINFORMATION_H_
3
4
// system include files
5
#include <vector>
6
7
#include "
DataFormats/EcalRecHit/interface/EcalRecHit.h
"
8
#include "
DataFormats/EcalDetId/interface/EcalSubdetector.h
"
9
10
//using namespace edm;
11
//using namespace std;
12
13
class
BoundaryInformation
{
14
public
:
15
BoundaryInformation
() {
16
recHits
= std::vector<EcalRecHit>();
17
detIds
= std::vector<DetId>();
18
channelStatus
= std::vector<int>();
19
boundaryEnergy
= 0.;
20
boundaryET
= 0.;
21
subdet
=
EcalSubdetector
();
22
nextToBorder
=
false
;
23
};
24
std::vector<EcalRecHit>
recHits
;
25
std::vector<DetId>
detIds
;
26
std::vector<int>
channelStatus
;
27
double
boundaryEnergy
;
28
double
boundaryET
;
29
EcalSubdetector
subdet
;
30
bool
nextToBorder
;
31
};
32
33
#endif
/*BOUNDARYINFORMATION_H_*/
EcalRecHit.h
EcalSubdetector.h
BoundaryInformation::nextToBorder
bool nextToBorder
Definition:
BoundaryInformation.h:30
BoundaryInformation::detIds
std::vector< DetId > detIds
Definition:
BoundaryInformation.h:25
BoundaryInformation::boundaryEnergy
double boundaryEnergy
Definition:
BoundaryInformation.h:27
BoundaryInformation::channelStatus
std::vector< int > channelStatus
Definition:
BoundaryInformation.h:26
BoundaryInformation::subdet
EcalSubdetector subdet
Definition:
BoundaryInformation.h:29
BoundaryInformation::recHits
std::vector< EcalRecHit > recHits
Definition:
BoundaryInformation.h:23
BoundaryInformation
Definition:
BoundaryInformation.h:13
BoundaryInformation::boundaryET
double boundaryET
Definition:
BoundaryInformation.h:28
EcalSubdetector
EcalSubdetector
Definition:
EcalSubdetector.h:10
BoundaryInformation::BoundaryInformation
BoundaryInformation()
Definition:
BoundaryInformation.h:15
Generated for CMSSW Reference Manual by
1.8.14