Skip to content

Commit 0f18d4e

Browse files
author
Mattia Faggin
committed
Take K*0(892) mass from PhysicsConstants.h in O2.
1 parent cc441dd commit 0f18d4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PWGHF/TableProducer/candidateSelectorLc.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ struct HfCandidateSelectorLc {
101101

102102
HistogramRegistry registry{"registry"};
103103

104-
double massK0Star892 = 0.89555; // M(K*0(892)) = 895.55 Mev/c2
104+
double massK0Star892;
105105

106106
void init(InitContext const&)
107107
{
@@ -146,6 +146,8 @@ struct HfCandidateSelectorLc {
146146
hfMlResponse.cacheInputFeaturesIndices(namesInputFeatures);
147147
hfMlResponse.init();
148148
}
149+
150+
massK0Star892 = o2::constants::physics::MassK0Star892;
149151
}
150152

151153
/// Single track quality cuts

0 commit comments

Comments
 (0)