ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfStorage
src
TriggerThresholdValueLoader.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_TriggerThresholdValueLoader
6
#define TrigConf_TriggerThresholdValueLoader
7
8
#include "
TrigConfStorage/ITriggerThresholdValueLoader.h
"
9
#include "
TrigConfStorage/DBLoader.h
"
10
11
namespace
TrigConf
{
12
13
class
TriggerThresholdValueLoader
:
virtual
public
ITriggerThresholdValueLoader
,
public
DBLoader
{
14
public
:
15
16
TriggerThresholdValueLoader
(
StorageMgr
& sm, coral::ISessionProxy& session) :
DBLoader
(
"TriggerThresholdValueLoader"
, sm, session) {}
17
virtual
~TriggerThresholdValueLoader
()
override
=
default
;
18
19
virtual
bool
load
(
TriggerThresholdValue
& data)
override
;
20
};
21
}
22
23
#endif
DBLoader.h
ITriggerThresholdValueLoader.h
TrigConf::DBLoader::DBLoader
DBLoader(StorageMgr &sm, coral::ISessionProxy &session)
constructor
Definition
DBLoader.cxx:31
TrigConf::ITriggerThresholdValueLoader
Definition
ITriggerThresholdValueLoader.h:27
TrigConf::StorageMgr
Database Storage Manager, controls the database session and the different loader classes for DB acces...
Definition
StorageMgr.h:23
TrigConf::TriggerThresholdValueLoader::load
virtual bool load(TriggerThresholdValue &data) override
Definition
TriggerThresholdValueLoader.cxx:46
TrigConf::TriggerThresholdValueLoader::TriggerThresholdValueLoader
TriggerThresholdValueLoader(StorageMgr &sm, coral::ISessionProxy &session)
Definition
TriggerThresholdValueLoader.h:16
TrigConf::TriggerThresholdValueLoader::~TriggerThresholdValueLoader
virtual ~TriggerThresholdValueLoader() override=default
TrigConf::TriggerThresholdValue
Definition
TriggerThresholdValue.h:22
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition
Config.h:22
Generated on
for ATLAS Offline Software by
1.17.0