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 "SimDataFormats/Track/interface/SimTrack.h" |
34 |
|
#include "SimDataFormats/Track/interface/SimTrackContainer.h" |
35 |
|
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h" |
39 |
|
#include "DataFormats/VertexReco/interface/Vertex.h" |
40 |
|
#include "DataFormats/VertexReco/interface/VertexFwd.h" |
41 |
|
#include "DataFormats/HepMCCandidate/interface/GenParticle.h" |
42 |
+ |
#include "DataFormats/ParticleFlowCandidate/interface/PFCandidateFwd.h" |
43 |
+ |
#include "DataFormats/MuonReco/interface/Muon.h" |
44 |
|
#include "MitEdm/DataFormats/interface/BasePartFwd.h" |
45 |
|
|
46 |
|
namespace mithep |
61 |
|
typedef AssociationMap<const CaloTowerDetId, mithep::CaloTower*> CaloTowerMap; |
62 |
|
typedef AssociationMap<const mitedm::VertexPtr, mithep::Vertex*> VertexMap; |
63 |
|
typedef AssociationMap<const DetId, mithep::SuperCluster*> SuperClusterIdMap; |
64 |
+ |
typedef AssociationMap<const edm::Ptr<reco::Muon>, mithep::Muon*> MuonMap; |
65 |
+ |
typedef AssociationMap<const reco::PFCandidatePtr, mithep::PFCandidate*> PFCandidateMap; |
66 |
|
} |
67 |
|
#endif |