ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigEMClusterCnvTool.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: ITrigEMClusterCnvTool.h 575635 2014-03-18 10:58:41Z aranzazu $
8#ifndef XAODTRIGCALOCNV_ITRIGEMCLUSTERCNVTOOL_H
9#define XAODTRIGCALOCNV_ITRIGEMCLUSTERCNVTOOL_H
10
11// Gaudi/Athena include(s):
12#include "GaudiKernel/IAlgTool.h"
13
14// EDM include(s):
16
17// Forward declaration(s):
19
20namespace xAODMaker {
21
23 static const InterfaceID
24 IID_ITrigEMClusterCnvTool( "xAODMaker::ITrigEMClusterCnvTool", 1, 0 );
25
38 class ITrigEMClusterCnvTool : public virtual IAlgTool {
39
40 public:
42 virtual StatusCode convert( const TrigEMClusterContainer* aod,
43 xAOD::TrigEMClusterContainer* xaod ) const = 0;
44
46 static const InterfaceID& interfaceID() {
48 }
49
50 }; // class ITrigEMClusterCnvTool
51
52} // namespace xAODMaker
53
54#endif // XAODTRIGCALOCNV_ITRIGEMCLUSTERCNVTOOL_H
Interface for the tool creating TrigEMCluster from an AOD.
virtual StatusCode convert(const TrigEMClusterContainer *aod, xAOD::TrigEMClusterContainer *xaod) const =0
Function that fills an existing xAOD::TrigEMClusterContainer.
static const InterfaceID & interfaceID()
Gaudi interface definition.
static const InterfaceID IID_ITrigEMClusterCnvTool("xAODMaker::ITrigEMClusterCnvTool", 1, 0)
The interface provided by ITrigEMClusterCnvTool.
TrigEMClusterContainer_v1 TrigEMClusterContainer
Define the latest version of the trigger EM cluster container.