Skip to content

Commit 347bb16

Browse files
PWGHF: Ds task, fixing typs and labels
1 parent cb13282 commit 347bb16

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

PWGHF/DataModel/HFSecondaryVertex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DECLARE_SOA_COLUMN(JpsiToMuMuFlag, jpsiToMuMuFlag, uint8_t); //!
7171

7272
DECLARE_SOA_COLUMN(DPlusPiKPiFlag, dPlusPiKPiFlag, uint8_t); //!
7373
DECLARE_SOA_COLUMN(LcPKPiFlag, lcPKPiFlag, uint8_t); //!
74-
DECLARE_SOA_COLUMN(DsKKPiFlag, dsKKPiFlag, uint8_t); //!
74+
DECLARE_SOA_COLUMN(DsPiKKFlag, dsPiKKFlag, uint8_t); //!
7575
DECLARE_SOA_COLUMN(XicToPKPiFlag, xicToPKPiFlag, uint8_t); //!
7676
} // namespace hf_track_index
7777

@@ -99,7 +99,7 @@ DECLARE_SOA_TABLE(HfTrackIndexProng3, "AOD", "HFTRACKIDXP3", //!
9999
DECLARE_SOA_TABLE(HfCutStatusProng3, "AOD", "HFCUTSTATUSP3", //!
100100
hf_track_index::DPlusPiKPiFlag,
101101
hf_track_index::LcPKPiFlag,
102-
hf_track_index::DsKKPiFlag,
102+
hf_track_index::DsPiKKFlag,
103103
hf_track_index::XicToPKPiFlag);
104104

105105
// general decay properties

PWGHF/TableProducer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ o2physics_add_dpl_workflow(hf-dplus-topikpi-candidate-selector
7474
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsVertexing
7575
COMPONENT_NAME Analysis)
7676

77-
o2_add_dpl_workflow(hf-ds-topikk-candidate-selector
77+
o2physics_add_dpl_workflow(hf-ds-topikk-candidate-selector
7878
SOURCES HFDsToPiKKCandidateSelector.cxx
7979
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsVertexing
8080
COMPONENT_NAME Analysis)

PWGHF/Tasks/taskDs.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct TaskDs {
110110
};
111111

112112
/// Ds± analysis task for MC
113-
struct DsTaskDsMC {
113+
struct TaskDsMC {
114114
HistogramRegistry registry{
115115
"registry",
116116
{{"hPtRecSig", "3-prong candidates (matched);#it{p}_{T}^{rec.} (GeV/#it{c});entries", {HistType::kTH1F, {{100, 0., 10.}}}},

0 commit comments

Comments
 (0)