ATLAS Offline Software
Loading...
Searching...
No Matches
ISequenceContentTableLoader.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_ISequenceContentTableLoader
6#define TrigConf_ISequenceContentTableLoader
7
9
10namespace TrigConf
11{
12 class SequenceContentTable;
13
17 class ISequenceContentTableLoader : virtual public ILoader {
18 public:
19
21 virtual ~ISequenceContentTableLoader() override = default;
22
33 virtual bool load( TrigConfData& data ) = 0;
34 };
35}
36
37#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
Interface class for loaders.
Definition ILoader.h:17
Interface for loaders of the HLT sequences.
virtual bool load(TrigConfData &data)=0
Load the HLT sequence definitions from the configuration source.
virtual ~ISequenceContentTableLoader() override=default
destructor
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22