ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
GoodRunsLists
GoodRunsLists
TriggerRegistryTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef GoodRunsLists_TriggerRegistryTool_H
6
#define GoodRunsLists_TriggerRegistryTool_H
7
12
13
#include "
GoodRunsLists/ITriggerRegistryTool.h
"
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
16
//typedef std::pair< std::vector<std::string>, std::vector<std::string> > vvPair;
17
21
22
class
TriggerRegistryTool
:
public
extends<AthAlgTool, ITriggerRegistryTool>
23
{
24
public
:
25
TriggerRegistryTool
(
const
std::string&,
const
std::string&,
const
IInterface* );
26
virtual
~TriggerRegistryTool
();
27
29
bool
registerTriggerSelector
(
const
TString& name,
const
TString& regexpr,
const
std::list<TString>& trigpar);
31
const
std::map< TString, tvtPair >&
getTriggerSelectorRegistry
() {
return
m_registry
; }
32
33
protected
:
34
35
std::map< TString, tvtPair >
m_registry
;
36
};
37
38
#endif
39
AthAlgTool.h
ITriggerRegistryTool.h
TriggerRegistryTool::m_registry
std::map< TString, tvtPair > m_registry
Definition
TriggerRegistryTool.h:35
TriggerRegistryTool::TriggerRegistryTool
TriggerRegistryTool(const std::string &, const std::string &, const IInterface *)
Definition
TriggerRegistryTool.cxx:8
TriggerRegistryTool::getTriggerSelectorRegistry
const std::map< TString, tvtPair > & getTriggerSelectorRegistry()
get selector registry
Definition
TriggerRegistryTool.h:31
TriggerRegistryTool::registerTriggerSelector
bool registerTriggerSelector(const TString &name, const TString ®expr, const std::list< TString > &trigpar)
register trigger
Definition
TriggerRegistryTool.cxx:20
TriggerRegistryTool::~TriggerRegistryTool
virtual ~TriggerRegistryTool()
Definition
TriggerRegistryTool.cxx:14
Generated on
for ATLAS Offline Software by
1.14.0