ATLAS Offline Software
Loading...
Searching...
No Matches
CTPConfigLoader.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_CTPConfigLoader
6#define TrigConf_CTPConfigLoader
7
10
11namespace TrigConf {
12
13 class CTPConfigLoader : virtual public ICTPConfigLoader, public DBLoader {
14 public:
15 CTPConfigLoader( StorageMgr& sm, coral::ISessionProxy& session ) : DBLoader("CTPConfigLoader", sm, session) {}
16 virtual ~CTPConfigLoader() override = default;
17
18 virtual bool load( CTPConfig& data) override;
19 };
20
21}
22
23#endif
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
virtual bool load(CTPConfig &data) override
virtual ~CTPConfigLoader() override=default
CTPConfigLoader(StorageMgr &sm, coral::ISessionProxy &session)
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition DBLoader.cxx:30
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