CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/EgammaTrackReco/interface/TrackCandidateSuperClusterAssociation.h

Go to the documentation of this file.
00001 #ifndef TrackCandidateSuperClusterAssociation_h
00002 #define TrackCandidateSuperClusterAssociation_h
00003 
00004 #include <vector>
00005 #include "DataFormats/Common/interface/Ref.h"
00006 #include "DataFormats/Common/interface/RefVector.h"
00007 #include "DataFormats/Common/interface/RefProd.h"
00008 #include "DataFormats/TrackCandidate/interface/TrackCandidate.h"
00009 #include "DataFormats/EgammaReco/interface/SuperClusterFwd.h"
00010 #include "DataFormats/Common/interface/ValueMap.h"
00011 
00012 
00013 
00014 namespace reco {
00015 
00016   // association map
00017   typedef edm::ValueMap<reco::SuperClusterRef> TrackCandidateSuperClusterAssociationCollection;
00018 
00019 
00020 }
00021 
00022 #endif