ATLAS Offline Software
ITrigHisto2DCnvTool.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: ITrigHisto2DCnvTool.h 603232 2014-06-23 17:24:35Z azemla $
8 #ifndef xAODTrigMinBiasCNV_ITrigHisto2DCNVTOOL_H
9 #define xAODTrigMinBiasCNV_ITrigHisto2DCNVTOOL_H
10 
11 // Gaudi/Athena include(s):
12 #include "GaudiKernel/IAlgTool.h"
13 
14 // EDM include(s):
16 
17 // Forward declaration(s):
18 class TrigHisto2D;
19 
20 namespace xAODMaker {
21 
23  static const InterfaceID
24  IID_ITrigHisto2DCnvTool( "xAODMaker::ITrigHisto2DCnvTool", 1, 0 );
25 
33  class ITrigHisto2DCnvTool : public virtual IAlgTool {
34 
35  public:
37  virtual StatusCode convert( const TrigHisto2D* aod,
38  xAOD::TrigHisto2DContainer* xaod ) = 0;
39 
41  static const InterfaceID& interfaceID() {
42  return IID_ITrigHisto2DCnvTool;
43  }
44 
45  }; // class ITrigHisto2DCnvTool
46 
47 } // namespace xAODMaker
48 
49 #endif // xAODTrigMinBiasCNV_ITrigHisto2DCNVTOOL_H
xAODMaker
Definition: StoreGateSvc.h:72
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigHisto2DContainer.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
xAODMaker::ITrigHisto2DCnvTool
Interface for the tool creating TrigHisto2DContainer from an AOD.
Definition: ITrigHisto2DCnvTool.h:33
TrigHisto2D
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Definition: Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigHisto2D.h:24
xAODMaker::ITrigHisto2DCnvTool::interfaceID
static const InterfaceID & interfaceID()
Gaudi interface definition.
Definition: ITrigHisto2DCnvTool.h:41
xAODMaker::ITrigHisto2DCnvTool::convert
virtual StatusCode convert(const TrigHisto2D *aod, xAOD::TrigHisto2DContainer *xaod)=0
Function that fills an existing xAOD::TrigHisto2DContainer.