19 |
|
#include "MitAna/DataTree/interface/Types.h" |
20 |
|
#include "DataFormats/TrackReco/interface/Track.h" |
21 |
|
#include "DataFormats/TrackReco/interface/TrackFwd.h" |
22 |
< |
#include "DataFormats/EgammaReco/interface/BasicClusterFwd.h" |
23 |
< |
#include "DataFormats/EgammaReco/interface/BasicCluster.h" |
22 |
> |
#include "DataFormats/CaloRecHit/interface/CaloClusterFwd.h" |
23 |
> |
#include "DataFormats/CaloRecHit/interface/CaloCluster.h" |
24 |
|
#include "DataFormats/EgammaReco/interface/SuperClusterFwd.h" |
25 |
|
#include "DataFormats/EgammaReco/interface/SuperCluster.h" |
26 |
|
#include "DataFormats/CaloTowers/interface/CaloTowerDetId.h" |
52 |
|
typedef std::pair<int,int> PairIntKey; |
53 |
|
|
54 |
|
typedef AssociationMap<const mitedm::TrackPtr, mithep::Track*> TrackMap; |
55 |
< |
typedef AssociationMap<const reco::BasicClusterRef, mithep::BasicCluster*> BasicClusterMap; |
55 |
> |
typedef AssociationMap<const reco::CaloClusterPtr, mithep::BasicCluster*> BasicClusterMap; |
56 |
|
typedef AssociationMap<const reco::SuperClusterRef, mithep::SuperCluster*> SuperClusterMap; |
57 |
|
typedef AssociationMap<const edm::Ptr<reco::GenParticle>, mithep::MCParticle*> AODGenParticleMap; |
58 |
|
typedef AssociationMap<const int, mithep::MCParticle*> GenParticleBarcodeMap; |
62 |
|
typedef AssociationMap<const edm::Ptr<reco::Track>, mithep::Electron*> ConversionElectronMap; |
63 |
|
typedef AssociationMap<const reco::ConversionRef, mithep::Conversion*> ConversionMap; |
64 |
|
typedef AssociationMap<const mitedm::BasePartPtr, mithep::Particle*> BasePartMap; |
65 |
+ |
typedef AssociationMap<const edm::Ptr<reco::Track>, mithep::Particle*> TrackPartMap; |
66 |
|
typedef AssociationMap<const CaloTowerDetId, mithep::CaloTower*> CaloTowerMap; |
67 |
|
typedef AssociationMap<const mitedm::VertexPtr, mithep::Vertex*> VertexMap; |
68 |
|
typedef AssociationMap<const DetId, mithep::SuperCluster*> SuperClusterIdMap; |