13 |
|
|
14 |
|
#include "MitProd/TreeFiller/interface/AssociationMap.h" |
15 |
|
#include "MitAna/DataTree/interface/Track.h" |
16 |
+ |
#include "MitAna/DataTree/interface/BasicCluster.h" |
17 |
|
#include "MitAna/DataTree/interface/Types.h" |
18 |
|
#include "DataFormats/TrackReco/interface/Track.h" |
19 |
|
#include "DataFormats/TrackReco/interface/TrackFwd.h" |
20 |
+ |
#include "DataFormats/EgammaReco/interface/BasicClusterFwd.h" |
21 |
+ |
#include "DataFormats/EgammaReco/interface/BasicCluster.h" |
22 |
+ |
#include "DataFormats/EgammaReco/interface/SuperClusterFwd.h" |
23 |
+ |
#include "DataFormats/EgammaReco/interface/SuperCluster.h" |
24 |
|
#include "DataFormats/GsfTrackReco/interface/GsfTrack.h" |
25 |
|
#include "DataFormats/GsfTrackReco/interface/GsfTrackFwd.h" |
26 |
|
#include "MitAna/DataTree/interface/MCParticle.h" |
36 |
|
{ |
37 |
|
typedef std::pair<int,int> PairIntKey; |
38 |
|
|
39 |
< |
typedef AssociationMap<const reco::TrackRef, mithep::Track*> TrackMap; |
40 |
< |
typedef AssociationMap<const reco::GsfTrackRef, mithep::Track*> GsfTrackMap; |
41 |
< |
typedef AssociationMap<const Int_t, mithep::MCParticle*> GenParticleMap; |
42 |
< |
typedef AssociationMap<const TrackingParticleRef, mithep::MCParticle*> SimParticleMap; |
43 |
< |
typedef AssociationMap<const reco::TrackRef, mithep::Electron*> ConversionElectronMap; |
44 |
< |
typedef AssociationMap<const reco::ConversionRef, mithep::Conversion*> ConversionMap; |
45 |
< |
typedef AssociationMap<const PairIntKey, mithep::Particle*> BasePartMap; |
39 |
> |
typedef AssociationMap<const reco::TrackRef, mithep::Track*> TrackMap; |
40 |
> |
typedef AssociationMap<const reco::GsfTrackRef, mithep::Track*> GsfTrackMap; |
41 |
> |
typedef AssociationMap<const reco::BasicClusterRef, mithep::BasicCluster*> BasicClusterMap; |
42 |
> |
typedef AssociationMap<const reco::SuperClusterRef, mithep::SuperCluster*> SuperClusterMap; |
43 |
> |
typedef AssociationMap<const Int_t, mithep::MCParticle*> GenParticleMap; |
44 |
> |
typedef AssociationMap<const TrackingParticleRef, mithep::MCParticle*> SimParticleMap; |
45 |
> |
typedef AssociationMap<const reco::TrackRef, mithep::Electron*> ConversionElectronMap; |
46 |
> |
typedef AssociationMap<const reco::ConversionRef, mithep::Conversion*> ConversionMap; |
47 |
> |
typedef AssociationMap<const PairIntKey, mithep::Particle*> BasePartMap; |
48 |
|
} |
49 |
|
#endif |