ATLAS Offline Software
CPMHitsCnvTool.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_CPMHITSCNVTOOL_H
8 #define XAODTRIGL1CALOCNV_CPMHITSCNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 
13 // Local include(s):
15 
16 namespace xAODMaker {
17 
27  class CPMHitsCnvTool : public AthAlgTool,
28  public virtual ICPMHitsCnvTool {
29 
30  public:
32  CPMHitsCnvTool( const std::string& type, const std::string& name,
33  const IInterface* parent );
34 
36  virtual StatusCode convert( const DataVector<LVL1::CPMHits>* esd,
37  xAOD::CPMHitsContainer* xaod ) override;
38 
39  }; // class CPMHitsCnvTool
40 
41 } // namespace xAODMaker
42 
43 #endif // XAODTRIGL1CALOCNV_CPMHITSCNVTOOL_H
xAODMaker::CPMHitsCnvTool
Implementation for the ICPMHitsCnvTool interface.
Definition: CPMHitsCnvTool.h:28
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::CPMHitsCnvTool::CPMHitsCnvTool
CPMHitsCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: CPMHitsCnvTool.cxx:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ICPMHitsCnvTool.h
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
xAODMaker::CPMHitsCnvTool::convert
virtual StatusCode convert(const DataVector< LVL1::CPMHits > *esd, xAOD::CPMHitsContainer *xaod) override
Function that fills an existing xAOD::EmTauRoIContainer.
Definition: CPMHitsCnvTool.cxx:34
DataVector< LVL1::CPMHits >
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
xAODMaker::ICPMHitsCnvTool
Interface for the tool creating CPMHitsContainer from an ESD.
Definition: ICPMHitsCnvTool.h:40
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
AthAlgTool
Definition: AthAlgTool.h:26