ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigL2BphysCnvTool.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_ITrigL2BphysCnvTool_H
9#define xAODTrigBphysCNV_ITrigL2BphysCnvTool_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 TrigL2Bphys;
21
22namespace xAODMaker {
23
25 static const InterfaceID
26 IID_ITrigL2BphysCnvTool( "xAODMaker::ITrigL2BphysCnvTool", 1, 0 );
27
33 class ITrigL2BphysCnvTool : public virtual IAlgTool {
34
35 public:
37 virtual StatusCode convert( const TrigL2Bphys* aod,
38 xAOD::TrigBphys* xaod ) const = 0;
39
41 static const InterfaceID& interfaceID() {
43 }
44
45 }; // class ITrigBphysCnvTool
46
47} // namespace xAODMaker
48
49#endif // xAODTrigBphysCNV_ITrigL2BphysCnvTool_H
50
Interface for the tool creating TrigBphysContainer from an AOD.
static const InterfaceID & interfaceID()
Gaudi interface definition.
virtual StatusCode convert(const TrigL2Bphys *aod, xAOD::TrigBphys *xaod) const =0
Function that fills an existing xAOD::TrigBphysContainer.
static const InterfaceID IID_ITrigL2BphysCnvTool("xAODMaker::ITrigL2BphysCnvTool", 1, 0)
The interface provided by ITrigPhotonCnvTool.
TrigBphys_v1 TrigBphys
Definition TrigBphys.h:18