9#include <mdst/dataobjects/SoftwareTriggerResult.h>
10#include <gtest/gtest.h>
19 namespace SoftwareTrigger {
21 TEST(SoftwareTriggerResultTest, basic)
23 SoftwareTriggerResult result;
30 EXPECT_THROW(result.getResult(
"cutTwo"), std::out_of_range);
@ c_accept
Accept this event.
@ c_reject
Reject this event.
@ c_noResult
There were not enough information to decide on what to do with the event.
Abstract base class for different kinds of events.