Skip to content

Commit 99599ba

Browse files
authored
Remove subscription to MCharmIndices
1 parent 64b9851 commit 99599ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALICE3/Tasks/alice3-multicharm.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ using namespace o2;
5757
using namespace o2::framework;
5858
using namespace o2::framework::expressions;
5959

60-
using multicharmtracks = soa::Join<aod::MCharmIndices, aod::MCharmCores>;
60+
// using multicharmtracks = soa::Join<aod::MCharmIndices, aod::MCharmCores>;
6161

6262
struct alice3multicharm {
6363
SliceCache cache;
@@ -134,7 +134,7 @@ struct alice3multicharm {
134134
histos.add("h3dXicc", "h3dXicc; Xicc pT (GeV/#it(c)); Xicc #eta; Xicc mass (GeV/#it(c)^{2})", kTH3D, {axisPt, axisEta, axisXiccMass});
135135
}
136136

137-
void processXicc(multicharmtracks const& multiCharmTracks)
137+
void processXicc(aod::MCharmCores const& multiCharmTracks)
138138
{
139139
for (const auto& xiccCand : multiCharmTracks) {
140140
if (xiccCand.xicDauDCA() > xicMaxDauDCA || xiccCand.xiccDauDCA() > xiccMaxDauDCA)

0 commit comments

Comments
 (0)