CbmRoot
Loading...
Searching...
No Matches
CbmEventTriggers.cxx
Go to the documentation of this file.
1/* Copyright (C) 2025 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergei Zharko [committer] */
4
9
10#include "CbmEventTriggers.h"
11
12#include <sstream>
13
14// ---------------------------------------------------------------------------------------------------------------------
15//
16std::string CbmEventTriggers::ToString() const
17{
18 std::stringstream msg;
19 msg << "CbmEventTriggers: Lambda " << Test(ETrigger::Lambda) << ", Ks " << Test(ETrigger::Ks);
20 return msg.str();
21}
22
23#ifndef NO_ROOT
25#endif
ClassImp(CbmConverterManager)
A structure to store different triggers in parallel to the CbmEvent (implementation)
Class to store different triggers for a given event.
@ Lambda
Lambda-trigger.
std::string ToString() const
String representation of the class content.
bool Test(ETrigger key) const
Tests a particular single trigger.