ATLAS Offline Software
Loading...
Searching...
No Matches
MuctpiLoader.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: MuctpiLoader.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_MuctpiLoader
19#define TrigConf_MuctpiLoader
20
23
24namespace TrigConf {
25
26 class MuctpiLoader : public DBLoader, virtual public IMuctpiLoader {
27 public:
28
29 MuctpiLoader( StorageMgr& sm, coral::ISessionProxy& session) : DBLoader(sm, session) {}
30 virtual ~MuctpiLoader() override = default;
31
32 virtual bool load( Muctpi& data) override;
33
34 };
35}
36
37#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition DBLoader.cxx:30
virtual ~MuctpiLoader() override=default
MuctpiLoader(StorageMgr &sm, coral::ISessionProxy &session)
virtual bool load(Muctpi &data) override
Database Storage Manager, controls the database session and the different loader classes for DB acces...
Definition StorageMgr.h:23
Forward iterator to traverse the main components of the trigger configuration.
Definition Config.h:22