ATLAS Offline Software
Trigger
TrigConfiguration
TrigConfStorage
TrigConfStorage
IPrescaleSetLoader.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TrigConf_IPrescaleSetLoader
6
#define TrigConf_IPrescaleSetLoader
7
8
#include "
TrigConfStorage/ILoader.h
"
9
#include "
TrigConfL1Data/PrescaleSet.h
"
10
11
namespace
TrigConf
{
12
13
class
IPrescaleSetLoader
:
virtual
public
ILoader
{
14
public
:
15
virtual
~IPrescaleSetLoader
()
override
=
default
;
16
virtual
bool
load
(
unsigned
int
ctpVersion,
PrescaleSet
&
data
) = 0;
17
};
18
19
}
20
21
#endif
PrescaleSet.h
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
ILoader.h
TrigConf::PrescaleSet
Definition:
PrescaleSet.h:22
TrigConf::IPrescaleSetLoader
Definition:
IPrescaleSetLoader.h:13
TrigConf::ILoader
Interface class for loaders.
Definition:
ILoader.h:17
TrigConf::IPrescaleSetLoader::load
virtual bool load(unsigned int ctpVersion, PrescaleSet &data)=0
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition:
Config.h:22
TrigConf::IPrescaleSetLoader::~IPrescaleSetLoader
virtual ~IPrescaleSetLoader() override=default
Generated on Sun Dec 22 2024 21:11:58 for ATLAS Offline Software by
1.8.18