ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETCnvTool.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 XAODMISSINGETCNV_MISSINGETCNVTOOL_H
8#define XAODMISSINGETCNV_MISSINGETCNVTOOL_H
9
10// Gaudi/Athena include(s):
12
13// Local include(s):
15
16namespace xAODMaker {
17
26 public virtual IMissingETCnvTool {
27
28 public:
30 MissingETCnvTool( const std::string& type, const std::string& name,
31 const IInterface* parent );
32
34 virtual StatusCode add( const MissingET* aod,
35 xAOD::MissingETContainer* xaod ) override;
36
37 }; // class MissingETCnvTool
38
39} // namespace xAODMaker
40
41#endif // XAODMISSINGETCNV_MISSINGETCNVTOOL_H
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Interface for the tool translating AOD MET objects to xAOD ones.
virtual StatusCode add(const MissingET *aod, xAOD::MissingETContainer *xaod) override
Function doing the translation.
MissingETCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.