Skip to content

Commit 4cdfb09

Browse files
committed
Adds V0 process method
1 parent 0220c1c commit 4cdfb09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGLF/Tasks/Nuspex/piKpRAA.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ std::array<std::shared_ptr<TH2>, kNEtaHists> dEdxElV0{};
7979
std::array<std::shared_ptr<TH2>, kNEtaHists> dEdxPiTOF{};
8080
std::array<std::shared_ptr<TH2>, kNEtaHists> dEdxElTOF{};
8181

82-
struct piKpRAA {
82+
struct PiKpRAA {
8383

8484
static constexpr float kZero{0.0f};
8585
static constexpr float kOne{1.0f};
@@ -686,7 +686,7 @@ struct piKpRAA {
686686
}
687687
}
688688
}
689-
PROCESS_SWITCH(piKpRAA, processCalibrationAndV0s, "Process QA", true);
689+
PROCESS_SWITCH(PiKpRAA, processCalibrationAndV0s, "Process QA", true);
690690

691691
template <typename T, typename U>
692692
void getArmeterosVariables(const T& ppos, const T& pneg, U& alpha, U& qT)
@@ -1038,5 +1038,5 @@ struct piKpRAA {
10381038

10391039
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
10401040
{
1041-
return WorkflowSpec{adaptAnalysisTask<piKpRAA>(cfgc)};
1041+
return WorkflowSpec{adaptAnalysisTask<PiKpRAA>(cfgc)};
10421042
}

0 commit comments

Comments
 (0)