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.7 by loizides, Wed Jul 30 08:39:50 2008 UTC vs.
Revision 1.14 by bendavid, Mon Nov 3 11:22:35 2008 UTC

# Line 8 | Line 8
8   // Authors: J.Bendavid
9   //--------------------------------------------------------------------------------------------------
10  
11 < #ifndef TREEFILLER_ASSOCIATIONMAPS_H
12 < #define TREEFILLER_ASSOCIATIONMAPS_H
11 > #ifndef MITPROD_TREEFILLER_ASSOCIATIONMAPS_H
12 > #define MITPROD_TREEFILLER_ASSOCIATIONMAPS_H
13  
14   #include "MitProd/TreeFiller/interface/AssociationMap.h"
15 + #include "MitEdm/DataFormats/interface/Types.h"
16   #include "MitAna/DataTree/interface/Track.h"
17 + #include "MitAna/DataTree/interface/BasicCluster.h"
18 + #include "MitAna/DataTree/interface/CaloTower.h"
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"
24 + #include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
25 + #include "DataFormats/EgammaReco/interface/SuperCluster.h"
26   #include "DataFormats/GsfTrackReco/interface/GsfTrack.h"
27   #include "DataFormats/GsfTrackReco/interface/GsfTrackFwd.h"
28 + #include "DataFormats/CaloTowers/interface/CaloTowerDetId.h"
29   #include "MitAna/DataTree/interface/MCParticle.h"
30   #include "MitAna/DataTree/interface/Electron.h"
31   #include "MitAna/DataTree/interface/Conversion.h"
32 + #include "MitAna/DataTree/interface/Vertex.h"
33 + #include "SimDataFormats/Track/interface/SimTrack.h"
34 + #include "SimDataFormats/Track/interface/SimTrackContainer.h"
35   #include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
36   #include "SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h"
37   #include "DataFormats/EgammaCandidates/interface/Conversion.h"
38   #include "DataFormats/EgammaCandidates/interface/ConversionFwd.h"
39 + #include "DataFormats/VertexReco/interface/Vertex.h"
40 + #include "DataFormats/VertexReco/interface/VertexFwd.h"
41   #include "MitEdm/DataFormats/interface/BasePartFwd.h"
42  
43 < namespace mithep
43 > namespace mithep
44   {
45    typedef std::pair<int,int> PairIntKey;
46  
47 <  typedef AssociationMap<const reco::TrackRef,       mithep::Track*>        TrackMap;
48 <  typedef AssociationMap<const reco::GsfTrackRef,    mithep::Track*>        GsfTrackMap;
49 <  typedef AssociationMap<const Int_t,                mithep::MCParticle*>   GenParticleMap;
50 <  typedef AssociationMap<const TrackingParticleRef,  mithep::MCParticle*>   SimParticleMap;
51 <  typedef AssociationMap<const reco::TrackRef,       mithep::Electron*>     ConversionElectronMap;
52 <  typedef AssociationMap<const reco::ConversionRef,  mithep::Conversion*>   ConversionMap;
53 <  typedef AssociationMap<const PairIntKey,           mithep::Particle*>     BasePartMap;
47 >  typedef AssociationMap<const reco::TrackRef,        mithep::Track*>        TrackMap;
48 >  typedef AssociationMap<const reco::GsfTrackRef,     mithep::Track*>        GsfTrackMap;
49 >  typedef AssociationMap<const reco::BasicClusterRef, mithep::BasicCluster*> BasicClusterMap;
50 >  typedef AssociationMap<const reco::SuperClusterRef, mithep::SuperCluster*> SuperClusterMap;
51 >  typedef AssociationMap<const Int_t,                 mithep::MCParticle*>   GenParticleMap;
52 >  typedef AssociationMap<const SimTrackRef,           mithep::MCParticle*>   SimTrackMap;
53 >  typedef AssociationMap<const TrackingParticleRef,   mithep::MCParticle*>   TrackingParticleMap;
54 >  typedef AssociationMap<const reco::TrackRef,        mithep::Electron*>     ConversionElectronMap;
55 >  typedef AssociationMap<const reco::ConversionRef,   mithep::Conversion*>   ConversionMap;
56 >  typedef AssociationMap<const mitedm::BasePartPtr,   mithep::Particle*>     BasePartMap;
57 >  typedef AssociationMap<const CaloTowerDetId,        mithep::CaloTower*>    CaloTowerMap;
58 >  typedef AssociationMap<const mitedm::VertexPtr,     mithep::Vertex*>       VertexMap;
59 >  typedef AssociationMap<const DetId,                 mithep::SuperCluster*> SuperClusterIdMap;
60   }  
61   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines