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