Skip to content

Commit

Permalink
Update Settings.h (cms-sw#130)
Browse files Browse the repository at this point in the history
Fix "storeTrackBuilderOutput_" typo
  • Loading branch information
tomalin committed Jun 10, 2022
1 parent 4390d90 commit 16ae6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/TrackFindingTracklet/interface/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ namespace trklet {
void setFakefit(bool fakefit) { fakefit_ = fakefit; }
bool storeTrackBuilderOutput() const { return storeTrackBuilderOutput_; }
void setStoreTrackBuilderOutput(bool storeTrackBuilderOutput) {
storeTrackBuilderOutput_ = storeTrackBuilderOutput_;
storeTrackBuilderOutput_ = storeTrackBuilderOutput;
}

// configurable
Expand Down

0 comments on commit 16ae6f8

Please sign in to comment.