ATLAS Offline Software
Trigger
TrigConfiguration
TrigConfStorage
src
CaloJetInputLoader.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: CaloJetInputLoader.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_CaloJetInputLoader
19
#define TrigConf_CaloJetInputLoader
20
21
#include "
TrigConfStorage/ICaloJetInputLoader.h
"
22
#include "
TrigConfStorage/DBLoader.h
"
23
24
namespace
TrigConf
{
25
27
class
CaloJetInputLoader
:
virtual
public
ICaloJetInputLoader
,
public
DBLoader
{
28
public
:
29
30
CaloJetInputLoader
(
StorageMgr
& sm, coral::ISessionProxy& session) :
DBLoader
(sm, session) {}
31
virtual
~CaloJetInputLoader
()
override
=
default
;
32
33
virtual
bool
load
(
CaloJetInput
&
data
)
override
;
34
};
35
}
36
37
#endif
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
TrigConf::CaloJetInputLoader::load
virtual bool load(CaloJetInput &data) override
Definition:
CaloJetInputLoader.cxx:33
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:
Config.h:22
TrigConf::DBLoader
Base class for loaders of configurations from the TriggerDB.
Definition:
DBLoader.h:20
DBLoader.h
TrigConf::CaloJetInputLoader
TriggerDB loader of the LVL1 calorimeter jet trigger configuration.
Definition:
CaloJetInputLoader.h:27
TrigConf::ICaloJetInputLoader
Definition:
ICaloJetInputLoader.h:13
TrigConf::CaloJetInput
Definition:
CaloJetInput.h:14
ICaloJetInputLoader.h
TrigConf::CaloJetInputLoader::CaloJetInputLoader
CaloJetInputLoader(StorageMgr &sm, coral::ISessionProxy &session)
Definition:
CaloJetInputLoader.h:30
TrigConf::CaloJetInputLoader::~CaloJetInputLoader
virtual ~CaloJetInputLoader() override=default
Generated on Thu Nov 7 2024 21:11:32 for ATLAS Offline Software by
1.8.18