Skip to content

Commit e2e9dee

Browse files
authored
[Common] changing process name (#13962)
1 parent 711570a commit e2e9dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/Tasks/qVectorsCorrection.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ struct qVectorsCorrection {
709709
}
710710
}
711711
}
712-
void process(MyCollisions::iterator const& qVec, MyTracks const& tracks)
712+
void processDefault(MyCollisions::iterator const& qVec, MyTracks const& tracks)
713713
{
714714
histosQA.fill(HIST("histCentFull"), qVec.cent());
715715
if (cfgAddEvtSel) {
@@ -756,7 +756,7 @@ struct qVectorsCorrection {
756756
}
757757
}
758758
}
759-
PROCESS_SWITCH(qVectorsCorrection, process, "default process", true);
759+
PROCESS_SWITCH(qVectorsCorrection, processDefault, "default process", true);
760760

761761
void processWithSC(MyCollisionsWithSC::iterator const& qVec, MyTracks const& tracks)
762762
{

0 commit comments

Comments
 (0)