ATLAS Offline Software
Loading...
Searching...
No Matches
HLTPrescaleSetLoader.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: HLTPrescaleSetLoader.h
8// PACKAGE: TrigConfStorage
9//
10// AUTHOR: Andreas Hoecker (CERN) [Andreas.Hocker@cern.ch]
11// CREATED: 10-Jan-2005
12//
13// PURPOSE:
14//
16
17#ifndef TRIGCONF__HLTPRESCALESETLOADER
18#define TRIGCONF__HLTPRESCALESETLOADER
19
22
23namespace TrigConf {
24
25 class HLTPrescaleSetLoader : public DBLoader, virtual public IHLTPrescaleSetLoader {
26 public:
27
28 HLTPrescaleSetLoader( StorageMgr& sm, coral::ISessionProxy& session) : DBLoader("HLTPrescaleSetLoader", sm, session) {}
29 virtual ~HLTPrescaleSetLoader() override = default;
30
31 virtual bool load( HLTPrescaleSet& hltpss) override;
32 };
33}
34
35#endif
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition DBLoader.cxx:30
virtual ~HLTPrescaleSetLoader() override=default
virtual bool load(HLTPrescaleSet &hltpss) override
HLTPrescaleSetLoader(StorageMgr &sm, coral::ISessionProxy &session)
HLT chain configuration information.
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