Skip to content

Commit 2263fe4

Browse files
authored
correct naming of constexpr variable "PDGChargeScale"
1 parent de0acc7 commit 2263fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFC/TableProducer/correlatorLcScHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ struct HfCorrelatorLcScHadrons {
909909
{
910910

911911
int counterCharmCand = 0;
912-
static constexpr std::size_t scalePDGCharge{3u};
912+
static constexpr std::size_t PDGChargeScale{3u};
913913

914914
registry.fill(HIST("hMcEvtCount"), 0);
915915
BinningTypeMcGen corrBinningMcGen{{binsZVtx, binsMultiplicityMc}, true};

0 commit comments

Comments
 (0)