Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Oct 28, 2021
1 parent 58dfae7 commit 1148d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/L1TMuon/src/RegionalMuonShower.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ bool l1t::RegionalMuonShower::isValid() const {

bool l1t::RegionalMuonShower::operator==(const l1t::RegionalMuonShower& rhs) const {
return (isTwoLooseInTime_ == rhs.isTwoLooseInTime() and isOneNominalInTime_ == rhs.isOneNominalInTime() and
isOneNominalInTime_ == rhs.isOneNominalInTime());
isOneTightInTime_ == rhs.isOneTightInTime());
}

0 comments on commit 1148d95

Please sign in to comment.