ATLAS Offline Software
TrigT1CaloDataAccessV2.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_TRIGT1CALODATAACCESSV2_H
6 #define TRIGT1CALOBYTESTREAM_TRIGT1CALODATAACCESSV2_H
7 
8 #include <string>
9 #include <vector>
10 
12 #include "AsgTools/AsgTool.h"
13 
14 
15 namespace LVL1BS {
16 
17 class PpmByteStreamReadV1V2Tool;
18 
26  virtual public ITrigT1CaloDataAccessV2
27 {
29  public:
30  TrigT1CaloDataAccessV2(const std::string& name);
31 
32  virtual StatusCode initialize();
33 
36 
37  private:
38  std::string m_message;
40  ToolHandle<LVL1BS::PpmByteStreamReadV1V2Tool> m_tool;
41 };
42 
43 } // end namespace
44 
45 #endif
LVL1BS::TrigT1CaloDataAccessV2::loadTriggerTowers
virtual StatusCode loadTriggerTowers(xAOD::TriggerTowerContainer &container)
Definition: TrigT1CaloDataAccessV2.cxx:44
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition: AsgTool.h:47
LVL1BS::TrigT1CaloDataAccessV2::m_tool
ToolHandle< LVL1BS::PpmByteStreamReadV1V2Tool > m_tool
Tool that does the actual work.
Definition: TrigT1CaloDataAccessV2.h:40
LVL1BS::TrigT1CaloDataAccessV2::initialize
virtual StatusCode initialize()
Dummy implementation of the initialisation function.
Definition: TrigT1CaloDataAccessV2.cxx:30
LVL1BS::TrigT1CaloDataAccessV2::m_message
std::string m_message
Definition: TrigT1CaloDataAccessV2.h:38
LVL1BS::TrigT1CaloDataAccessV2::TrigT1CaloDataAccessV2
TrigT1CaloDataAccessV2(const std::string &name)
Definition: TrigT1CaloDataAccessV2.cxx:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LVL1BS::TrigT1CaloDataAccessV2
Tool to retrieve all TriggerTowers from bytestream.
Definition: TrigT1CaloDataAccessV2.h:27
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
LVL1BS
Definition: ZdcByteStreamReadV1V2Tool.h:47
LVL1BS::ITrigT1CaloDataAccessV2
Definition: ITrigT1CaloDataAccessV2.h:14
AsgTool.h
ITrigT1CaloDataAccessV2.h
LVL1BS::TrigT1CaloDataAccessV2::PrintTriggerTowers
virtual StatusCode PrintTriggerTowers()
Definition: TrigT1CaloDataAccessV2.cxx:50