Skip to content

Commit

Permalink
Update TTStubBuilder.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
sviret authored Jun 23, 2021
1 parent bcba42c commit 0bd0c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/TrackTrigger/plugins/TTStubBuilder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void TTStubBuilder<Ref_Phase2TrackerDigi_>::produce(edm::Event& iEvent, const ed
typename std::vector<TTStub<Ref_Phase2TrackerDigi_>>::iterator tempIter = tempOutput.begin();
++tempIter;
if (isPS)
++tempIter; // PS module case
++tempIter; // PS module case
/// tempIter points now to the second or third element (2S/PS)

/// Delete all-but-the first one from tempOutput
Expand Down

0 comments on commit 0bd0c86

Please sign in to comment.