ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace TrigDefs {
11
13 enum class Group {
15 NoRegex = 1,
17 };
18}
19
20#endif
Helpers for treating a class enum as a bitmask.
Group
Properties of a chain group.
@ NoRegex
Do not use regular expressions.