 |
Belle II Software
release-05-02-19
|
12 #include <mdst/dbobjects/SoftwareTriggerCutBase.h>
28 class DBRepresentationOfSoftwareTriggerCut :
public TObject,
public SoftwareTriggerCutBase {
ClassDef(DBRepresentationOfSoftwareTriggerCut, 2)
Make this class ready for ROOT.
bool isRejectCut() const
Returns true, if the cut is a reject cut and false otherwise.
SoftwareTriggerCutBase(unsigned int preScaleFactor=1, const bool &isRejectCut=false)
Create a new base instance. This should rarely be called by yourself.
std::string m_cutString
The internal storage of the string representation of the cut.
DBRepresentationOfSoftwareTriggerCut()=default
Default constructor for ROOT.
Abstract base class for different kinds of events.
Class to handle storing SoftwareTriggerCuts in the database.
const std::string & getCutString() const
Return the cut string stored in this db representation.