ATLAS Offline Software
IMBTSModuleCnvTool.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 XAODFORWARDCNV_IMBTSMODULECNVTOOL_H
9 #define XAODFORWARDCNV_IMBTSMODULECNVTOOL_H
10 
11 // Gaudi/Athena include(s):
12 #include "GaudiKernel/IAlgTool.h"
13 //#include "DataModel/DataVector.h"
14 
15 // EDM include(s):
17 
18 //Forward declarations
20 
21 namespace xAODMaker {
22 
24  static const InterfaceID
25  IID_IMBTSModuleCnvTool( "xAODMaker::IMBTSModuleCnvTool", 1, 0 );
26 
38  class IMBTSModuleCnvTool : public virtual IAlgTool {
39 
40  public:
42  virtual StatusCode convert( const TileCellContainer* aod,
43  xAOD::MBTSModuleContainer* xaod) const = 0;
44 
46  static const InterfaceID& interfaceID() {
47  return IID_IMBTSModuleCnvTool;
48  }
49 
50  }; // class IMBTSModuleCnvTool
51 
52 } // namespace xAODMaker
53 
54 #endif // XAODFORWARDCNV_IMBTSMODULECNVTOOL_H
xAODMaker::IMBTSModuleCnvTool
Interface for the tool creating MBTSModuleContainer from an AOD.
Definition: IMBTSModuleCnvTool.h:38
xAODMaker::IMBTSModuleCnvTool::convert
virtual StatusCode convert(const TileCellContainer *aod, xAOD::MBTSModuleContainer *xaod) const =0
Function that fills an existing xAOD::MBTSModuleContainer.
xAODMaker::IMBTSModuleCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition: IMBTSModuleCnvTool.h:46
xAODMaker
Definition: StoreGateSvc.h:72
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
MBTSModuleContainer.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
TileContainer.h
TileContainer
Definition: TileContainer.h:38