File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ std::array<std::shared_ptr<TH2>, kNEtaHists> dEdxElV0{};
7979std::array<std::shared_ptr<TH2>, kNEtaHists > dEdxPiTOF{};
8080std::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
10391039WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
10401040{
1041- return WorkflowSpec{adaptAnalysisTask<piKpRAA >(cfgc)};
1041+ return WorkflowSpec{adaptAnalysisTask<PiKpRAA >(cfgc)};
10421042}
You can’t perform that action at this time.
0 commit comments