ATLAS Offline Software
Loading...
Searching...
No Matches
IBunchGroupLoader.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_IBunchGroupLoader
6#define TrigConf_IBunchGroupLoader
7
10
11namespace TrigConf {
12
13 class IBunchGroupLoader : virtual public ILoader {
14 public:
15 virtual ~IBunchGroupLoader() override = default;
16 virtual bool load( BunchGroup& data ) = 0;
17 };
18
19}
20
21#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
virtual bool load(BunchGroup &data)=0
virtual ~IBunchGroupLoader() 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