53 produces<std::vector<VertexConstraint> >();
54 produces<GsfTrackVtxConstraintAssociationCollection>();
73 std::unique_ptr<std::vector<VertexConstraint> > pairs(
new std::vector<VertexConstraint>);
77 for (reco::GsfTrackCollection::const_iterator
i=theTCollection->begin();
i!=theTCollection->end();
i++) {
79 pairs->push_back(tmp);
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Global3DPoint GlobalPoint
GlobalErrorBase< double, ErrorMatrixTag > GlobalError
edm::EDGetTokenT< reco::GsfTrackCollection > trkToken_
#define DEFINE_FWK_MODULE(type)
std::pair< GlobalPoint, GlobalError > VertexConstraint
edm::AssociationMap< edm::OneToOne< reco::GsfTrackCollection, std::vector< VertexConstraint > > > GsfTrackVtxConstraintAssociationCollection
void produce(edm::StreamID streamid, edm::Event &, const edm::EventSetup &) const override
RefProd< PROD > getRefBeforePut()
std::vector< std::vector< double > > tmp
const edm::InputTag srcTrkTag_
GsfVertexConstraintProducer(const edm::ParameterSet &)
~GsfVertexConstraintProducer() override=default