DataFormats
EgammaCandidates
interface
PhotonFwd.h
Go to the documentation of this file.
1
#ifndef EgammaReco_PhotonFwd_h
2
#define EgammaReco_PhotonFwd_h
3
#include <vector>
4
#include "
DataFormats/Common/interface/Ref.h
"
5
#include "
DataFormats/Common/interface/RefProd.h
"
6
#include "
DataFormats/Common/interface/RefVector.h
"
7
8
namespace
reco
{
9
class
Photon
;
10
12
typedef
std::vector<Photon>
PhotonCollection
;
13
15
typedef
edm::Ref<PhotonCollection>
PhotonRef
;
16
18
typedef
edm::RefProd<PhotonCollection>
PhotonRefProd
;
19
21
typedef
edm::RefVector<PhotonCollection>
PhotonRefVector
;
22
24
typedef
PhotonRefVector::iterator
photon_iterator
;
25
}
// namespace reco
26
27
#endif
edm::RefProd
Definition:
EDProductfwd.h:25
RefProd.h
edm::RefVector
Definition:
EDProductfwd.h:27
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
edm::Ref< PhotonCollection >
reco::PhotonRefProd
edm::RefProd< PhotonCollection > PhotonRefProd
reference to a collection of Photon objects
Definition:
PhotonFwd.h:18
RefVector.h
Photon
Definition:
Photon.py:1
reco::PhotonRef
edm::Ref< PhotonCollection > PhotonRef
reference to an object in a collection of Photon objects
Definition:
PhotonFwd.h:15
Ref.h
edm::RefVectorIterator
Definition:
EDProductfwd.h:33
reco::PhotonCollection
std::vector< Photon > PhotonCollection
collectin of Photon objects
Definition:
PhotonFwd.h:9
reco::PhotonRefVector
edm::RefVector< PhotonCollection > PhotonRefVector
vector of objects in the same collection of Photon objects
Definition:
PhotonFwd.h:21
reco::photon_iterator
PhotonRefVector::iterator photon_iterator
iterator over a vector of reference to Photon objects
Definition:
PhotonFwd.h:24
Generated for CMSSW Reference Manual by
1.8.16