Skip to content

Commit 467e53f

Browse files
committed
[PWGDQ] Process using realigned muon track in table-maker-mc-with-assoc
1. 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. 2. Two new process(pp and PbPb) are added into table-maker-mc-with-assoc using realigned muons.
1 parent 8560570 commit 467e53f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,13 +1417,6 @@ struct TableMakerMC {
14171417
fullSkimming<gkEventFillMapWithCentAndMults, gkTrackFillMapWithCov, 0u, 0u, 0u>(collisions, bcs, tracksBarrel, nullptr, nullptr, nullptr, trackAssocs, nullptr, nullptr, mcCollisions, mcParticles);
14181418
}
14191419

1420-
void processPbPbWithFilterBarrelOnly(MyEventsWithMultsAndRapidityGapFilter const& collisions, aod::BCsWithTimestamps const& bcs,
1421-
MyBarrelTracksWithCov const& tracksBarrel, aod::TrackAssoc const& trackAssocs,
1422-
aod::McCollisions const& mcCollisions, aod::McParticles const& mcParticles)
1423-
{
1424-
fullSkimming<gkEventFillMapWithMultsRapidityGapFilter, gkTrackFillMapWithCov, 0u, 0u>(collisions, bcs, tracksBarrel, nullptr, nullptr, trackAssocs, nullptr, nullptr, mcCollisions, mcParticles);
1425-
}
1426-
14271420
void processPbPbMuonOnly(MyEventsWithCentAndMults const& collisions, aod::BCsWithTimestamps const& bcs,
14281421
MyMuonsWithCov const& tracksMuon, MFTTrackLabeled const& mftTracks,
14291422
aod::FwdTrackAssoc const& fwdTrackAssocs, aod::MFTTrackAssoc const& mftAssocs,

0 commit comments

Comments
 (0)