Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 6, 2024
1 parent ef9266f commit eb26e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k4GaudiPandora/include/CalorimeterHitType.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ class CHT {
// : m_type((int)c + (int)n * fCaloID + (int)l * fLayout + lay * fLayer) {}
: m_type(static_cast<int>(c) + static_cast<int>(n) * fCaloID + static_cast<int>(l) * fLayout + lay * fLayer) {}


/** calorimeter type: CHT::em , CHT::had, CHT::muon */
CaloType caloType() const { return (CaloType)(m_type % fCaloID); }

Expand Down

0 comments on commit eb26e14

Please sign in to comment.