Skip to content

Commit 0840b5d

Browse files
committed
fixedworkflowname_2
1 parent 09ac20c commit 0840b5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ using namespace o2;
3737
using namespace o2::framework;
3838
using namespace o2::framework::expressions;
3939
TH1D* tmpFqErr[6][5][52];
40-
struct factorial-moments {
40+
struct factorial-moments{
4141
Configurable<bool> applyCheckPtForRec{"applyCheckPtForRec", false, "Apply checkpT for reconstructed tracks"};
4242
Configurable<bool> applyCheckPtForMC{"applyCheckPtForMC", true, "Apply checkpT for MC-generated tracks"};
4343
Configurable<Float_t> centralEta{"centralEta", 0.9, "eta limit for tracks"};
@@ -361,7 +361,7 @@ struct factorial-moments {
361361
}
362362
calculateMoments(mHistArrReset);
363363
}
364-
PROCESS_SWITCH(FactorialMoments, processRun3, "main process function", false);
364+
PROCESS_SWITCH(factorial-moments, processRun3, "main process function", false);
365365
using EventSelection_Run2 = soa::Join<aod::EvSels, aod::Mults, aod::CentRun2V0Ms, aod::CentRun2SPDTrks>;
366366
using TracksRecSim = soa::Join<aod::Tracks, aod::TracksExtra, aod::TracksDCA, aod::TrackSelection, aod::McTrackLabels>;
367367
using CollisionRecSim_Run2 = soa::Filtered<soa::Join<aod::Collisions, aod::McCollisionLabels, EventSelection_Run2>>::iterator;
@@ -446,7 +446,7 @@ struct factorial-moments {
446446
calculateMoments(mHistArrReset);
447447
}
448448

449-
PROCESS_SWITCH(FactorialMoments, processMcRun2, "process MC Run2", true);
449+
PROCESS_SWITCH(factorial-moments, processMcRun2, "process MC Run2", true);
450450
void processRun2(soa::Filtered<soa::Join<aod::Collisions, aod::EvSels, aod::Mults, aod::CentRun2V0Ms>>::iterator const& coll, TracksFMs const& tracks)
451451
{
452452
if ((!coll.alias_bit(kINT7)) || (!coll.sel7())) {
@@ -502,11 +502,11 @@ struct factorial-moments {
502502
// Calculate the normalized factorial moments
503503
calculateMoments(mHistArrReset);
504504
}
505-
PROCESS_SWITCH(FactorialMoments, processRun2, "for RUN2", false);
505+
PROCESS_SWITCH(factorial-moments, processRun2, "for RUN2", false);
506506
};
507507
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
508508
{
509509
return WorkflowSpec{
510-
adaptAnalysisTask<FactorialMoments>(cfgc),
510+
adaptAnalysisTask<factorial-moments>(cfgc),
511511
};
512512
}

0 commit comments

Comments
 (0)