ATLAS Offline Software
Loading...
Searching...
No Matches
HLTPrescaleSetCollectionLoader.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: HLTPrescaleSetCollectionLoader.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_HLTPrescaleSetCollectionLoader
18#define TrigConf_HLTPrescaleSetCollectionLoader
19
22
23#include <sys/types.h>
24
25namespace TrigConf {
26
28
30 public:
31
32 HLTPrescaleSetCollectionLoader( StorageMgr& sm, coral::ISessionProxy& session) : DBLoader("HLTPrescaleSetCollectionLoader", sm, session) {}
33 virtual ~HLTPrescaleSetCollectionLoader() override = default;
34
35 virtual bool load( HLTPrescaleSetCollection& psc );
36
37 virtual bool load( HLTPrescaleSetCollection& hltPS, unsigned int requestcounter, const std::string& partition) override;
38 };
39}
40
41#endif
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition DBLoader.cxx:30
HLTPrescaleSetCollectionLoader(StorageMgr &sm, coral::ISessionProxy &session)
virtual ~HLTPrescaleSetCollectionLoader() override=default
virtual bool load(HLTPrescaleSetCollection &psc)
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
Definition Config.h:26