ATLAS Offline Software
Loading...
Searching...
No Matches
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):
18class TrigHisto2D;
19
20namespace 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,
39
41 static const InterfaceID& interfaceID() {
43 }
44
45 }; // class ITrigHisto2DCnvTool
46
47} // namespace xAODMaker
48
49#endif // xAODTrigMinBiasCNV_ITrigHisto2DCNVTOOL_H
A very basic two dimensional histogram to provide storage of HLT distributions, allowing constraints ...
Interface for the tool creating TrigHisto2DContainer from an AOD.
static const InterfaceID & interfaceID()
Gaudi interface definition.
virtual StatusCode convert(const TrigHisto2D *aod, xAOD::TrigHisto2DContainer *xaod)=0
Function that fills an existing xAOD::TrigHisto2DContainer.
static const InterfaceID IID_ITrigHisto2DCnvTool("xAODMaker::ITrigHisto2DCnvTool", 1, 0)
The interface provided by ITrigHisto2DCnvTool.