29 |
|
|
30 |
|
namespace mithep |
31 |
|
{ |
32 |
+ |
typedef std::pair<int,int> PairIntKey; |
33 |
+ |
|
34 |
|
typedef AssociationMap<const reco::TrackRef, mithep::Track*> TrackMap; |
35 |
|
typedef AssociationMap<const reco::GsfTrackRef, mithep::Track*> GsfTrackMap; |
36 |
|
typedef AssociationMap<const Int_t, mithep::MCParticle*> GenParticleMap; |
37 |
|
typedef AssociationMap<const TrackingParticleRef, mithep::MCParticle*> SimParticleMap; |
38 |
|
typedef AssociationMap<const reco::TrackRef, mithep::Electron*> ConversionElectronMap; |
39 |
|
typedef AssociationMap<const reco::ConversionRef, mithep::Conversion*> ConversionMap; |
40 |
< |
//typedef AssociationMap<const mitedm::BasePartBaseRef,mithep::Particle*> BasePartMap; |
39 |
< |
typedef AssociationMap<const DoubleIntKey,mithep::Particle*> BasePartMap; |
40 |
> |
typedef AssociationMap<const PairIntKey, mithep::Particle*> BasePartMap; |
41 |
|
} |
42 |
|
#endif |