Skip to content

Commit 19fa6cb

Browse files
committed
Rename tables
1 parent 1734250 commit 19fa6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ DECLARE_SOA_TABLE(HfCandFlowInfos, "AOD", "HFCANDFLOWINFO",
9090
full::MlScore1,
9191
full::ScalarProd,
9292
full::Cent);
93-
DECLARE_SOA_TABLE(HfRedQVecEsE, "AOD", "HFREDQVECESE", full::RedQVec);
93+
DECLARE_SOA_TABLE(HfRedQVecEsEs, "AOD", "HFREDQVECESE", full::RedQVec);
9494
} // namespace o2::aod
9595

9696
enum DecayChannel { DplusToPiKPi = 0,
@@ -108,7 +108,7 @@ enum DecayChannel { DplusToPiKPi = 0,
108108
struct HfTaskFlowCharmHadrons {
109109
Produces<o2::aod::HfCandMPtInfos> rowCandMassPtMl;
110110
Produces<o2::aod::HfCandFlowInfos> rowCandMassPtMlSpCent;
111-
Produces<o2::aod::HfRedQVecEsE> rowRedQVecEsE;
111+
Produces<o2::aod::HfRedQVecEsEs> rowRedQVecEsE;
112112

113113
Configurable<int> harmonic{"harmonic", 2, "harmonic number"};
114114
Configurable<int> qVecDetector{"qVecDetector", 3, "Detector for Q vector estimation (FV0A: 0, FT0M: 1, FT0A: 2, FT0C: 3, TPC Pos: 4, TPC Neg: 5, TPC Tot: 6)"};

0 commit comments

Comments
 (0)