Skip to content

Commit fa1de08

Browse files
committed
code checks
1 parent 77f78e8 commit fa1de08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/NanoAOD/plugins/L1TriggerResultsConverter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void L1TriggerResultsConverter::produce(edm::Event& iEvent, const edm::EventSetu
136136
edm::Handle<GlobalExtBlkBxCollection> handleExtResults;
137137
iEvent.getByToken(token_ext_, handleExtResults);
138138
if (handleExtResults->size() != 0) {
139-
unprefireable_bit = handleExtResults->at(0, 0).getExternalDecision(GlobalExtBlk::maxExternalConditions - 1);
139+
unprefireable_bit = handleExtResults->at(0, 0).getExternalDecision(GlobalExtBlk::maxExternalConditions - 1);
140140
}
141141
}
142142
} else {

0 commit comments

Comments
 (0)