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.17 by bendavid, Mon Feb 23 20:53:34 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"
27 + #include "MitAna/DataTree/interface/Muon.h"
28   #include "MitAna/DataTree/interface/MCParticle.h"
29   #include "MitAna/DataTree/interface/Electron.h"
30   #include "MitAna/DataTree/interface/Conversion.h"
31   #include "MitAna/DataTree/interface/Vertex.h"
32 + #include "MitAna/DataTree/interface/PFCandidate.h"
33 + #include "MitAna/DataTree/interface/CaloJet.h"
34 + #include "MitAna/DataTree/interface/PFJet.h"
35   #include "SimDataFormats/Track/interface/SimTrack.h"
36   #include "SimDataFormats/Track/interface/SimTrackContainer.h"
37   #include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
# Line 37 | Line 41
41   #include "DataFormats/VertexReco/interface/Vertex.h"
42   #include "DataFormats/VertexReco/interface/VertexFwd.h"
43   #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
44 + #include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h"
45 + #include "DataFormats/MuonReco/interface/Muon.h"
46   #include "MitEdm/DataFormats/interface/BasePartFwd.h"
47 + #include "DataFormats/JetReco/interface/CaloJetCollection.h"
48 + #include "DataFormats/JetReco/interface/PFJetCollection.h"
49  
50   namespace mithep
51   {
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_t,                       mithep::MCParticle*>   GenParticleMap;
58 >  typedef AssociationMap<const int,                         mithep::MCParticle*>   GenParticleBarcodeMap;
59    typedef AssociationMap<const SimTrackRef,                 mithep::MCParticle*>   SimTrackMap;
60 +  typedef AssociationMap<const unsigned int,                mithep::MCParticle*>   SimTrackTidMap;
61    typedef AssociationMap<const TrackingParticleRef,         mithep::MCParticle*>   TrackingParticleMap;
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;
69 +  typedef AssociationMap<const edm::Ptr<reco::Muon>,        mithep::Muon*>         MuonMap;
70 +  typedef AssociationMap<const reco::PFCandidatePtr,        mithep::PFCandidate*>  PFCandidateMap;
71 +  typedef AssociationMap<const edm::Ptr<reco::CaloJet>,     mithep::CaloJet*>      CaloJetMap;
72 +  typedef AssociationMap<const edm::Ptr<reco::PFJet>,       mithep::PFJet*>        PFJetMap;
73   }  
74   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines