Skip to content

Commit 1eb2a99

Browse files
authored
[PWGCF] Adding support for cascade triggers in the FemtoDream producer (#13533)
1 parent f25f9e9 commit 1eb2a99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/FemtoDream/TableProducer/femtoDreamProducerTask.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ using FemtoFullTracks =
7777

7878
namespace softwareTriggers
7979
{
80-
static const int nTriggers = 6;
81-
static const std::vector<std::string> triggerNames{"fPPP", "fPPL", "fPLL", "fLLL", "fPD", "fLD"};
80+
static const int nTriggers = 11;
81+
static const std::vector<std::string> triggerNames{"fPPP", "fPPL", "fPLL", "fLLL", "fPD", "fLD", "fDoubleXi", "fDoubleOmega", "fOmegaHighMult", "fTrackedXi", "fTrackedOmega"};
8282
static const float triggerSwitches[1][nTriggers]{
83-
{0, 0, 0, 0, 0, 0}};
83+
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}};
8484
} // namespace softwareTriggers
8585

8686
template <typename T>

0 commit comments

Comments
 (0)