We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ac187 commit d0ea950Copy full SHA for d0ea950
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx
@@ -1839,7 +1839,7 @@ struct femtoUniverseProducerTask {
1839
void processV0CentRun3Data(aod::FemtoFullCollisionCentRun3 const& col,
1840
aod::BCsWithTimestamps const&,
1841
soa::Filtered<aod::FemtoFullTracks> const& tracks,
1842
- soa::Join<aod::V0Datas, aod::McV0Labels> const& fullV0s)
+ aod::V0Datas const& fullV0s)
1843
{
1844
// get magnetic field for run
1845
auto bc = col.bc_as<aod::BCsWithTimestamps>();
0 commit comments