Skip to content

Commit 377c077

Browse files
committed
Fixing column type
1 parent 0f80ae5 commit 377c077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DPG/Tasks/AOTTrack/PID/HMPID/tableHMPID.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inline constexpr int kDimPhotonsCharge = 10;
2424

2525
namespace variables_table
2626
{
27-
using PhotonsChargeArray = std::array<float, kDimPhotonsCharge>;
27+
using PhotonsChargeArray = o2::soa::Array<float, kDimPhotonsCharge>;
2828

2929
DECLARE_SOA_COLUMN(ChAngle, chAngle, float);
3030
DECLARE_SOA_COLUMN(MomentumHmpid, momentumHmpid, float);

0 commit comments

Comments
 (0)