Skip to content

Commit f45b62e

Browse files
committed
add missing include
1 parent 2b28fd8 commit f45b62e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGCF/TwoParticleCorrelations/Tasks/neutronProtonCorrZdc.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "Common/DataModel/PIDResponse.h"
2323
#include "Common/DataModel/Centrality.h"
2424
#include "Common/DataModel/Multiplicity.h"
25+
#include "Framework/StaticFor.h"
2526

2627
using namespace o2;
2728
using namespace o2::framework;
@@ -110,7 +111,7 @@ struct NeutronProtonCorrZdc {
110111
template <int side, typename Z>
111112
void fillZDCHistos(const float centr, const Z& zdc)
112113
{
113-
static constexpr std::string SubDir[2] = {"ASide/", "CSide/"};
114+
static constexpr std::string SubDir[] = {"ASide/", "CSide/"};
114115

115116
std::array<std::array<float, 4>, 2> znEnergyResponse = {zdc.energySectorZNA(), zdc.energySectorZNC()};
116117
std::array<std::array<float, 4>, 2> zpEnergyResponse = {zdc.energySectorZPA(), zdc.energySectorZPC()};

0 commit comments

Comments
 (0)