ATLAS Offline Software
ITrigEFBphysContainerCnvTool.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_ITrigEFBphysContainerCnvTool_H
9 #define xAODTrigBphysCNV_ITrigEFBphysContainerCnvTool_H
10 
11 
12 // Gaudi/Athena include(s):
13 #include "GaudiKernel/IAlgTool.h"
14 #include "GaudiKernel/ToolHandle.h"
15 
16 // EDM include(s):
18 
19 
20 // Forward declaration(s):
22 
23 namespace xAODMaker {
24 
26  static const InterfaceID
27  IID_ITrigEFBphysContainerCnvTool( "xAODMaker::ITrigEFBphysContainerCnvTool", 1, 0 );
28 
34  class ITrigEFBphysContainerCnvTool : public virtual IAlgTool {
35 
36  public:
39  xAOD::TrigBphysContainer* xaod ) const = 0;
40 
42  static const InterfaceID& interfaceID() {
43  return IID_ITrigEFBphysContainerCnvTool;
44  }
45 
46  }; // class ITrigEFBphysContainerCnvTool
47 
48 } // namespace xAODMaker
49 
50 #endif // xAODTrigBphysCNV_ITrigEFBphysContainerCnvTool_H
51 
xAODMaker
Definition: StoreGateSvc.h:72
xAODMaker::ITrigEFBphysContainerCnvTool::convert
virtual StatusCode convert(const TrigEFBphysContainer *aod, xAOD::TrigBphysContainer *xaod) const =0
Function that fills an existing xAOD::TrigBphysContainer.
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODMaker::ITrigEFBphysContainerCnvTool
Interface for the tool creating TrigBphysContainer from an AOD.
Definition: ITrigEFBphysContainerCnvTool.h:34
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TrigEFBphysContainer
Definition: TrigEFBphysContainer.h:34
TrigBphysContainer.h
xAODMaker::ITrigEFBphysContainerCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition: ITrigEFBphysContainerCnvTool.h:42