ATLAS Offline Software
Loading...
Searching...
No Matches
IForwardEventInfoCnvTool.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_IFORWARDEVENTINFOCNVTOOL_H
9#define XAODFORWARDCNV_IFORWARDEVENTINFOCNVTOOL_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
21namespace xAODMaker {
22
24 static const InterfaceID
25 IID_IForwardEventInfoCnvTool( "xAODMaker::IForwardEventInfoCnvTool", 1, 0 );
26
38 class IForwardEventInfoCnvTool : public virtual IAlgTool {
39
40 public:
42 virtual StatusCode convert( const MBTSCollisionTime* aod,
43 xAOD::ForwardEventInfoContainer* xaod) const = 0;
44
46 static const InterfaceID& interfaceID() {
48 }
49
50 }; // class IForwardEventInfoCnvTool
51
52} // namespace xAODMaker
53
54#endif // XAODFORWARDCNV_IFORWARDEVENTINFOCNVTOOL_H
Holds information about collisions timing from MBTS counters.
Interface for the tool creating ForwardEventInfoContainer from an AOD.
static const InterfaceID & interfaceID()
Gaudi interface definition.
virtual StatusCode convert(const MBTSCollisionTime *aod, xAOD::ForwardEventInfoContainer *xaod) const =0
Function that fills an existing xAOD::ForwardEventInfoContainer.
static const InterfaceID IID_IForwardEventInfoCnvTool("xAODMaker::IForwardEventInfoCnvTool", 1, 0)
The interface provided by IForwardEventInfoCnvTool.
ForwardEventInfoContainer_v1 ForwardEventInfoContainer