Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Please consider the following formatting changes
  • Loading branch information
alibuild committed Aug 14, 2026
commit 1ba2f8272dceafe9f0c8c8e0cbf41d1894308529
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

#include "CommonUtils/ConfigurableParamHelper.h"

namespace o2::fdd {
struct FDDRecoConfig: o2::conf::ConfigurableParamHelper<FDDRecoConfig>
namespace o2::fdd
{
double AmplitudeCutOnCollisionTimeWeights = 3;
O2ParamDef(FDDRecoConfig, "FDDRecoConfig");
struct FDDRecoConfig : o2::conf::ConfigurableParamHelper<FDDRecoConfig> {
double AmplitudeCutOnCollisionTimeWeights = 3;
O2ParamDef(FDDRecoConfig, "FDDRecoConfig");
};
}
} // namespace o2::fdd
#endif
2 changes: 1 addition & 1 deletion DataFormats/Detectors/FIT/FDD/src/FDDRecoConfig.cxx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include<DataFormatsFDD/FDDRecoConfig.h>
#include <DataFormatsFDD/FDDRecoConfig.h>

using namespace o2::fdd;
O2ParamImpl(FDDRecoConfig);