Skip to content

Commit c6c9fff

Browse files
author
Youssef El Mard Bouziani
committed
Apply formatting fixes
1 parent 5fd18ec commit c6c9fff

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

PWGEM/PhotonMeson/DataModel/gammaTables.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,7 @@ DECLARE_SOA_COLUMN(OmegaMBWeight, omegaMBWeight, float);
726726

727727
DECLARE_SOA_TABLE(V0PhotonOmegaMBWeights, "AOD", "V0PHOTONMBW", v0photonMBweights::OmegaMBWeight); // store MB weights. To be joined with V0PhotonsKF table at analysis level.
728728

729-
using V0PhotonOmegaMBWeight = V0PhotonOmegaMBWeights::iterator;
729+
using V0PhotonOmegaMBWeight = V0PhotonOmegaMBWeights::iterator;
730730
} // namespace o2::aod
731731

732-
733-
734732
#endif // PWGEM_PHOTONMESON_DATAMODEL_GAMMATABLES_H_

PWGEM/PhotonMeson/TableProducer/materialBudgetWeights.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
///
1616
/// \author Youssef El Mard (youssef.el.mard.bouziani@cern.ch)
1717

18-
1918
#include "PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h"
19+
2020
#include "Framework/runDataProcessing.h"
2121

2222
using namespace o2::framework;
2323

2424
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
2525
{
2626
return WorkflowSpec{adaptAnalysisTask<MaterialBudgetWeights>(cfgc)};
27-
}
27+
}

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaPCMPCM.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
#include "PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h"
1717
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
18-
#include "PWGEM/PhotonMeson/Utils/PairUtilities.h"
1918
#include "PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h"
19+
#include "PWGEM/PhotonMeson/Utils/PairUtilities.h"
2020

2121
#include <Framework/AnalysisDataModel.h>
2222
#include <Framework/AnalysisTask.h>

PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
#ifndef PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
2020
#define PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
2121

22+
#include <map>
23+
#include <string>
24+
2225
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
2326

2427
#include "Framework/ASoAHelpers.h"
@@ -29,9 +32,12 @@
2932
#include <Framework/Configurable.h>
3033
#include <Framework/InitContext.h>
3134

35+
<<<<<<< HEAD
3236
#include <map>
3337
#include <string>
3438

39+
=======
40+
>>>>>>> 947616059 (Apply formatting fixes)
3541
using namespace o2;
3642
using namespace o2::soa;
3743
using namespace o2::framework;
@@ -112,4 +118,4 @@ struct MaterialBudgetWeights {
112118
PROCESS_SWITCH(MaterialBudgetWeights, processDummy, "Fill dummy MB weights (=1)", true);
113119
};
114120

115-
#endif // PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
121+
#endif // PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_

0 commit comments

Comments
 (0)