ATLAS Offline Software
Loading...
Searching...
No Matches
JetRoICnvTool.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 XAODTRIGGERCNV_JETROICNVTOOL_H
8#define XAODTRIGGERCNV_JETROICNVTOOL_H
9
10// Gaudi/Athena include(s):
12
13// Local include(s):
15
16namespace xAODMaker {
17
26 class JetRoICnvTool : public AthAlgTool,
27 public virtual IJetRoICnvTool {
28
29 public:
31 JetRoICnvTool( const std::string& type, const std::string& name,
32 const IInterface* parent );
33
35 virtual StatusCode convert( const LVL1_ROI* aod,
36 xAOD::JetRoIContainer* xaod ) override;
37
38 }; // class JetRoICnvTool
39
40} // namespace xAODMaker
41
42#endif // XAODTRIGGERCNV_JETROICNVTOOL_H
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Top level AOD object storing LVL1 RoIs.
Definition LVL1_ROI.h:43
Interface for the tool creating JetRoIContainer from an AOD.
JetRoICnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
virtual StatusCode convert(const LVL1_ROI *aod, xAOD::JetRoIContainer *xaod) override
Function that fills an existing xAOD::JetRoIContainer.
JetRoIContainer_v2 JetRoIContainer