@@ -37,12 +37,6 @@ DECLARE_SOA_COLUMN(ZMothIU, zMothIU, float); //! Z of
3737DECLARE_SOA_COLUMN (PxMothSV, pxMothSV, float ); // ! Px of the mother track at the decay vertex
3838DECLARE_SOA_COLUMN (PyMothSV, pyMothSV, float ); // ! Py of the mother track at the decay vertex
3939DECLARE_SOA_COLUMN (PzMothSV, pzMothSV, float ); // ! Pz of the mother track at the decay vertex
40- DECLARE_SOA_COLUMN (RefitPxMothPV, refitPxMothPV, float ); // ! Refit Px of the mother track at the primary vertex
41- DECLARE_SOA_COLUMN (RefitPyMothPV, refitPyMothPV, float ); // ! Refit Py of the mother track at the primary vertex
42- DECLARE_SOA_COLUMN (RefitPzMothPV, refitPzMothPV, float ); // ! Refit Pz of the mother track at the primary vertex
43- DECLARE_SOA_COLUMN (RefitPxMothSV, refitPxMothSV, float ); // ! Refit Px of the mother track at the decay vertex
44- DECLARE_SOA_COLUMN (RefitPyMothSV, refitPyMothSV, float ); // ! Refit Py of the mother track at the decay vertex
45- DECLARE_SOA_COLUMN (RefitPzMothSV, refitPzMothSV, float ); // ! Refit Pz of the mother track at the decay vertex
4640DECLARE_SOA_COLUMN (PxDaugSV, pxDaugSV, float ); // ! Px of the daughter track at the decay vertex
4741DECLARE_SOA_COLUMN (PyDaugSV, pyDaugSV, float ); // ! Py of the daughter track at the decay vertex
4842DECLARE_SOA_COLUMN (PzDaugSV, pzDaugSV, float ); // ! Pz of the daughter track at the decay vertex
@@ -90,8 +84,6 @@ DECLARE_SOA_TABLE(HypKinkCand, "AOD", "HYPKINKCANDS",
9084 hyperkink::IsMatter,
9185 hyperkink::XMothIU, hyperkink::YMothIU, hyperkink::ZMothIU,
9286 hyperkink::PxMothSV, hyperkink::PyMothSV, hyperkink::PzMothSV,
93- hyperkink::RefitPxMothPV, hyperkink::RefitPyMothPV, hyperkink::RefitPzMothPV,
94- hyperkink::RefitPxMothSV, hyperkink::RefitPyMothSV, hyperkink::RefitPzMothSV,
9587 hyperkink::PxDaugSV, hyperkink::PyDaugSV, hyperkink::PzDaugSV,
9688 hyperkink::DcaMothPv, hyperkink::DcaDaugPv, hyperkink::DcaKinkTopo,
9789 hyperkink::ItsChi2Moth, hyperkink::ItsClusterSizesMoth, hyperkink::ItsClusterSizesDaug,
@@ -107,8 +99,6 @@ DECLARE_SOA_TABLE(MCHypKinkCand, "AOD", "MCHYPKINKCANDS",
10799 hyperkink::IsMatter,
108100 hyperkink::XMothIU, hyperkink::YMothIU, hyperkink::ZMothIU,
109101 hyperkink::PxMothSV, hyperkink::PyMothSV, hyperkink::PzMothSV,
110- hyperkink::RefitPxMothPV, hyperkink::RefitPyMothPV, hyperkink::RefitPzMothPV,
111- hyperkink::RefitPxMothSV, hyperkink::RefitPyMothSV, hyperkink::RefitPzMothSV,
112102 hyperkink::PxDaugSV, hyperkink::PyDaugSV, hyperkink::PzDaugSV,
113103 hyperkink::DcaMothPv, hyperkink::DcaDaugPv, hyperkink::DcaKinkTopo,
114104 hyperkink::ItsChi2Moth, hyperkink::ItsClusterSizesMoth, hyperkink::ItsClusterSizesDaug,
0 commit comments