ATLAS Offline Software
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 
22 #include "TrigConfL1Data/Muctpi.h"
23 
24 namespace 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
TrigConf::Muctpi
Definition: Muctpi.h:12
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
ILoader.h
TrigConf::IMuctpiLoader
Definition: IMuctpiLoader.h:26
TrigConf::ILoader
Interface class for loaders.
Definition: ILoader.h:17
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition: Config.h:22
TrigConf::IMuctpiLoader::load
virtual bool load(Muctpi &data)=0
TrigConf::IMuctpiLoader::~IMuctpiLoader
virtual ~IMuctpiLoader() override=default
Muctpi.h