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.26.2.1 by paus, Tue May 15 23:31:20 2012 UTC vs.
Revision 1.29 by paus, Wed Jul 25 03:08:42 2012 UTC

# Line 52 | Line 52
52   #include "MitAna/DataTree/interface/ParticleFwd.h"
53   #include "MitAna/DataTree/interface/VertexFwd.h"
54   #include "MitAna/DataTree/interface/PFCandidateFwd.h"
55 + #include "MitAna/DataTree/interface/PhotonFwd.h"
56   #include "MitAna/DataTree/interface/CaloJetFwd.h"
57   #include "MitAna/DataTree/interface/JPTJetFwd.h"
58   #include "MitAna/DataTree/interface/PFJetFwd.h"
# Line 82 | Line 83 | namespace mithep
83    typedef AssociationMap<const DetId,                       mithep::SuperCluster*>  SuperClusterIdMap;
84    typedef AssociationMap<const edm::Ptr<reco::Muon>,        mithep::Muon*>          MuonMap;
85    typedef AssociationMap<const edm::Ptr<reco::GsfElectron>, mithep::Electron*>      ElectronMap;
86 +  typedef AssociationMap<const edm::Ptr<reco::Photon>,      mithep::Photon*>        PhotonMap;
87    typedef AssociationMap<const edm::Ptr<reco::PFTau>,       mithep::PFTau*>         PFTauMap;
88    typedef AssociationMap<const reco::PFCandidatePtr,        mithep::PFCandidate*>   PFCandidateMap;
89    typedef AssociationMap<const edm::Ptr<reco::CaloJet>,     mithep::CaloJet*>       CaloJetMap;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines