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.25 by bendavid, Fri Jun 25 15:18:38 2010 UTC vs.
Revision 1.26 by bendavid, Mon Nov 22 16:55:08 2010 UTC

# Line 52 | Line 52
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   {
# Line 67 | Line 68 | namespace mithep
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines