ATLAS Offline Software
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 
9 static const InterfaceID IID_IMuonCalibStreamEventAccess("IMuonCalibStreamEventAccess", 2, 0);
10 
11 class IMuonCalibStreamEventAccess : virtual public IInterface {
12 public:
13  static const InterfaceID& interfaceID() { return IID_IMuonCalibStreamEventAccess; }
14 };
15 
16 #endif
IMuonCalibStreamEventAccess::interfaceID
static const InterfaceID & interfaceID()
Definition: IMuonCalibStreamEventAccess.h:13
IMuonCalibStreamEventAccess
Definition: IMuonCalibStreamEventAccess.h:11