Skip to content

Commit 0341393

Browse files
committed
FemtoWorld: adding Efficiency Task
1 parent 8ef529b commit 0341393

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/FemtoWorld/Tasks/femtoWorldEfficiencyTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "Framework/runDataProcessing.h"
2626
#include "ReconstructionDataFormats/Track.h"
2727
#include "PWGLF/DataModel/LFResonanceTables.h"
28-
#include "PWGCF/FemtoWorld/FemtoWorldCollisionSelection.h"
28+
#include "PWGCF/FemtoWorld/Core/FemtoWorldCollisionSelection.h"
2929

3030
#include "TPDGCode.h"
3131

@@ -60,7 +60,7 @@ struct femtoWorldEficiencyTask {
6060
Configurable<float> tofPtCut{"tofPtCut", 0.5f, "From what pT TOF is used"};
6161
Configurable<bool> ConfIsRun3{"ConfIsRun3", false, "Running on Run 3 data"}; // Choose if running on converted data or run 3 data
6262
/// Event cuts
63-
o2::analysis::femtoworld::FemtoWorldCollisionSelection colCuts;
63+
o2::analysis::femtoWorld::FemtoWorldCollisionSelection colCuts;
6464
Configurable<float> ConfEvtZvtx{"ConfEvtZvtx", 10.f, "Evt sel: Max. z-Vertex (cm)"};
6565
Configurable<bool> ConfEvtTriggerCheck{"ConfEvtTriggerCheck", true, "Evt sel: check for trigger"};
6666
Configurable<int> ConfEvtTriggerSel{"ConfEvtTriggerSel", kINT7, "Evt sel: trigger"};

0 commit comments

Comments
 (0)