ATLAS Offline Software
Loading...
Searching...
No Matches
IL1TopoMenuLoader.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_IL1TopoMenuLoader
6#define TrigConf_IL1TopoMenuLoader
7
9
10namespace TXC {
11 class L1TopoMenu;
12}
13
14namespace TrigConf {
15
16 class IL1TopoMenuLoader : virtual public ILoader {
17 public:
18 virtual ~IL1TopoMenuLoader() override = default;
19 virtual bool load( TXC::L1TopoMenu& data ) = 0;
20 };
21
22}
23
24#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
virtual ~IL1TopoMenuLoader() override=default
virtual bool load(TXC::L1TopoMenu &data)=0
Interface class for loaders.
Definition ILoader.h:17
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22