ATLAS Offline Software
Loading...
Searching...
No Matches
xAODKeysMatch.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: xAODKeysMatch.h 612011 2014-08-15 13:43:57Z krasznaa $
8#ifndef TRIGCONFXAOD_TOOLS_XAODKEYSMATCH_H
9#define TRIGCONFXAOD_TOOLS_XAODKEYSMATCH_H
10
11// xAOD include(s):
14
15namespace TrigConf {
16
18 bool xAODKeysMatch( const xAOD::TrigConfKeys* keys,
19 const xAOD::TriggerMenu* menu );
20
22 bool xAODKeysMatch( const xAOD::TriggerMenu* menuA,
23 const xAOD::TriggerMenu* menuB );
24
25} // namespace TrigConf
26
27#endif // TRIGCONFXAOD_TOOLS_XAODKEYSMATCH_H
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22
bool xAODKeysMatch(const xAOD::TrigConfKeys *keys, const xAOD::TriggerMenu *menu)
Since this is used in a couple of places, it seemed to make sense to put this simple code into a cent...
TriggerMenu_v1 TriggerMenu
Define the latest version of the trigger menu class.
Definition TriggerMenu.h:16
TrigConfKeys_v1 TrigConfKeys
Declare the current version of the trigger configuration keys type.