ATLAS Offline Software
Loading...
Searching...
No Matches
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
16namespace xAODMaker {
17
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
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Container of TrigEFBjet objects to be stored in POOL.
Interface for the tool creating TrigBjetContainer from an AOD.
virtual StatusCode convert(const TrigEFBjetContainer *aod, xAOD::BTaggingContainer *xaod) const override
Function that fills an existing xAOD::BTaggingContainer.
TrigBjetCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
BTaggingContainer_v1 BTaggingContainer
Definition of the current "BTagging container version".