Skip to content

Commit d0ea950

Browse files
authored
[PWGCF] FemtoUniverse: Removing V0-MClabels in data (#8912)
1 parent 01ac187 commit d0ea950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ struct femtoUniverseProducerTask {
18391839
void processV0CentRun3Data(aod::FemtoFullCollisionCentRun3 const& col,
18401840
aod::BCsWithTimestamps const&,
18411841
soa::Filtered<aod::FemtoFullTracks> const& tracks,
1842-
soa::Join<aod::V0Datas, aod::McV0Labels> const& fullV0s)
1842+
aod::V0Datas const& fullV0s)
18431843
{
18441844
// get magnetic field for run
18451845
auto bc = col.bc_as<aod::BCsWithTimestamps>();

0 commit comments

Comments
 (0)