diff --git a/source/BeamCalReco/include/BeamCalFitShower.hh b/source/BeamCalReco/include/BeamCalFitShower.hh index 49592ca..de01504 100644 --- a/source/BeamCalReco/include/BeamCalFitShower.hh +++ b/source/BeamCalReco/include/BeamCalFitShower.hh @@ -20,7 +20,7 @@ class BeamCalPadGeometry; /** * @brief Segment parameters for profile of the calorimeter energy deposition */ -typedef struct { +struct EdepProfile_t { int id=0; double towerChi2=0; double totalEdep=0; @@ -28,7 +28,7 @@ typedef struct { double bkgSigma=0; BeamCalPadGeometry *padGeom=nullptr; std::map padIDs{}; -} EdepProfile_t; +} ; class BeamCalFitShower {