ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigEFBphysCnvTool.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:$
8#ifndef xAODTrigBphysCNV_ITrigEFBphysCnvTool_H
9#define xAODTrigBphysCNV_ITrigEFBphysCnvTool_H
10
11
12// Gaudi/Athena include(s):
13#include "GaudiKernel/IAlgTool.h"
14
15// EDM include(s):
17
18
19// Forward declaration(s):
20class TrigEFBphys;
21
22namespace xAODMaker {
23
25 static const InterfaceID
26 IID_ITrigEFBphysCnvTool( "xAODMaker::ITrigEFBphysCnvTool", 1, 0 );
27
33 class ITrigEFBphysCnvTool : public virtual IAlgTool {
34
35 public:
37 virtual StatusCode convert(const TrigEFBphys* aod,
38 xAOD::TrigBphys* xaod ) const = 0;
39
41 static const InterfaceID& interfaceID() {
43 }
44
45 }; // class ITrigEFBphysCnvTool
46
47} // namespace xAODMaker
48
49#endif // xAODTrigBphysCNV_ITrigEFBphysCnvTool_H
50
Interface for the tool creating TrigBphysContainer from an AOD.
static const InterfaceID & interfaceID()
Gaudi interface definition.
virtual StatusCode convert(const TrigEFBphys *aod, xAOD::TrigBphys *xaod) const =0
Function that fills an existing xAOD::TrigBphysContainer.
static const InterfaceID IID_ITrigEFBphysCnvTool("xAODMaker::ITrigEFBphysCnvTool", 1, 0)
The interface provided by ITrigPhotonCnvTool.
TrigBphys_v1 TrigBphys
Definition TrigBphys.h:18