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