Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:31

0001 #ifndef GsfTrackingTools_PatternTools_GsfTrackConstraintAssociation_h
0002 #define GsfTrackingTools_PatternTools_GsfTrackConstraintAssociation_h
0003 
0004 #include "DataFormats/Common/interface/AssociationMap.h"
0005 #include "TrackingTools/PatternTools/interface/TrackConstraintAssociation.h"
0006 #include "DataFormats/GeometryCommonDetAlgo/interface/GlobalError.h"
0007 #include "DataFormats/GsfTrackReco/interface/GsfTrackFwd.h"
0008 
0009 typedef edm::AssociationMap<edm::OneToOne<reco::GsfTrackCollection, std::vector<MomentumConstraint> > >
0010     GsfTrackMomConstraintAssociationCollection;
0011 typedef GsfTrackMomConstraintAssociationCollection::value_type GsfTrackMomConstraintAssociation;
0012 typedef edm::Ref<GsfTrackMomConstraintAssociationCollection> GsfTrackMomConstraintAssociationRef;
0013 typedef edm::RefProd<GsfTrackMomConstraintAssociationCollection> GsfTrackMomConstraintAssociationRefProd;
0014 typedef edm::RefVector<GsfTrackMomConstraintAssociationCollection> GsfTrackMomConstraintAssociationRefVector;
0015 
0016 typedef edm::AssociationMap<edm::OneToOne<reco::GsfTrackCollection, std::vector<VertexConstraint> > >
0017     GsfTrackVtxConstraintAssociationCollection;
0018 typedef GsfTrackVtxConstraintAssociationCollection::value_type GsfTrackVtxConstraintAssociation;
0019 typedef edm::Ref<GsfTrackVtxConstraintAssociationCollection> GsfTrackVtxConstraintAssociationRef;
0020 typedef edm::RefProd<GsfTrackVtxConstraintAssociationCollection> GsfTrackVtxConstraintAssociationRefProd;
0021 typedef edm::RefVector<GsfTrackVtxConstraintAssociationCollection> GsfTrackVtxConstraintAssociationRefVector;
0022 
0023 #endif