ATLAS Offline Software
Loading...
Searching...
No Matches
ITrigMissingETCnvTool.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: ITrigMissingETCnvTool.h 785790 2016-11-22 16:48:26Z ssnyder $
8#ifndef xAODTrigMissingETCNV_ITrigMissingETCNVTOOL_H
9#define xAODTrigMissingETCNV_ITrigMissingETCNVTOOL_H
10
11// Gaudi/Athena include(s):
12#include "GaudiKernel/IAlgTool.h"
13
14// EDM include(s):
16
17// Forward declaration(s):
19
20namespace xAODMaker {
21
23 static const InterfaceID
24 IID_ITrigMissingETCnvTool( "xAODMaker::ITrigMissingETCnvTool", 1, 0 );
25
33 class ITrigMissingETCnvTool : public virtual IAlgTool {
34
35 public:
37 virtual StatusCode convert( const TrigMissingETContainer* aod,
38 xAOD::TrigMissingETContainer* xaod ) const = 0;
39
41 static const InterfaceID& interfaceID() {
43 }
44
45 }; // class ITrigMissingETCnvTool
46
47} // namespace xAODMaker
48
49#endif // xAODTrigMissingETCNV_ITrigMissingETCNVTOOL_H
Interface for the tool creating TrigMissingETContainer from an AOD.
static const InterfaceID & interfaceID()
Gaudi interface definition.
virtual StatusCode convert(const TrigMissingETContainer *aod, xAOD::TrigMissingETContainer *xaod) const =0
Function that fills an existing xAOD::TrigMissingETContainer.
static const InterfaceID IID_ITrigMissingETCnvTool("xAODMaker::ITrigMissingETCnvTool", 1, 0)
The interface provided by ITrigMissingETCnvTool.
TrigMissingETContainer_v1 TrigMissingETContainer
DataVector of TrigMissingET - the current version.