There was an error while loading. Please reload this page.
1 parent cc441dd commit 0f18d4eCopy full SHA for 0f18d4e
1 file changed
PWGHF/TableProducer/candidateSelectorLc.cxx
@@ -101,7 +101,7 @@ struct HfCandidateSelectorLc {
101
102
HistogramRegistry registry{"registry"};
103
104
- double massK0Star892 = 0.89555; // M(K*0(892)) = 895.55 Mev/c2
+ double massK0Star892;
105
106
void init(InitContext const&)
107
{
@@ -146,6 +146,8 @@ struct HfCandidateSelectorLc {
146
hfMlResponse.cacheInputFeaturesIndices(namesInputFeatures);
147
hfMlResponse.init();
148
}
149
+
150
+ massK0Star892 = o2::constants::physics::MassK0Star892;
151
152
153
/// Single track quality cuts
0 commit comments