ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfStorage
src
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
20
#include "
TrigConfStorage/IHLTPrescaleSetCollectionLoader.h
"
21
#include "
TrigConfStorage/DBLoader.h
"
22
23
#include <sys/types.h>
24
25
namespace
TrigConf
{
26
27
class
HLTPrescaleSetCollection
;
28
29
class
HLTPrescaleSetCollectionLoader
:
virtual
public
IHLTPrescaleSetCollectionLoader
,
public
DBLoader
{
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.h
IHLTPrescaleSetCollectionLoader.h
TrigConf::DBLoader::DBLoader
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition
DBLoader.cxx:31
TrigConf::HLTPrescaleSetCollectionLoader::HLTPrescaleSetCollectionLoader
HLTPrescaleSetCollectionLoader(StorageMgr &sm, coral::ISessionProxy &session)
Definition
HLTPrescaleSetCollectionLoader.h:32
TrigConf::HLTPrescaleSetCollectionLoader::~HLTPrescaleSetCollectionLoader
virtual ~HLTPrescaleSetCollectionLoader() override=default
TrigConf::HLTPrescaleSetCollectionLoader::load
virtual bool load(HLTPrescaleSetCollection &psc)
Definition
HLTPrescaleSetCollectionLoader.cxx:100
TrigConf::HLTPrescaleSetCollection
HLT chain configuration information.
Definition
HLTPrescaleSetCollection.h:25
TrigConf::IHLTPrescaleSetCollectionLoader
Definition
IHLTPrescaleSetCollectionLoader.h:16
TrigConf::StorageMgr
Database Storage Manager, controls the database session and the different loader classes for DB acces...
Definition
StorageMgr.h:23
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition
IDPerfMonZmumu.h:57
Generated on
for ATLAS Offline Software by
1.17.0