Skip to content

Commit

Permalink
[PWGCF] FemtoUniverse: Removing V0-MClabels in data (AliceO2Group#8912)
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored and Archita-Dash committed Dec 11, 2024
1 parent e22f0c1 commit 12559c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1839,7 +1839,7 @@ struct femtoUniverseProducerTask {
void processV0CentRun3Data(aod::FemtoFullCollisionCentRun3 const& col,
aod::BCsWithTimestamps const&,
soa::Filtered<aod::FemtoFullTracks> const& tracks,
soa::Join<aod::V0Datas, aod::McV0Labels> const& fullV0s)
aod::V0Datas const& fullV0s)
{
// get magnetic field for run
auto bc = col.bc_as<aod::BCsWithTimestamps>();
Expand Down

0 comments on commit 12559c6

Please sign in to comment.