ATLAS Offline Software
Loading...
Searching...
No Matches
IHLTPrescaleSetCollectionLoader.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_IHLTPrescaleSetCollectionLoader
6#define TrigConf_IHLTPrescaleSetCollectionLoader
7
9
10#include <sys/types.h>
11
12namespace TrigConf {
13
15
17 public:
18 virtual ~IHLTPrescaleSetCollectionLoader() override = default;
19 virtual bool load( HLTPrescaleSetCollection& hltPS, uint requestcounter, const std::string& partition) = 0;
20 };
21
22}
23
24#endif
unsigned int uint
HLT chain configuration information.
virtual bool load(HLTPrescaleSetCollection &hltPS, uint requestcounter, const std::string &partition)=0
virtual ~IHLTPrescaleSetCollectionLoader() 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