23 |
|
#include "DataFormats/EgammaReco/interface/BasicCluster.h" |
24 |
|
#include "DataFormats/EgammaReco/interface/SuperClusterFwd.h" |
25 |
|
#include "DataFormats/EgammaReco/interface/SuperCluster.h" |
26 |
– |
#include "DataFormats/GsfTrackReco/interface/GsfTrack.h" |
27 |
– |
#include "DataFormats/GsfTrackReco/interface/GsfTrackFwd.h" |
26 |
|
#include "DataFormats/CaloTowers/interface/CaloTowerDetId.h" |
27 |
|
#include "MitAna/DataTree/interface/MCParticle.h" |
28 |
|
#include "MitAna/DataTree/interface/Electron.h" |
42 |
|
{ |
43 |
|
typedef std::pair<int,int> PairIntKey; |
44 |
|
|
45 |
< |
typedef AssociationMap<const reco::TrackRef, mithep::Track*> TrackMap; |
48 |
< |
typedef AssociationMap<const reco::GsfTrackRef, mithep::Track*> GsfTrackMap; |
45 |
> |
typedef AssociationMap<const mitedm::TrackPtr, mithep::Track*> TrackMap; |
46 |
|
typedef AssociationMap<const reco::BasicClusterRef, mithep::BasicCluster*> BasicClusterMap; |
47 |
|
typedef AssociationMap<const reco::SuperClusterRef, mithep::SuperCluster*> SuperClusterMap; |
48 |
|
typedef AssociationMap<const Int_t, mithep::MCParticle*> GenParticleMap; |
49 |
|
typedef AssociationMap<const SimTrackRef, mithep::MCParticle*> SimTrackMap; |
50 |
|
typedef AssociationMap<const TrackingParticleRef, mithep::MCParticle*> TrackingParticleMap; |
51 |
< |
typedef AssociationMap<const reco::TrackRef, mithep::Electron*> ConversionElectronMap; |
51 |
> |
typedef AssociationMap<const edm::Ptr<reco::Track>, mithep::Electron*> ConversionElectronMap; |
52 |
|
typedef AssociationMap<const reco::ConversionRef, mithep::Conversion*> ConversionMap; |
53 |
|
typedef AssociationMap<const mitedm::BasePartPtr, mithep::Particle*> BasePartMap; |
54 |
|
typedef AssociationMap<const CaloTowerDetId, mithep::CaloTower*> CaloTowerMap; |