Skip to content

Commit dc0203a

Browse files
author
Wiktor Pierozak
committed
Added ClassDefNV statement to FDDRecoConfig struct
1 parent 474e4cd commit dc0203a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/FDDRecoConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ namespace o2::fdd
1919
struct FDDRecoConfig : o2::conf::ConfigurableParamHelper<FDDRecoConfig> {
2020
double AmplitudeCutOnCollisionTimeWeights = 3;
2121
O2ParamDef(FDDRecoConfig, "FDDRecoConfig");
22+
ClassDefNV(FDDRecoConfig, 1);
2223
};
2324
} // namespace o2::fdd
2425
#endif

0 commit comments

Comments
 (0)