ATLAS Offline Software
Loading...
Searching...
No Matches
MCKLoader.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_MCKLoader
6#define TrigConf_MCKLoader
7
10
11
12namespace TrigConf {
13
14 class MCKLoader : public DBLoader
15 {
16 public:
18 virtual ~MCKLoader() override = default;
19
20 bool loadMCKlinkedToSMK(unsigned int smk, unsigned int & mck);
21 bool loadReleaseLinkedToMCK(unsigned int mck, std::string & mck_release);
22
23 };
24
25}
26#endif
Messaging base class for TrigConf code shared with Lvl1 ( AthMessaging)
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition DBLoader.cxx:30
MCKLoader(StorageMgr &sm)
Definition MCKLoader.cxx:14
virtual ~MCKLoader() override=default
bool loadReleaseLinkedToMCK(unsigned int mck, std::string &mck_release)
Definition MCKLoader.cxx:70
bool loadMCKlinkedToSMK(unsigned int smk, unsigned int &mck)
Definition MCKLoader.cxx:19
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