@@ -110,10 +110,10 @@ DECLARE_SOA_DYNAMIC_COLUMN(TPCNSigmaPr, tpcNSigmaPr, //! unpacked TPC nsigma
110110// ==== TOF INFORMATION ===
111111DECLARE_SOA_INDEX_COLUMN (DauTrackExtra, dauTrackExtra); // ! point to daughter this TOF info belongs to
112112DECLARE_SOA_INDEX_COLUMN (StraCollision, straCollision); // ! point to collision associated with this track (not the V0/Casc)
113- DECLARE_SOA_COLUMN (TOFSignal, tofSignal, float ); // ! track TOF signal
114- DECLARE_SOA_COLUMN (TOFEvTime, tofEvTime, float ); // ! event time
115- DECLARE_SOA_COLUMN (Length, length, float ); // ! track length (to assigned PV)
116- DECLARE_SOA_COLUMN (TOFExpMom, tofExpMom, float ); // ! tof Exp Mom (to assigned PV)
113+ DECLARE_SOA_COLUMN (TOFSignal, tofSignal, float ); // ! track TOF signal
114+ DECLARE_SOA_COLUMN (TOFEvTime, tofEvTime, float ); // ! event time
115+ DECLARE_SOA_COLUMN (Length, length, float ); // ! track length (to assigned PV)
116+ DECLARE_SOA_COLUMN (TOFExpMom, tofExpMom, float ); // ! tof Exp Mom (to assigned PV)
117117
118118// dynamics with expected times
119119DECLARE_SOA_DYNAMIC_COLUMN (TOFExpTimeEl, tofExpTimeEl, // ! Expected time for the track to reach the TOF under the electron hypothesis
@@ -176,7 +176,7 @@ using DauTrackTOFPIDs = DauTrackTOFPIDs_001; // second gen: with collision Id, w
176176namespace v0data
177177{
178178// define constants for NSigma operation
179- const float kNoTOFValue = -1e+6 ;
179+ constexpr float kNoTOFValue = -1e+6 ;
180180const float kEpsilon = 1e-4 ;
181181
182182// ==== TOF INFORMATION ===
@@ -187,8 +187,8 @@ DECLARE_SOA_COLUMN(PosTOFSignal, posTOFSignal, float); //! positive trac
187187DECLARE_SOA_COLUMN (NegTOFSignal, negTOFSignal, float ); // ! negative track signal
188188DECLARE_SOA_COLUMN (PosTOFEventTime, posTOFEventTime, float ); // ! positive track event time
189189DECLARE_SOA_COLUMN (NegTOFEventTime, negTOFEventTime, float ); // ! negative track event time
190- DECLARE_SOA_COLUMN (PosTOFLength, posTOFLength, float ); // ! positive track length, recalculated
191- DECLARE_SOA_COLUMN (NegTOFLength, negTOFLength, float ); // ! negative track length, recalculated
190+ DECLARE_SOA_COLUMN (PosTOFLength, posTOFLength, float ); // ! positive track length, recalculated
191+ DECLARE_SOA_COLUMN (NegTOFLength, negTOFLength, float ); // ! negative track length, recalculated
192192
193193// delta-times
194194DECLARE_SOA_COLUMN (PosTOFDeltaTLaPi, posTOFDeltaTLaPi, float ); // ! positive track TOFDeltaT from pion <- lambda expectation
0 commit comments