#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef PhotonRefVector::iterator | reco::photon_iterator |
iterator over a vector of reference to Photon objects More... | |
typedef std::vector< Photon > | reco::PhotonCollection |
collectin of Photon objects More... | |
typedef edm::Ref< PhotonCollection > | reco::PhotonRef |
reference to an object in a collection of Photon objects More... | |
typedef edm::RefProd< PhotonCollection > | reco::PhotonRefProd |
reference to a collection of Photon objects More... | |
typedef edm::RefVector< PhotonCollection > | reco::PhotonRefVector |
vector of objects in the same collection of Photon objects More... | |