We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadfe23 commit 70efa5bCopy full SHA for 70efa5b
1 file changed
PWGJE/DataModel/GammaJetAnalysisTree.h
@@ -52,7 +52,7 @@ DECLARE_SOA_COLUMN(Time, time, float); //! clust
52
DECLARE_SOA_COLUMN(IsExotic, isExotic, bool); //! flag to mark cluster as exotic
53
DECLARE_SOA_COLUMN(DistanceToBadChannel, distanceToBadChannel, float); //! distance to bad channel
54
DECLARE_SOA_COLUMN(NLM, nlm, ushort); //! number of local maxima
55
-DECLARE_SOA_COLUMN(IsoRaw, isoraw, ushort); //! isolation in cone not corrected for Rho
+DECLARE_SOA_COLUMN(IsoRaw, isoraw, float); //! isolation in cone not corrected for Rho
56
DECLARE_SOA_COLUMN(PerpConeRho, perpconerho, float); //! rho in perpendicular cone
57
DECLARE_SOA_COLUMN(TMdeltaPhi, tmdeltaphi, float); //! delta phi between cluster and closest match
58
DECLARE_SOA_COLUMN(TMdeltaEta, tmdeltaeta, float); //! delta eta between cluster and closest match
0 commit comments