diff --git a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h index 8db1d5b83615b..fc7a6416a31df 100644 --- a/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h +++ b/DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h @@ -14,11 +14,11 @@ #include "CommonUtils/ConfigurableParamHelper.h" -namespace o2::fdd { -struct FDDRecoConfig: o2::conf::ConfigurableParamHelper +namespace o2::fdd { - double AmplitudeCutOnCollisionTimeWeights = 3; - O2ParamDef(FDDRecoConfig, "FDDRecoConfig"); +struct FDDRecoConfig : o2::conf::ConfigurableParamHelper { + double AmplitudeCutOnCollisionTimeWeights = 3; + O2ParamDef(FDDRecoConfig, "FDDRecoConfig"); }; -} +} // namespace o2::fdd #endif \ No newline at end of file diff --git a/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx b/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx index bf06c96067d36..390fe0440fbe9 100644 --- a/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx +++ b/DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx @@ -1,4 +1,4 @@ -#include +#include using namespace o2::fdd; O2ParamImpl(FDDRecoConfig); \ No newline at end of file