Skip to content

Commit

Permalink
Update k4GaudiPandora/include/CalorimeterHitType.h
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Madlener <[email protected]>
  • Loading branch information
kkostova16 and tmadlener authored Jul 31, 2024
1 parent 41efe7a commit 2cdac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k4GaudiPandora/include/CalorimeterHitType.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class CHT {
int toInt() const { return _type; }

protected:
int _type;
int m_type;

static const int fCaloType = 1;
static const int fCaloID = 10;
Expand Down

0 comments on commit 2cdac5f

Please sign in to comment.