ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEMClusterCnvTool.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 XAODTRIGCALOCNV_TRIGEMCLUSTERCNVTOOL_H
8#define XAODTRIGCALOCNV_TRIGEMCLUSTERCNVTOOL_H
9
10// Gaudi/Athena include(s):
12
13// Local include(s):
15
16namespace xAODMaker {
17
30 public virtual ITrigEMClusterCnvTool {
31
32 public:
34 TrigEMClusterCnvTool( const std::string& type, const std::string& name,
35 const IInterface* parent );
36
38 virtual StatusCode convert( const TrigEMClusterContainer* aod,
39 xAOD::TrigEMClusterContainer* xaod ) const override;
40
41 }; // class TrigEMClusterCnvTool
42
43} // namespace xAODMaker
44
45#endif // XAODTRIGCALOCNV_TRIGEMCLUSTERCNVTOOL_H
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Interface for the tool creating TrigEMCluster from an AOD.
TrigEMClusterCnvTool(const std::string &type, const std::string &name, const IInterface *parent)
Regular AlgTool constructor.
virtual StatusCode convert(const TrigEMClusterContainer *aod, xAOD::TrigEMClusterContainer *xaod) const override
Function that fills an existing xAOD::TrigEMCluster.
TrigEMClusterContainer_v1 TrigEMClusterContainer
Define the latest version of the trigger EM cluster container.