ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
ZDC
ZdcCnv
ZdcByteStream
ZdcByteStream
ZdcDataAccessV2.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 TRIGT1CALOBYTESTREAM_ZDCDATAACCESSV2_H
6
#define TRIGT1CALOBYTESTREAM_ZDCDATAACCESSV2_H
7
8
#include <string>
9
#include <vector>
10
11
#include "
ZdcByteStream/IZdcDataAccessV2.h
"
12
#include "
AsgTools/AsgTool.h
"
13
14
15
//namespace LVL1BS {
16
17
class
ZdcByteStreamReadV1V2Tool
;
18
24
25
class
ZdcDataAccessV2
:
public
asg::AsgTool
,
26
virtual
public
IZdcDataAccessV2
27
{
28
ASG_TOOL_CLASS
(
ZdcDataAccessV2
,
IZdcDataAccessV2
)
29
public
:
30
ZdcDataAccessV2
(
const
std::string& name);
31
32
virtual
StatusCode
initialize
();
33
34
virtual
StatusCode
loadTriggerTowers
(
xAOD::TriggerTowerContainer
& container);
35
virtual
StatusCode
PrintTriggerTowers
();
36
37
private
:
38
std::string
m_message
;
40
ToolHandle<ZdcByteStreamReadV1V2Tool>
m_tool
;
41
};
42
43
//} // end namespace
44
45
#endif
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
AsgTool.h
IZdcDataAccessV2.h
IZdcDataAccessV2
Definition
IZdcDataAccessV2.h:14
ZdcByteStreamReadV1V2Tool
Tool to perform ROB fragments to trigger towers and trigger towers to raw data conversions.
Definition
ZdcByteStreamReadV1V2Tool.h:40
ZdcDataAccessV2::PrintTriggerTowers
virtual StatusCode PrintTriggerTowers()
Definition
ZdcDataAccessV2.cxx:47
ZdcDataAccessV2::ZdcDataAccessV2
ZdcDataAccessV2(const std::string &name)
Definition
ZdcDataAccessV2.cxx:19
ZdcDataAccessV2::initialize
virtual StatusCode initialize()
Dummy implementation of the initialisation function.
Definition
ZdcDataAccessV2.cxx:29
ZdcDataAccessV2::m_message
std::string m_message
Definition
ZdcDataAccessV2.h:38
ZdcDataAccessV2::m_tool
ToolHandle< ZdcByteStreamReadV1V2Tool > m_tool
Tool that does the actual work.
Definition
ZdcDataAccessV2.h:40
ZdcDataAccessV2::loadTriggerTowers
virtual StatusCode loadTriggerTowers(xAOD::TriggerTowerContainer &container)
Definition
ZdcDataAccessV2.cxx:41
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition
AsgTool.h:47
xAOD::TriggerTowerContainer
TriggerTowerContainer_v2 TriggerTowerContainer
Define the latest version of the TriggerTower container.
Definition
TriggerTowerContainer.h:15
Generated on
for ATLAS Offline Software by
1.17.0