Skip to content

Commit 4cb1fe4

Browse files
authored
Update correlatorDplusHadrons.cxx
Minor fix in float expression.
1 parent aff1c7e commit 4cb1fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorDplusHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ struct HfCorrelatorDplusHadrons {
182182
Produces<aod::Dplus> entryDplus;
183183
Produces<aod::Hadron> entryHadron;
184184
static constexpr std::size_t NDaughters{3u};
185-
static const float kEtaDaughtersMax{0.8f}; // Eta cut on daughters of D+ meson as Run2
185+
static constexpr float kEtaDaughtersMax = 0.8f; // Eta cut on daughters of D+ meson as Run2
186186

187187
Configurable<int> selectionFlagDplus{"selectionFlagDplus", 7, "Selection Flag for Dplus"}; // 7 corresponds to topo+PID cuts
188188
Configurable<int> numberEventsMixed{"numberEventsMixed", 5, "Number of events mixed in ME process"};

0 commit comments

Comments
 (0)