52 |
|
#include "MitAna/DataTree/interface/JPTJetFwd.h" |
53 |
|
#include "MitAna/DataTree/interface/PFJetFwd.h" |
54 |
|
#include "MitAna/DataTree/interface/TrackJetFwd.h" |
55 |
+ |
#include "MitAna/DataTree/interface/DecayParticleFwd.h" |
56 |
|
|
57 |
|
namespace mithep |
58 |
|
{ |
68 |
|
typedef AssociationMap<const TrackingParticleRef, mithep::MCParticle*> TrackingParticleMap; |
69 |
|
typedef AssociationMap<const edm::Ptr<reco::Track>, mithep::Electron*> ConversionElectronMap; |
70 |
|
typedef AssociationMap<const reco::ConversionRef, mithep::Conversion*> ConversionMap; |
71 |
+ |
typedef AssociationMap<const reco::ConversionRef, mithep::DecayParticle*> ConversionDecayMap; |
72 |
|
typedef AssociationMap<const mitedm::BasePartPtr, mithep::Particle*> BasePartMap; |
73 |
|
typedef AssociationMap<const edm::Ptr<reco::Track>, mithep::Particle*> TrackPartMap; |
74 |
|
typedef AssociationMap<const CaloTowerDetId, mithep::CaloTower*> CaloTowerMap; |