Belle II Software  release-08-01-10
TRGGDLDBAlgs Class Reference

The payload class for GDL algorithm. More...

#include <TRGGDLDBAlgs.h>

Inheritance diagram for TRGGDLDBAlgs:
Collaboration diagram for TRGGDLDBAlgs:

Public Member Functions

 TRGGDLDBAlgs ()
 Default constructor.
 
 TRGGDLDBAlgs (const TRGGDLDBAlgs &)=default
 copy constructor
 
TRGGDLDBAlgsoperator= (const TRGGDLDBAlgs &)=default
 assignment operator
 
void setalg (const std::string &s)
 Setter for a GDL logic alghrithm.
 
void clear (void)
 clear vector
 
std::string getalg (int i) const
 Getter for a GDL logic alghrithm.
 
int getnalgs () const
 Getter of the number of algorithms.
 

Private Member Functions

 ClassDef (TRGGDLDBAlgs, 1)
 ClassDef, must be the last term before the closing {}.
 

Private Attributes

std::vector< std::string > m_algs
 Algorithm strings of GDL logic.
 

Detailed Description

The payload class for GDL algorithm.

The payload class stores strings of GDL logic algorithm.

Definition at line 25 of file TRGGDLDBAlgs.h.


The documentation for this class was generated from the following file: