Skip to content

Commit 4a06d14

Browse files
committed
fix format issue
1 parent 49e7fa0 commit 4a06d14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGHF/D2H/Tasks/taskLc.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ using namespace o2::analysis::hf_upc;
7373

7474
/// Λc± → p± K∓ π± analysis task
7575
struct HfTaskLc {
76+
Produces<o2::aod::HfUpcLcBdtInfos> rowCandUpcBdt;
77+
Produces<o2::aod::HfUpcLcInfos> rowCandUpc;
78+
7679
Configurable<int> selectionFlagLc{"selectionFlagLc", 1, "Selection Flag for Lc"};
7780
Configurable<double> yCandGenMax{"yCandGenMax", 0.5, "max. gen particle rapidity"};
7881
Configurable<double> yCandRecoMax{"yCandRecoMax", 0.8, "max. cand. rapidity"};
@@ -111,9 +114,6 @@ struct HfTaskLc {
111114
Preslice<aod::HfCand3Prong> candLcPerCollision = aod::hf_cand::collisionId;
112115
PresliceUnsorted<aod::McCollisionLabels> colPerMcCollision = aod::mcparticle::mcCollisionId;
113116

114-
Produces<o2::aod::HfUpcLcBdtInfos> rowCandUpcBdt;
115-
Produces<o2::aod::HfUpcLcInfos> rowCandUpc;
116-
117117
ConfigurableAxis thnConfigAxisPt{"thnConfigAxisPt", {72, 0, 36}, ""};
118118
ConfigurableAxis thnConfigAxisMass{"thnConfigAxisMass", {300, 1.98, 2.58}, ""};
119119
ConfigurableAxis thnConfigAxisPtProng{"thnConfigAxisPtProng", {100, 0, 20}, ""};

0 commit comments

Comments
 (0)