Skip to content

Commit 97fe78b

Browse files
author
Prottay Das
committed
updated O2linter issues2
1 parent 2037dc0 commit 97fe78b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

PWGLF/DataModel/LFCKSSpinalignmentTables.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file cksspinalignment.cxx
12+
/// \file LFCKSSpinalignmentTables.h
1313
/// \brief DataModel for Charged KStar spin alignment
1414
///
1515
/// \author Prottay Das <prottay.das@cern.ch>
@@ -49,7 +49,7 @@ using KShortpionEvent = KShortpionEvents::iterator;
4949

5050
namespace kshortpionpair
5151
{
52-
DECLARE_SOA_INDEX_COLUMN(KShortpionEventId, kshortpionEventId);
52+
DECLARE_SOA_INDEX_COLUMN(KShortpionEventId, kShortpionEventId);
5353
DECLARE_SOA_COLUMN(V0Cospa, v0Cospa, float); //! V0 Cospa
5454
DECLARE_SOA_COLUMN(V0Radius, v0Radius, float); //! V0 Radius
5555
DECLARE_SOA_COLUMN(DcaPositive, dcaPositive, float); //! DCA Positive
@@ -60,14 +60,14 @@ DECLARE_SOA_COLUMN(KShortPx, kShortPx, float); //! KShort Px
6060
DECLARE_SOA_COLUMN(KShortPy, kShortPy, float); //! KShort Py
6161
DECLARE_SOA_COLUMN(KShortPz, kShortPz, float); //! KShort Pz
6262
DECLARE_SOA_COLUMN(KShortMass, kShortMass, float); //! KShort Mass
63-
DECLARE_SOA_COLUMN(PionBachPx, pionbachPx, float); //! Bachelor Pion Px
64-
DECLARE_SOA_COLUMN(PionBachPy, pionbachPy, float); //! Bachelor Pion Py
65-
DECLARE_SOA_COLUMN(PionBachPz, pionbachPz, float); //! Bachelor Pion Pz
66-
DECLARE_SOA_COLUMN(PionBachSign, pionbachSign, int); //! Bachelor Pion Sign
67-
DECLARE_SOA_COLUMN(PionBachTPC, pionbachtpc, float); //! Bachelor Pion nsigmatpc
68-
DECLARE_SOA_COLUMN(PionBachTOFHit, pibachtofhit, int); //! Bachelor Pion tof hit availability
69-
DECLARE_SOA_COLUMN(PionBachTOF, pionbachtof, float); //! Bachelor Pion nsigmatof
70-
DECLARE_SOA_COLUMN(PionBachIndex, pionbachIndex, int); //! Bachelor Pion index
63+
DECLARE_SOA_COLUMN(PionBachPx, pionBachPx, float); //! Bachelor Pion Px
64+
DECLARE_SOA_COLUMN(PionBachPy, pionBachPy, float); //! Bachelor Pion Py
65+
DECLARE_SOA_COLUMN(PionBachPz, pionBachPz, float); //! Bachelor Pion Pz
66+
DECLARE_SOA_COLUMN(PionBachSign, pionBachSign, int); //! Bachelor Pion Sign
67+
DECLARE_SOA_COLUMN(PionBachTPC, pionBachTPC, float); //! Bachelor Pion nsigmatpc
68+
DECLARE_SOA_COLUMN(PionBachTOFHit, pionBachTOFHit, int); //! Bachelor Pion tof hit availability
69+
DECLARE_SOA_COLUMN(PionBachTOF, pionBachTOF, float); //! Bachelor Pion nsigmatof
70+
DECLARE_SOA_COLUMN(PionBachIndex, pionBachIndex, int); //! Bachelor Pion index
7171
DECLARE_SOA_COLUMN(PionIndex1, pionIndex1, int); //! Daughter Pion index1
7272
DECLARE_SOA_COLUMN(PionIndex2, pionIndex2, int); //! Daughter Pion index2
7373
} // namespace kshortpionpair

0 commit comments

Comments
 (0)