Skip to content

Commit 3b5f08b

Browse files
authored
Add HfSigmaCP column to filterTables.h
1 parent 4ac7d66 commit 3b5f08b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

EventFiltering/filterTables.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ DECLARE_SOA_COLUMN(HfCharmBarToXi2Bach, hasHfCharmBarToXi2Bach, bool);
9292
DECLARE_SOA_COLUMN(HfPrCharm2P, hasHfPrCharm2P, bool); //! Charm baryon to 2-prong + bachelors
9393
DECLARE_SOA_COLUMN(HfSigmaCPPK, hasHfSigmaCPPK, bool); //! SigmaC(2455)++K- and SigmaC(2520)++K- + c.c.
9494
DECLARE_SOA_COLUMN(HfSigmaC0K0, hasHfSigmaC0K0, bool); //! SigmaC(2455)0KS0 and SigmaC(2520)0KS0
95+
DECLARE_SOA_COLUMN(HfSigmaCP, hasHfSigmaCP, bool); //! SigmaC(2455)P
9596
DECLARE_SOA_COLUMN(HfPhotonCharm2P, hasHfPhotonCharm2P, bool); //! photon with 2-prong charm hadron
9697
DECLARE_SOA_COLUMN(HfPhotonCharm3P, hasHfPhotonCharm3P, bool); //! photon with 3-prong charm hadron
9798
DECLARE_SOA_COLUMN(HfSingleCharm2P, hasHfSingleCharm2P, bool); //! 2-prong charm hadron (for efficiency studies)
@@ -280,6 +281,7 @@ DECLARE_SOA_TABLE(HfFilters, "AOD", "HfFilters", //!
280281
filtering::HfCharmBarToXiBach,
281282
filtering::HfSigmaCPPK,
282283
filtering::HfSigmaC0K0,
284+
filtering::HfSigmaCP,
283285
filtering::HfPhotonCharm2P,
284286
filtering::HfPhotonCharm3P,
285287
filtering::HfSingleCharm2P,

0 commit comments

Comments
 (0)