DataFormats
ParticleFlowReco
interface
PFBlockFwd.h
Go to the documentation of this file.
1
#ifndef ParticleFlowReco_PFBlockFwd_h
2
#define ParticleFlowReco_PFBlockFwd_h
3
#include <vector>
4
5
#include "
DataFormats/Common/interface/Ref.h
"
6
/* #include "DataFormats/Common/interface/RefVector.h" */
7
/* #include "DataFormats/Common/interface/RefProd.h" */
8
9
namespace
reco
{
10
class
PFBlock
;
11
13
typedef
std::vector<PFBlock>
PFBlockCollection
;
14
16
typedef
std::vector<PFBlock>
PFBlockCollection
;
17
19
typedef
edm::Ref<PFBlockCollection>
PFBlockRef
;
20
22
typedef
edm::Handle<PFBlockCollection>
PFBlockHandle
;
23
25
/* typedef PFBlockRefVector::iterator PFBlock_iterator; */
26
}
// namespace reco
27
28
#endif
reco::PFBlockHandle
edm::Handle< PFBlockCollection > PFBlockHandle
handle to a block collection
Definition:
PFBlockFwd.h:22
reco::PFBlock
Block of elements.
Definition:
PFBlock.h:26
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
edm::Handle
Definition:
AssociativeIterator.h:50
reco::PFBlockRef
edm::Ref< PFBlockCollection > PFBlockRef
persistent reference to PFCluster objects
Definition:
PFBlockFwd.h:19
edm::Ref< PFBlockCollection >
reco::PFBlockCollection
std::vector< PFBlock > PFBlockCollection
collection of PFBlock objects
Definition:
PFBlockFwd.h:10
Ref.h
Generated for CMSSW Reference Manual by
1.8.16