Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaMCPCMPCM.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@

#include "PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h"
#include "PWGEM/PhotonMeson/DataModel/gammaTables.h"
#include "PWGEM/PhotonMeson/Utils/PairUtilities.h"
#include "PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h"

#include "PWGEM/PhotonMeson/Utils/PairUtilities.h"

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

5 changes: 1 addition & 4 deletions PWGEM/PhotonMeson/Utils/MaterialBudgetWeights.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
#ifndef PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_
#define PWGEM_PHOTONMESON_UTILS_MATERIALBUDGETWEIGHTS_H_

#include <map>
#include <string>

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

#include "Framework/ASoAHelpers.h"
Expand Down Expand Up @@ -93,7 +90,7 @@ struct MaterialBudgetWeights {
LOG(info) << "MaterialBudgetWeights: standard process running";
once = true;
}
if (!hOmegaMBFromCCDB) { // histogram not loaded => behave like dummy
if (!hOmegaMBFromCCDB) { // histogram not loaded => behave like dummy
omegaMBWeight(1.f);
return;
}
Expand Down
Loading