Skip to content

Commit 9308ec1

Browse files
Fix clang
1 parent 1eedfc7 commit 9308ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
#include "Common/DataModel/Centrality.h"
3535
#include "Common/DataModel/CollisionAssociationTables.h"
3636
#include "Common/DataModel/EventSelection.h"
37-
#include "Common/DataModel/Qvectors.h"
3837
#include "Common/DataModel/FwdTrackReAlignTables.h"
3938
#include "Common/DataModel/Multiplicity.h"
4039
#include "Common/DataModel/PIDResponseTOF.h"
4140
#include "Common/DataModel/PIDResponseTPC.h"
41+
#include "Common/DataModel/Qvectors.h"
4242
#include "Common/DataModel/TrackSelectionTables.h"
4343
#include "Tools/ML/MlResponse.h"
4444

@@ -1975,7 +1975,7 @@ struct TableMaker {
19751975

19761976
// produce the muon only DQ skimmed data model typically for Pb-Pb (with centrality and flow), no subscribtion to the DQ event filter
19771977
void processPbPbMuonOnlyWithQvect(MyEventsWithCentAndMultsQvect const& collisions, MyBCs const& bcs,
1978-
MyMuonsWithCov const& muons, FwdTrackAssoc const& fwdTrackAssocs, aod::FT0s& ft0s, aod::FV0As& fv0as, aod::FDDs& fdds)
1978+
MyMuonsWithCov const& muons, FwdTrackAssoc const& fwdTrackAssocs, aod::FT0s& ft0s, aod::FV0As& fv0as, aod::FDDs& fdds)
19791979
{
19801980
fullSkimming<gkEventFillMapWithCentAndMultsQvect, 0u, gkMuonFillMapWithCov, 0u>(collisions, bcs, nullptr, nullptr, muons, nullptr, nullptr, fwdTrackAssocs, nullptr, nullptr, ft0s, fv0as, fdds);
19811981
}

0 commit comments

Comments
 (0)