#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/Ptr.h"
#include "DataFormats/Common/interface/FwdRef.h"
#include "DataFormats/Common/interface/FwdPtr.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef std::vector < reco::PFCandidateEGammaExtra > | reco::PFCandidateEGammaExtraCollection |
collection of PFCandidateEGammaExtras More... | |
typedef PFCandidateEGammaExtraCollection::const_iterator | reco::PFCandidateEGammaExtraConstIterator |
iterator More... | |
typedef edm::FwdPtr < PFCandidateEGammaExtra > | reco::PFCandidateEGammaExtraFwdPtr |
persistent FwdPtr to a PFCandidateEGammaExtra More... | |
typedef std::vector < PFCandidateEGammaExtraFwdPtr > | reco::PFCandidateEGammaExtraFwdPtrVector |
vector of "forward" reference More... | |
typedef edm::FwdRef < PFCandidateEGammaExtraCollection > | reco::PFCandidateEGammaExtraFwdRef |
persistent "forward" reference to a PFCandidateEGammaExtra More... | |
typedef std::vector < PFCandidateEGammaExtraFwdRef > | reco::PFCandidateEGammaExtraFwdRefVector |
vector of "forward" reference More... | |
typedef PFCandidateEGammaExtraCollection::iterator | reco::PFCandidateEGammaExtraIterator |
iterator More... | |
typedef edm::Ptr < PFCandidateEGammaExtra > | reco::PFCandidateEGammaExtraPtr |
persistent Ptr to a PFCandidateEGammaExtra More... | |
typedef edm::Ref < PFCandidateEGammaExtraCollection > | reco::PFCandidateEGammaExtraRef |
persistent reference to a PFCandidateEGammaExtra More... | |
typedef edm::RefProd < PFCandidateEGammaExtraCollection > | reco::PFCandidateEGammaExtraRefProd |
persistent reference to a PFCandidateEGammaExtras collection More... | |
typedef edm::RefVector < PFCandidateEGammaExtraCollection > | reco::PFCandidateEGammaExtraRefVector |
vector of reference to GenParticleCandidate in the same collection More... | |