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
5050namespace kshortpionpair
5151{
52- DECLARE_SOA_INDEX_COLUMN (KShortpionEventId, kshortpionEventId );
52+ DECLARE_SOA_INDEX_COLUMN (KShortpionEventId, kShortpionEventId );
5353DECLARE_SOA_COLUMN (V0Cospa, v0Cospa, float ); // ! V0 Cospa
5454DECLARE_SOA_COLUMN (V0Radius, v0Radius, float ); // ! V0 Radius
5555DECLARE_SOA_COLUMN (DcaPositive, dcaPositive, float ); // ! DCA Positive
@@ -60,14 +60,14 @@ DECLARE_SOA_COLUMN(KShortPx, kShortPx, float); //! KShort Px
6060DECLARE_SOA_COLUMN (KShortPy, kShortPy , float ); // ! KShort Py
6161DECLARE_SOA_COLUMN (KShortPz, kShortPz , float ); // ! KShort Pz
6262DECLARE_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
7171DECLARE_SOA_COLUMN (PionIndex1, pionIndex1, int ); // ! Daughter Pion index1
7272DECLARE_SOA_COLUMN (PionIndex2, pionIndex2, int ); // ! Daughter Pion index2
7373} // namespace kshortpionpair
0 commit comments