Skip to content

Commit

Permalink
fix association filling
Browse files Browse the repository at this point in the history
  • Loading branch information
arizzi committed Mar 5, 2015
1 parent 2e00df9 commit 729108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonTools/RecoAlgos/plugins/PrimaryVertexSorter.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ void PrimaryVertexSorter<ParticlesCollection>::produce(Event& iEvent, const Eve


if(produceOriginalMapping_){
auto_ptr< CandToVertex> pfCandToOriginalVertexOutput( new CandToVertex );
auto_ptr< CandToVertex> pfCandToOriginalVertexOutput( new CandToVertex(vertices) );
auto_ptr< CandToVertexQuality> pfCandToOriginalVertexQualityOutput( new CandToVertexQuality() );
CandToVertex::Filler cand2VertexFiller(*pfCandToOriginalVertexOutput);
CandToVertexQuality::Filler cand2VertexQualityFiller(*pfCandToOriginalVertexQualityOutput);
Expand Down

0 comments on commit 729108a

Please sign in to comment.