ATLAS Offline Software
Loading...
Searching...
No Matches
JEMHitsCnvTool.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 XAODTRIGL1CALOCNV_JEMHITSCNVTOOL_H
8#define XAODTRIGL1CALOCNV_JEMHITSCNVTOOL_H
9
10// Gaudi/Athena include(s):
12
13// Local include(s):
15
16namespace xAODMaker {
17
27 class JEMHitsCnvTool : public AthAlgTool,
28 public virtual IJEMHitsCnvTool {
29
30 public:
32 JEMHitsCnvTool( const std::string& type, const std::string& name,
33 const IInterface* parent );
34
36 virtual StatusCode convert( const DataVector<LVL1::JEMHits>* esd,
37 xAOD::JEMHitsContainer* xaod ) override;
38
39 }; // class JEMHitsCnvTool
40
41} // namespace xAODMaker
42
43#endif // XAODTRIGL1CALOCNV_JEMHITSCNVTOOL_H
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Derived DataVector<T>.
Definition DataVector.h:795
Interface for the tool creating JEMHitsContainer from an ESD.
virtual StatusCode convert(const DataVector< LVL1::JEMHits > *esd, xAOD::JEMHitsContainer *xaod) override
Function that fills an existing xAOD::EmTauRoIContainer.
JEMHitsCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
JEMHitsContainer_v1 JEMHitsContainer
Define the latest version of the JEMHits container.