Skip to content

Commit b6d19c9

Browse files
authored
Rename kHSparseMass to HSparseMass
satisfies the naming guidelines
1 parent 5baf9ab commit b6d19c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskDplus.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ struct HfTaskDplus {
764764
if (storeIR) {
765765
ir = mRateFetcher.fetch(ccdb.service, bc.timestamp(), bc.runNumber(), irSource, true) * 1.e-3; // kHz
766766
}
767-
static constexpr auto kHSparseMass = HIST("hSparseMass");
767+
static constexpr auto HSparseMass = HIST("hSparseMass");
768768
// Lambda function to fill THn - handles both ML and non-ML cases
769769
auto fillTHnData = [&](const auto& candidate) {
770770
// Pre-calculate vector size to avoid reallocations
@@ -807,7 +807,7 @@ struct HfTaskDplus {
807807
valuesToFill.push_back(static_cast<double>(fitInfo.ampFDDC));
808808
valuesToFill.push_back(static_cast<double>(zdcEnergyZNA));
809809
valuesToFill.push_back(static_cast<double>(zdcEnergyZNC));
810-
registry.get<THnSparse>(kHSparseMass)->Fill(valuesToFill.data());
810+
registry.get<THnSparse>(HSparseMass)->Fill(valuesToFill.data());
811811
};
812812

813813
for (const auto& candidate : groupedDplusCandidates) {

0 commit comments

Comments
 (0)