9#include <hlt/softwaretrigger/core/SoftwareTriggerCut.h>
10#include <gtest/gtest.h>
19 namespace SoftwareTrigger {
22 TEST(SoftwareTriggerVarialeManagerTest, pickVariables)
24 SoftwareTriggerObject softwareTriggerObject;
25 softwareTriggerObject[
"one_variable"] = 1.1;
35 softwareTriggerObject[
"two_variable"] = 2.2;
42 softwareTriggerObject[
"two_variable"] = 2.3;
static std::unique_ptr< SoftwareTriggerCut > compile(const std::string &cut_string, const unsigned int prescaleFactor, const bool rejectCut=false)
Compile a new SoftwareTriggerCut from a cut string (by using the GeneralCut::compile function) and an...
@ c_accept
Accept 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.