ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfStorage
TrigConfStorage
ITriggerThresholdValueLoader.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: IHLTFrameLoader.h
8
//PACKAGE: TrigConfStorage
9
//
10
//AUTHOR: J.Haller (CERN) Johannes.Haller@cern.ch
11
//CREATED: 31. Oct. 2005
12
//
13
//PURPOSE:
14
//
15
//
17
18
#ifndef TrigConf_ITriggerThresholdValueLoader
19
#define TrigConf_ITriggerThresholdValueLoader
20
21
#include "
TrigConfStorage/ILoader.h
"
22
23
namespace
TrigConf
{
24
25
class
TriggerThresholdValue
;
26
27
class
ITriggerThresholdValueLoader
:
virtual
public
ILoader
{
28
public
:
29
30
virtual
~ITriggerThresholdValueLoader
()
override
=
default
;
31
32
virtual
bool
load
(
TriggerThresholdValue
& data ) = 0;
33
};
34
35
}
36
37
#endif
ILoader.h
TrigConf::ILoader
Interface class for loaders.
Definition
ILoader.h:17
TrigConf::ITriggerThresholdValueLoader
Definition
ITriggerThresholdValueLoader.h:27
TrigConf::ITriggerThresholdValueLoader::~ITriggerThresholdValueLoader
virtual ~ITriggerThresholdValueLoader() override=default
TrigConf::ITriggerThresholdValueLoader::load
virtual bool load(TriggerThresholdValue &data)=0
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.16.1