@@ -55,12 +55,13 @@ DECLARE_SOA_DYNAMIC_COLUMN(NSigmaRich, nSigmaRich, //! General f
5555 }
5656 });
5757
58- DECLARE_SOA_COLUMN (HasSig, hasSig, bool ); // ! Has signal in the barrel rich (is particle over threshold)
59- DECLARE_SOA_COLUMN (HasSigEl, hasSigEl, bool ); // ! Has nSigma electron BarrelRich (is electron over threshold)
60- DECLARE_SOA_COLUMN (HasSigMu, hasSigMu, bool ); // ! Has nSigma muon BarrelRich (is muon over threshold)
61- DECLARE_SOA_COLUMN (HasSigPi, hasSigPi, bool ); // ! Has nSigma pion BarrelRich (is pion over threshold)
62- DECLARE_SOA_COLUMN (HasSigKa, hasSigKa, bool ); // ! Has nSigma kaon BarrelRich (is kaon over threshold)
63- DECLARE_SOA_COLUMN (HasSigPr, hasSigPr, bool ); // ! Has nSigma proton BarrelRich (is proton over threshold)
58+ DECLARE_SOA_COLUMN (HasSig, hasSig, bool ); // ! Has signal in the barrel rich (is particle over threshold)
59+ DECLARE_SOA_COLUMN (HasSigInGas, hasSigInGas, bool ); // ! Has signal in the gas radiator in the barrel rich (is particle over threshold)
60+ DECLARE_SOA_COLUMN (HasSigEl, hasSigEl, bool ); // ! Has nSigma electron BarrelRich (is electron over threshold)
61+ DECLARE_SOA_COLUMN (HasSigMu, hasSigMu, bool ); // ! Has nSigma muon BarrelRich (is muon over threshold)
62+ DECLARE_SOA_COLUMN (HasSigPi, hasSigPi, bool ); // ! Has nSigma pion BarrelRich (is pion over threshold)
63+ DECLARE_SOA_COLUMN (HasSigKa, hasSigKa, bool ); // ! Has nSigma kaon BarrelRich (is kaon over threshold)
64+ DECLARE_SOA_COLUMN (HasSigPr, hasSigPr, bool ); // ! Has nSigma proton BarrelRich (is proton over threshold)
6465
6566} // namespace upgrade_rich
6667DECLARE_SOA_TABLE (UpgradeRichs, " AOD" , " UPGRADERICH" ,
@@ -83,7 +84,8 @@ DECLARE_SOA_TABLE(UpgradeRichSignals, "AOD", "UPGRADERICHSIG",
8384 upgrade_rich::HasSigMu,
8485 upgrade_rich::HasSigPi,
8586 upgrade_rich::HasSigKa,
86- upgrade_rich::HasSigPr);
87+ upgrade_rich::HasSigPr,
88+ upgrade_rich::HasSigInGas);
8789
8890using UpgradeRichSignal = UpgradeRichSignals::iterator;
8991
0 commit comments