From c2e58acc2062f8675c39bf4b7d3ba0c4cb975292 Mon Sep 17 00:00:00 2001 From: kkostova16 Date: Wed, 31 Jul 2024 16:33:52 +0200 Subject: [PATCH] Update k4GaudiPandora/include/CalorimeterHitType.h Co-authored-by: Thomas Madlener --- k4GaudiPandora/include/CalorimeterHitType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4GaudiPandora/include/CalorimeterHitType.h b/k4GaudiPandora/include/CalorimeterHitType.h index 9b96d81..9a0ea60 100644 --- a/k4GaudiPandora/include/CalorimeterHitType.h +++ b/k4GaudiPandora/include/CalorimeterHitType.h @@ -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;