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
CaloRecHit
interface
CaloClusterFwd.h
Go to the documentation of this file.
1
#ifndef CaloRecHit_CaloClusterCollection_h
2
#define CaloRecHit_CaloClusterCollection_h
3
4
#include <vector>
5
#include "
DataFormats/Common/interface/Ref.h
"
6
#include "
DataFormats/Common/interface/RefVector.h
"
7
#include "
DataFormats/Common/interface/Ptr.h
"
8
#include "
DataFormats/Common/interface/PtrVector.h
"
9
10
#include "
DataFormats/CaloRecHit/interface/CaloCluster.h
"
11
12
namespace
edm
{
13
template
<
typename
T>
14
class
View
;
15
}
16
17
namespace
reco
{
19
typedef
std::vector<CaloCluster>
CaloClusterCollection
;
20
21
typedef
edm::Ptr<CaloCluster>
CaloClusterPtr
;
22
typedef
edm::PtrVector<CaloCluster>
CaloClusterPtrVector
;
23
typedef
edm::View<CaloCluster>
CaloClusterView
;
24
25
typedef
CaloClusterPtrVector::iterator
CaloCluster_iterator
;
26
27
}
// namespace reco
28
#endif
reco::CaloCluster_iterator
CaloClusterPtrVector::iterator CaloCluster_iterator
Definition:
CaloClusterFwd.h:25
reco::CaloClusterPtr
edm::Ptr< CaloCluster > CaloClusterPtr
Definition:
CaloClusterFwd.h:21
PtrVector.h
edm::PtrVectorItr
Definition:
PtrVector.h:51
reco::CaloClusterView
edm::View< CaloCluster > CaloClusterView
Definition:
CaloClusterFwd.h:23
edm::View
Definition:
CaloClusterFwd.h:14
RefVector.h
CaloCluster.h
reco::CaloClusterPtrVector
edm::PtrVector< CaloCluster > CaloClusterPtrVector
Definition:
CaloClusterFwd.h:22
reco::CaloClusterCollection
std::vector< CaloCluster > CaloClusterCollection
collection of CaloCluster objects
Definition:
CaloClusterFwd.h:19
Ptr.h
edm::Ptr< CaloCluster >
Ref.h
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::PtrVector< CaloCluster >
Generated for CMSSW Reference Manual by
1.8.14