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 0bd0c86 commit 5d05e8c
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 @@ -217,7 +217,7 @@ void TTStubBuilder<Ref_Phase2TrackerDigi_>::produce(edm::Event& iEvent, const ed
/// Get to the second element (the switch above ensures there are min 2)
typename std::vector<TTStub<Ref_Phase2TrackerDigi_>>::iterator tempIter = tempOutput.begin();
++tempIter;
if (isPS)
if (isPS)
++tempIter; // PS module case
/// tempIter points now to the second or third element (2S/PS)

Expand Down

0 comments on commit 5d05e8c

Please sign in to comment.