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.23 by bendavid, Wed Feb 24 17:38:25 2010 UTC vs.
Revision 1.26 by bendavid, Mon Nov 22 16:55:08 2010 UTC

# Line 20 | Line 20
20   #include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
21   #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
22   #include "DataFormats/JetReco/interface/CaloJetCollection.h"
23 + #include "DataFormats/JetReco/interface/JPTJetCollection.h"
24   #include "DataFormats/JetReco/interface/PFJetCollection.h"
25   #include "DataFormats/JetReco/interface/TrackJetCollection.h"
26   #include "DataFormats/MuonReco/interface/Muon.h"
# Line 48 | Line 49
49   #include "MitAna/DataTree/interface/VertexFwd.h"
50   #include "MitAna/DataTree/interface/PFCandidateFwd.h"
51   #include "MitAna/DataTree/interface/CaloJetFwd.h"
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 65 | 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;
75 +  typedef AssociationMap<const DetId,                       mithep::CaloTower*>    CaloTowerDetIdMap;  
76    typedef AssociationMap<const mitedm::VertexPtr,           mithep::Vertex*>       VertexMap;
77    typedef AssociationMap<const DetId,                       mithep::SuperCluster*> SuperClusterIdMap;
78    typedef AssociationMap<const edm::Ptr<reco::Muon>,        mithep::Muon*>         MuonMap;
79    typedef AssociationMap<const reco::PFCandidatePtr,        mithep::PFCandidate*>  PFCandidateMap;
80    typedef AssociationMap<const edm::Ptr<reco::CaloJet>,     mithep::CaloJet*>      CaloJetMap;
81 +  typedef AssociationMap<const edm::Ptr<reco::JPTJet>,      mithep::JPTJet*>       JPTJetMap;
82    typedef AssociationMap<const edm::Ptr<reco::PFJet>,       mithep::PFJet*>        PFJetMap;
83    typedef AssociationMap<const edm::Ptr<reco::TrackJet>,    mithep::TrackJet*>     TrackJetMap;
84   }  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines