ATLAS Offline Software
GroupProperties.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGDECISIONINTERFACE_GROUPPROPERTIES_H
6 #define TRIGDECISIONINTERFACE_GROUPPROPERTIES_H
7 
8 #include "CxxUtils/bitmask.h"
9 
10 namespace TrigDefs {
11 
13  enum class Group {
14  Default = 0,
15  NoRegex = 1,
17  };
18 }
19 
20 #endif
TrigDefs::Group::ATH_BITMASK
@ ATH_BITMASK
TrigDefs::Group
Group
Properties of a chain group.
Definition: GroupProperties.h:13
TrigDefs::Group::NoRegex
@ NoRegex
Do not use regular expressions.
bitmask.h
Helpers for treating a class enum as a bitmask.
TrigDefs
Definition: Trigger/TrigEvent/TrigDecisionInterface/TrigDecisionInterface/Conditions.h:19
Default