Skip to content

Commit

Permalink
Wrong assignation
Browse files Browse the repository at this point in the history
  • Loading branch information
thspeer authored and ktf committed May 14, 2014
1 parent 98df42c commit 04e0642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoVertex/TertiaryTracksVertexFinder/interface/AddTvTrack.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ class AddTvTrack {
// Set parameters
inline void setPrimaryVertices(std::vector<TransientVertex> &
ThePrimaryVertices) {
thePrimaryVertices = thePrimaryVertices; // TYPO ?!?!?!?!?!?!?!
thePrimaryVertices = &ThePrimaryVertices;
}
inline void setSecondaryVertices(std::vector<TransientVertex> &
TheSecondaryVertices) {
theSecondaryVertices = theSecondaryVertices; // TYPO ?!?!?!?!?!?
theSecondaryVertices = &TheSecondaryVertices;
}
inline void setMaxSigOnDistTrackToB(double maxSigOnDistTrackToB) {
MaxSigOnDistTrackToB = maxSigOnDistTrackToB;
Expand Down

0 comments on commit 04e0642

Please sign in to comment.