ATLAS Offline Software
Loading...
Searching...
No Matches
IMuctpiLoader.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6//
7//NAME: IHLTFrameLoader.h
8//PACKAGE: TrigConfStorage
9//
10//AUTHOR: J.Haller (CERN) Johannes.Haller@cern.ch
11//CREATED: 31. Oct. 2005
12//
13//PURPOSE:
14//
15//
17
18#ifndef TrigConf_IMuctpiLoader
19#define TrigConf_IMuctpiLoader
20
23
24namespace TrigConf {
25
26 class IMuctpiLoader : virtual public ILoader {
27 public:
28
29 virtual ~IMuctpiLoader() override = default;
30
31 virtual bool load( Muctpi& data ) = 0;
32 };
33
34}
35
36#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
Interface class for loaders.
Definition ILoader.h:17
virtual ~IMuctpiLoader() override=default
virtual bool load(Muctpi &data)=0
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22