ATLAS Offline Software
TrigBjetCnvTool.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 xAODBTaggingCNV_TrigBjetCNVTOOL_H
8 #define xAODBTaggingCNV_TrigBjetCNVTOOL_H
9 
10 // Gaudi/Athena include(s):
12 
13 // Local include(s):
15 
16 namespace xAODMaker {
17 
24  class TrigBjetCnvTool : public AthAlgTool,
25  public virtual ITrigBjetCnvTool {
26 
27  public:
29  TrigBjetCnvTool( const std::string& type, const std::string& name,
30  const IInterface* parent );
31 
33  virtual StatusCode convert( const TrigEFBjetContainer* aod,
34  xAOD::BTaggingContainer* xaod ) const override;
35 
36  }; // class TrigBjetCnvTool
37 
38 } // namespace xAODMaker
39 
40 #endif // xAODBTaggingCNV_TrigBjetCNVTOOL_H
TrigEFBjetContainer
Container of TrigEFBjet objects to be stored in POOL.
Definition: TrigEFBjetContainer.h:31
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::TrigBjetCnvTool::TrigBjetCnvTool
TrigBjetCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
Definition: TrigBjetCnvTool.cxx:16
ITrigBjetCnvTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::ITrigBjetCnvTool
Interface for the tool creating TrigBjetContainer from an AOD.
Definition: ITrigBjetCnvTool.h:36
AthAlgTool.h
xAODMaker::TrigBjetCnvTool
Implementation for the ITrigBjetCnvTool interface.
Definition: TrigBjetCnvTool.h:25
test_pyathena.parent
parent
Definition: test_pyathena.py:15
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
xAODMaker::TrigBjetCnvTool::convert
virtual StatusCode convert(const TrigEFBjetContainer *aod, xAOD::BTaggingContainer *xaod) const override
Function that fills an existing xAOD::BTaggingContainer.
Definition: TrigBjetCnvTool.cxx:33
AthAlgTool
Definition: AthAlgTool.h:26