Skip to content

Commit 531c9f7

Browse files
committed
Please consider the following formatting changes
1 parent 12fbfb5 commit 531c9f7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaMCPCMPCM.cxx

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

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

2221
#include <Framework/ASoA.h>
2322
#include <Framework/AnalysisTask.h>
@@ -38,4 +37,3 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
3837
adaptAnalysisTask<Pi0EtaToGammaGammaMC<PairType::kPCMPCM, MyV0Photons, MyMCV0Legs>>(cfgc, TaskName{"pi0eta-to-gammagamma-mc-pcmpcm"}),
3938
};
4039
}
41-

PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h

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

22-
#include <map>
23-
#include <string>
24-
2522
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
2623

2724
#include "Framework/ASoAHelpers.h"
@@ -93,7 +90,7 @@ struct MaterialBudgetWeights {
9390
LOG(info) << "MaterialBudgetWeights: standard process running";
9491
once = true;
9592
}
96-
if (!hOmegaMBFromCCDB) { // histogram not loaded => behave like dummy
93+
if (!hOmegaMBFromCCDB) { // histogram not loaded => behave like dummy
9794
omegaMBWeight(1.f);
9895
return;
9996
}

0 commit comments

Comments
 (0)