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.20 by bendavid, Fri Mar 20 18:45:32 2009 UTC vs.
Revision 1.21 by bendavid, Thu Jun 18 22:58:48 2009 UTC

# Line 19 | Line 19
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"
# Line 52 | Line 52 | namespace mithep
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;
# Line 62 | Line 62 | namespace mithep
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines