Skip to content

Commit b23f411

Browse files
authored
PWGEM/PhotonMeson: fix histogram name in pcmQCMC.cxx (#10612)
1 parent 5b9a893 commit b23f411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Tasks/pcmQCMC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct PCMQCMC {
114114

115115
HistogramRegistry fRegistry{"output", {}, OutputObjHandlingPolicy::AnalysisObject, false, false};
116116
static constexpr std::string_view event_types[2] = {"before/", "after/"};
117-
static constexpr std::string_view mcphoton_types[5] = {"primary/", "fromWD/", "fromHS/", "fromPi0Dalitz/", "fromEtaDalitz"};
117+
static constexpr std::string_view mcphoton_types[5] = {"primary/", "fromWD/", "fromHS/", "fromPi0Dalitz/", "fromEtaDalitz/"};
118118

119119
void init(InitContext&)
120120
{

0 commit comments

Comments
 (0)