Skip to content

Commit 980e3dd

Browse files
committed
[PWGDQ] Process using realigned muon track in table-maker-mc-with-assoc
This follows the previous 826faec which implemented a process in standard table-maker using realigned muon tracks; the same implementation is now made for table-maker-mc-with-assoc. Two new process(pp and PbPb) are added into table-maker-mc-with-assoc using realigned muons.
1 parent 1d33a2c commit 980e3dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ struct TableMakerMC {
14001400
aod::McCollisions const& mcCollisions, aod::McParticles const& mcParticles)
14011401
{
14021402
fullSkimming<gkEventFillMapWithMults, 0u, gkMuonFillMapWithCov, 0u, gkMFTFillMap>(collisions, bcs, nullptr, tracksMuon, nullptr, mftTracks, nullptr, fwdTrackAssocs, mftAssocs, mcCollisions, mcParticles);
1403+
}
14031404

14041405
void processPbPb(MyEventsWithCentAndMults const& collisions, aod::BCsWithTimestamps const& bcs,
14051406
MyBarrelTracksWithCov const& tracksBarrel, MyMuonsWithCov const& tracksMuon, MFTTrackLabeled const& mftTracks,

0 commit comments

Comments
 (0)