#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectronFwd.h"
#include "AnalysisDataFormats/Egamma/interface/ElectronIDFwd.h"
#include "DataFormats/Common/interface/AssociationMap.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef ElectronIDAssociationCollection::value_type | reco::ElectronIDAssociation |
typedef edm::AssociationMap< edm::OneToOne< GsfElectronCollection, ElectronIDCollection > > | reco::ElectronIDAssociationCollection |
typedef edm::Ref< ElectronIDAssociationCollection > | reco::ElectronIDAssociationRef |
reference to an object in a collection of SeedMap objects More... | |
typedef edm::RefProd< ElectronIDAssociationCollection > | reco::ElectronIDAssociationRefProd |
reference to a collection of SeedMap objects More... | |
typedef edm::RefVector< ElectronIDAssociationCollection > | reco::ElectronIDAssociationRefVector |
vector of references to objects in the same colletion of SeedMap objects More... | |