ATLAS Offline Software
Loading...
Searching...
No Matches
IMuonCalibStreamEventAccess.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef MUONCALIBSTREAMCNVSVCBASE_IMUONCALIBSTREAMEVENTACCESS_H
5#define MUONCALIBSTREAMCNVSVCBASE_IMUONCALIBSTREAMEVENTACCESS_H
6
7#include "GaudiKernel/IInterface.h"
8
9static const InterfaceID IID_IMuonCalibStreamEventAccess("IMuonCalibStreamEventAccess", 2, 0);
10
11class IMuonCalibStreamEventAccess : virtual public IInterface {
12public:
13 static const InterfaceID& interfaceID() { return IID_IMuonCalibStreamEventAccess; }
14};
15
16#endif
static const InterfaceID IID_IMuonCalibStreamEventAccess("IMuonCalibStreamEventAccess", 2, 0)
static const InterfaceID & interfaceID()