ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitProd/TreeFiller/interface/AssociationMaps.h
(Generate patch)

Comparing UserCode/MitProd/TreeFiller/interface/AssociationMaps.h (file contents):
Revision 1.6 by bendavid, Tue Jul 29 22:54:36 2008 UTC vs.
Revision 1.7 by loizides, Wed Jul 30 08:39:50 2008 UTC

# Line 29 | Line 29
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines