Skip to content

Commit e8860b5

Browse files
author
Wiktor Pierozak
committed
Added ClassDefNV statement to FV0RecoConfig struct
1 parent efc7113 commit e8860b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DataFormats/Detectors/FIT/FV0/include/DataFormatsFV0/FV0RecoConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ struct FV0RecoConfig : o2::conf::ConfigurableParamHelper<FV0RecoConfig> {
2929
return (flags & mValidPmInputFlagMask) == mValidPmInputFlags;
3030
}
3131
O2ParamDef(FV0RecoConfig, "FV0RecoConfig");
32+
ClassDefNV(FV0RecoConfig, 1);
3233
};
3334

3435
} // namespace o2::fv0

0 commit comments

Comments
 (0)