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