Skip to content

Commit 94f89c0

Browse files
author
Isabel Kantak
committed
Solve PR formatting clang
1 parent 269a517 commit 94f89c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PWGEM/PhotonMeson/DataModel/gammaTables.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ using EMPrimaryElectronFromDalitz = EMPrimaryElectronsFromDalitz::iterator;
413413

414414
namespace v0photonsphiv
415415
{
416-
DECLARE_SOA_INDEX_COLUMN(EMEvent, emevent); //!
417-
DECLARE_SOA_COLUMN(PhiV, phiv, float); //!
416+
DECLARE_SOA_INDEX_COLUMN(EMEvent, emevent); //!
417+
DECLARE_SOA_COLUMN(PhiV, phiv, float); //!
418418
} // namespace v0photonsphiv
419419
DECLARE_SOA_TABLE(V0PhotonsPhiV, "AOD", "V0PHOTONPHIV", //!
420420
o2::soa::Index<>, v0photonsphiv::PhiV);

PWGEM/PhotonMeson/TableProducer/photonconversionbuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
//
1616
// \author Daiki Sekihata <daiki.sekihata@cern.ch>, Tokyo
1717

18+
#include "PWGEM/Dilepton/Utils/PairUtilities.h"
1819
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
1920
#include "PWGEM/PhotonMeson/Utils/PCMUtilities.h"
2021
#include "PWGEM/PhotonMeson/Utils/TrackSelection.h"
21-
#include "PWGEM/Dilepton/Utils/PairUtilities.h"
2222

2323
#include "Common/Core/RecoDecay.h"
2424
#include "Common/Core/TPCVDriftManager.h"

0 commit comments

Comments
 (0)