File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
PWGCF/FemtoUniverse/TableProducer Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414// / \author Laura Serksnyte, TU München, laura.serksnyte@tum.de
1515// / \author Zuzanna Chochulska, WUT Warsaw & CTU Prague, zchochul@cern.ch
1616// / \author Malgorzata Janik, WUT Warsaw, majanik@cern.ch
17+ // / \author Pritam Chakraborty, WUT Warsaw, pritam.chakraborty@cern.ch
1718
1819#include < CCDB/BasicCCDBManager.h>
1920#include < TDatabasePDG.h> // FIXME
@@ -1786,7 +1787,7 @@ struct femtoUniverseProducerTask {
17861787
17871788 void processTrackCentRun3Data (aod::FemtoFullCollisionCentRun3 const & col,
17881789 aod::BCsWithTimestamps const &,
1789- aod::FemtoFullTracks const & tracks)
1790+ soa::Filtered< aod::FemtoFullTracks> const & tracks)
17901791 {
17911792 // get magnetic field for run
17921793 getMagneticFieldTesla (col.bc_as <aod::BCsWithTimestamps>());
You can’t perform that action at this time.
0 commit comments