ATLAS Offline Software
TrigEMClusterCnvTool.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 XAODTRIGCALOCNV_TRIGEMCLUSTERCNVTOOL_H
8 #define XAODTRIGCALOCNV_TRIGEMCLUSTERCNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 
13 // Local include(s):
15 
16 namespace xAODMaker {
17 
30  public virtual ITrigEMClusterCnvTool {
31 
32  public:
34  TrigEMClusterCnvTool( const std::string& type, const std::string& name,
35  const IInterface* parent );
36 
38  virtual StatusCode convert( const TrigEMClusterContainer* aod,
39  xAOD::TrigEMClusterContainer* xaod ) const override;
40 
41  }; // class TrigEMClusterCnvTool
42 
43 } // namespace xAODMaker
44 
45 #endif // XAODTRIGCALOCNV_TRIGEMCLUSTERCNVTOOL_H
xAODMaker::ITrigEMClusterCnvTool
Interface for the tool creating TrigEMCluster from an AOD.
Definition: ITrigEMClusterCnvTool.h:38
xAODMaker
Definition: StoreGateSvc.h:72
TrigEMClusterContainer
Container from TrigEMCluster type objects.
Definition: Trigger/TrigEvent/TrigCaloEvent/TrigCaloEvent/TrigEMClusterContainer.h:32
ITrigEMClusterCnvTool.h
xAODMaker::TrigEMClusterCnvTool
Implementation for the ITrigEMClusterCnvTool interface.
Definition: TrigEMClusterCnvTool.h:30
xAODMaker::TrigEMClusterCnvTool::TrigEMClusterCnvTool
TrigEMClusterCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: TrigEMClusterCnvTool.cxx:17
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
Derived DataVector<T>.
Definition: DataVector.h:581
xAODMaker::TrigEMClusterCnvTool::convert
virtual StatusCode convert(const TrigEMClusterContainer *aod, xAOD::TrigEMClusterContainer *xaod) const override
Function that fills an existing xAOD::TrigEMCluster.
Definition: TrigEMClusterCnvTool.cxx:36
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26