Skip to content

Commit

Permalink
last code format change
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiesele committed Jul 8, 2021
1 parent fd1ba57 commit 17ac0c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions RecoLocalCalo/HGCalRecAlgos/src/RecHitTools.cc
Expand Up @@ -427,9 +427,7 @@ bool RecHitTools::isSilicon(const DetId& id) const {
(id.det() == DetId::Forward && id.subdetId() == static_cast<int>(HFNose)));
}

bool RecHitTools::isScintillator(const DetId& id) const{
return id.det() == DetId::HGCalHSc;
}
bool RecHitTools::isScintillator(const DetId& id) const { return id.det() == DetId::HGCalHSc; }

bool RecHitTools::isOnlySilicon(const unsigned int layer) const {
// HFnose TODO
Expand Down

0 comments on commit 17ac0c3

Please sign in to comment.