46 : srcTrkTag_(iConfig.getParameter<
edm::
InputTag>(
"src")) {
51 produces<std::vector<VertexConstraint> >();
52 produces<GsfTrackVtxConstraintAssociationCollection>();
71 std::unique_ptr<std::vector<VertexConstraint> > pairs(
new std::vector<VertexConstraint>);
72 std::unique_ptr<GsfTrackVtxConstraintAssociationCollection>
output(
76 for (reco::GsfTrackCollection::const_iterator
i = theTCollection->begin();
i != theTCollection->end();
i++) {
78 pairs->push_back(
tmp);