ATLAS Offline Software
TriggerTowerCnvTool.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef XAODTRIGL1CALOCNV_TRIGGERTOWERCNVTOOL_H
8 #define XAODTRIGL1CALOCNV_TRIGGERTOWERCNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 #include "GaudiKernel/ToolHandle.h"
13 
14 // Local include(s):
16 
17 namespace xAODMaker {
18 
29  public virtual ITriggerTowerCnvTool {
30 
31  public:
33  TriggerTowerCnvTool( const std::string& type, const std::string& name,
34  const IInterface* parent );
35 
38  xAOD::TriggerTowerContainer* xaod ) override;
39  }; // class TriggerTowerCnvTool
40 
41 } // namespace xAODMaker
42 
43 #endif // XAODTRIGL1CALOCNV_TRIGGERTOWERCNVTOOL_H
xAODMaker::TriggerTowerCnvTool::convert
virtual StatusCode convert(const DataVector< LVL1::TriggerTower > *esd, xAOD::TriggerTowerContainer *xaod) override
Function that fills an existing xAOD::EmTauRoIContainer.
Definition: TriggerTowerCnvTool.cxx:49
xAODMaker::TriggerTowerCnvTool
Implementation for the ITriggerTowerCnvTool interface.
Definition: TriggerTowerCnvTool.h:29
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::TriggerTowerCnvTool::TriggerTowerCnvTool
TriggerTowerCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: TriggerTowerCnvTool.cxx:29
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
DataVector< LVL1::TriggerTower >
ITriggerTowerCnvTool.h
xAODMaker::ITriggerTowerCnvTool
Interface for the tool creating TriggerTowerContainer from an ESD.
Definition: ITriggerTowerCnvTool.h:40
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26