Skip to content

Commit 8872776

Browse files
author
Maurice Coquet
committed
Adding new process to TM
1 parent 16c7f89 commit 8872776

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,16 @@ struct TableMaker {
16181618
fullSkimming<gkEventFillMapWithCentAndMults, 0u, gkMuonFillMapWithCov, gkMFTFillMap>(collisions, bcs, nullptr, nullptr, muons, mftTracks, nullptr, fwdTrackAssocs, mftAssocs, nullptr);
16191619
}
16201620

1621+
// produce the muon+mft DQ skimmed data model typically including MFT covariances
1622+
void processPPMuonRefit(MyEventsWithMults const& collisions, BCsWithTimestamps const& bcs,
1623+
MyMuonsWithCov const& muons, MFTTracks const& mftTracks,
1624+
FwdTrackAssoc const& fwdTrackAssocs, MFTTrackAssoc const& mftAssocs,
1625+
aod::MFTTracksCov const& mftCovs)
1626+
{
1627+
fullSkimming<gkEventFillMapWithMults, 0u, gkMuonFillMapWithCov, gkMFTCovFillMap>(collisions, bcs, nullptr, nullptr, muons, mftTracks, nullptr, fwdTrackAssocs, mftAssocs, mftCovs);
1628+
}
1629+
1630+
16211631
// Process the BCs and store stats for luminosity retrieval -----------------------------------------------------------------------------------
16221632
void processOnlyBCs(soa::Join<aod::BCs, aod::BcSels>::iterator const& bc)
16231633
{

0 commit comments

Comments
 (0)