ATLAS Offline Software
Loading...
Searching...
No Matches
IHLTPrescaleSetLoader.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TrigConf_IHLTPrescaleSetLoader
6#define TrigConf_IHLTPrescaleSetLoader
7
9
10namespace TrigConf {
11
12 class HLTPrescaleSet;
13
14 class IHLTPrescaleSetLoader : virtual public ILoader {
15 public:
16 virtual ~IHLTPrescaleSetLoader() override = default;
17 virtual bool load(HLTPrescaleSet& hltpss) = 0;
18 };
19
20}
21
22#endif
HLT chain configuration information.
virtual bool load(HLTPrescaleSet &hltpss)=0
virtual ~IHLTPrescaleSetLoader() override=default
Interface class for loaders.
Definition ILoader.h:17
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22