10#include <mdst/dbobjects/SoftwareTriggerCutBase.h>
Class to handle storing SoftwareTriggerCuts in the database.
ClassDef(DBRepresentationOfSoftwareTriggerCut, 2)
Make this class ready for ROOT.
const std::string & getCutString() const
Return the cut string stored in this db representation.
DBRepresentationOfSoftwareTriggerCut(unsigned int preScaleFactor, const bool &isRejectCut, const std::string &cutString)
Constructor from the three components pre scale factor, reject flag and cut string.
std::string m_cutString
The internal storage of the string representation of the cut.
DBRepresentationOfSoftwareTriggerCut()=default
Default constructor for ROOT.
Base class for the SoftwareTriggerCut and its DBRepresentation.
bool isRejectCut() const
Returns true, if the cut is a reject cut and false otherwise.
Abstract base class for different kinds of events.