#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::PFCandidateElectronExtra > | reco::PFCandidateElectronExtraCollection |
collection of PFCandidateElectronExtras More... | |
typedef PFCandidateElectronExtraCollection::const_iterator | reco::PFCandidateElectronExtraConstIterator |
iterator More... | |
typedef edm::FwdPtr< PFCandidateElectronExtra > | reco::PFCandidateElectronExtraFwdPtr |
persistent FwdPtr to a PFCandidateElectronExtra More... | |
typedef std::vector< PFCandidateElectronExtraFwdPtr > | reco::PFCandidateElectronExtraFwdPtrVector |
vector of "forward" reference More... | |
typedef edm::FwdRef< PFCandidateElectronExtraCollection > | reco::PFCandidateElectronExtraFwdRef |
persistent "forward" reference to a PFCandidateElectronExtra More... | |
typedef std::vector< PFCandidateElectronExtraFwdRef > | reco::PFCandidateElectronExtraFwdRefVector |
vector of "forward" reference More... | |
typedef PFCandidateElectronExtraCollection::iterator | reco::PFCandidateElectronExtraIterator |
iterator More... | |
typedef edm::Ptr< PFCandidateElectronExtra > | reco::PFCandidateElectronExtraPtr |
persistent Ptr to a PFCandidateElectronExtra More... | |
typedef edm::Ref< PFCandidateElectronExtraCollection > | reco::PFCandidateElectronExtraRef |
persistent reference to a PFCandidateElectronExtra More... | |
typedef edm::RefProd< PFCandidateElectronExtraCollection > | reco::PFCandidateElectronExtraRefProd |
persistent reference to a PFCandidateElectronExtras collection More... | |
typedef edm::RefVector< PFCandidateElectronExtraCollection > | reco::PFCandidateElectronExtraRefVector |
vector of reference to GenParticleCandidate in the same collection More... | |