Skip to content

Commit 70efa5b

Browse files
[PWGJE] fixed wrong data type for isolation energy (AliceO2Group#10989)
Co-authored-by: ALICE Action Bot <[email protected]>
1 parent eadfe23 commit 70efa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/DataModel/GammaJetAnalysisTree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ DECLARE_SOA_COLUMN(Time, time, float); //! clust
5252
DECLARE_SOA_COLUMN(IsExotic, isExotic, bool); //! flag to mark cluster as exotic
5353
DECLARE_SOA_COLUMN(DistanceToBadChannel, distanceToBadChannel, float); //! distance to bad channel
5454
DECLARE_SOA_COLUMN(NLM, nlm, ushort); //! number of local maxima
55-
DECLARE_SOA_COLUMN(IsoRaw, isoraw, ushort); //! isolation in cone not corrected for Rho
55+
DECLARE_SOA_COLUMN(IsoRaw, isoraw, float); //! isolation in cone not corrected for Rho
5656
DECLARE_SOA_COLUMN(PerpConeRho, perpconerho, float); //! rho in perpendicular cone
5757
DECLARE_SOA_COLUMN(TMdeltaPhi, tmdeltaphi, float); //! delta phi between cluster and closest match
5858
DECLARE_SOA_COLUMN(TMdeltaEta, tmdeltaeta, float); //! delta eta between cluster and closest match

0 commit comments

Comments
 (0)