Skip to content

Commit 65aced0

Browse files
[PWGDQ] Fix typo in "comment on function" (#4608)
* Add files via upload * Update CMakeLists.txt * Update HistogramsLibrary.cxx * Update VarManager.h * MegaLinter fixes * Update CMakeLists.txt * Update CMakeLists.txt * Update VarManager.h * Update HistogramsLibrary.cxx * Update HistogramsLibrary.cxx * Please consider the following formatting changes * MegaLinter fixes * Update CMakeLists.txt * Update tableReader.cxx * Delete PWGDQ/Tasks/tableReaderForCorr.cxx * Update VarManager.h * Update HistogramsLibrary.cxx * Update tableReader.cxx for adding histogram for ME correlation * Update tableReader.cxx * Update tableReader.cxx, correcting a typo "comment on function" * Update tableReader.cxx --------- Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 28951a5 commit 65aced0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/Tasks/tableReader.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,8 +1481,8 @@ struct AnalysisDileptonHadron {
14811481
continue;
14821482
}
14831483

1484-
// VarManager::FillDileptonHadron(dilepton, hadron, fValuesHadron);
1485-
VarManager::FillDileptonTrackVertexing<TCandidateType, TEventFillMap, TTrackFillMap>(event, lepton1, lepton2, hadron, fValuesHadron);
1484+
VarManager::FillDileptonHadron(dilepton, hadron, fValuesHadron);
1485+
// VarManager::FillDileptonTrackVertexing<TCandidateType, TEventFillMap, TTrackFillMap>(event, lepton1, lepton2, hadron, fValuesHadron);
14861486
fHistMan->FillHistClass("DileptonHadronInvMass", fValuesHadron);
14871487
fHistMan->FillHistClass("DileptonHadronCorrelationSE", fValuesHadron);
14881488
// table to be written out for ML analysis

0 commit comments

Comments
 (0)