Skip to content

Commit 0b26ccb

Browse files
author
Youssef El Mard Bouziani
committed
Move MaterialBudgetWeights header to Core and update includes
1 parent b264ddc commit 0b26ccb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h renamed to PWGEM/PhotonMeson/Core/MaterialBudgetWeights.h

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

19-
#ifndef PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
20-
#define PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
19+
#ifndef PWGEM_PHOTONMESON_CORE_MATERIALBUDGETWEIGHTS_H_
20+
#define PWGEM_PHOTONMESON_CORE_MATERIALBUDGETWEIGHTS_H_
2121

2222
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
2323

@@ -112,4 +112,4 @@ struct MaterialBudgetWeights {
112112
PROCESS_SWITCH(MaterialBudgetWeights, processDummy, "Fill dummy MB weights (=1)", true);
113113
};
114114

115-
#endif // PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
115+
#endif // PWGEM_PHOTONMESON_CORE_MATERIALBUDGETWEIGHTS_H_

PWGEM/PhotonMeson/TableProducer/materialBudgetWeights.cxx

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

18-
#include "PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h"
18+
#include "PWGEM/PhotonMeson/Core/MaterialBudgetWeights.h"
1919

2020
#include "Framework/runDataProcessing.h"
2121

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaMCPCMPCM.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
/// \brief This code loops over photons and makes pairs for neutral mesons analyses in MC for PCM-PCM.
1414
/// \author D. Sekihata, daiki.sekihata@cern.ch
1515

16+
#include "PWGEM/PhotonMeson/Core/MaterialBudgetWeights.h"
1617
#include "PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h"
1718
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
18-
#include "PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h"
1919
#include "PWGEM/PhotonMeson/Utils/PairUtilities.h"
2020

2121
#include <Framework/ASoA.h>

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaPCMPCM.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
/// \brief This code loops over photons and makes pairs for neutral mesons analyses for PCM-PCM.
1414
/// \author D. Sekihata, daiki.sekihata@cern.ch
1515

16+
#include "PWGEM/PhotonMeson/Core/MaterialBudgetWeights.h"
1617
#include "PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h"
1718
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
18-
#include "PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h"
1919
#include "PWGEM/PhotonMeson/Utils/PairUtilities.h"
2020

2121
#include <Framework/AnalysisDataModel.h>

0 commit comments

Comments
 (0)