Skip to content

Commit

Permalink
Suggestion by Andrea Bocci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Jul 8, 2020
1 parent aa59860 commit d08b6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/CSCTriggerPrimitives/src/CSCGEMMotherboard.cc
Expand Up @@ -255,7 +255,7 @@ int CSCGEMMotherboard::getRoll(const GEMCoPadDigiId& p) const { return p.second.

std::pair<int, int> CSCGEMMotherboard::getRolls(const CSCALCTDigi& alct) const {
const auto& mymap(getLUT()->get_csc_wg_to_gem_roll(theParity));
return std::make_pair(mymap.at(alct.getKeyWG()).first, mymap.at(alct.getKeyWG()).second);
return mymap.at(alct.getKeyWG());
}

float CSCGEMMotherboard::getPad(const GEMPadDigi& p) const { return p.pad(); }
Expand Down

0 comments on commit d08b6a0

Please sign in to comment.