The payload class for GDL algorithm.
int getnalgs() const
Getter of the number of algorithms.
std::string getalg(int i) const
Getter for a GDL logic alghrithm.
std::vector< std::string > m_algs
Algorithm strings of GDL logic.
TRGGDLDBAlgs(const TRGGDLDBAlgs &)=default
copy constructor
ClassDef(TRGGDLDBAlgs, 1)
ClassDef, must be the last term before the closing {}.
TRGGDLDBAlgs()
Default constructor.
TRGGDLDBAlgs & operator=(const TRGGDLDBAlgs &)=default
assignment operator
void setalg(const std::string &s)
Setter for a GDL logic alghrithm.
void clear(void)
clear vector
Abstract base class for different kinds of events.