ATLAS Offline Software
MuonSpectrometer
MuonCalib
MuonCalibStream
MuonCalibStreamCnvSvc
MuonCalibStreamCnvSvc
MuonCalibStreamInputSvc.h
Go to the documentation of this file.
1
//===============================================================
2
// MuonCalibStreamInputSvc.h
3
//===============================================================
4
//
5
// Description: Interface class for MuonCalibStream Input
6
//
7
// The concrete class can be provide Calib event from
8
// a file, transient store, or through network.
9
//---------------------------------------------------------------
10
#ifndef MUONCALIBSTREAMCNVSVC_MUONCALIBSTREAMINPUTSVC_H
11
#define MUONCALIBSTREAMCNVSVC_MUONCALIBSTREAMINPUTSVC_H
12
13
#include "GaudiKernel/IInterface.h"
14
#include "MuCalDecode/CalibEvent.h"
15
16
class
MuonCalibStreamInputSvc
:
virtual
public
IInterface {
17
public
:
18
DeclareInterfaceID
(
MuonCalibStreamInputSvc
, 1, 0);
19
20
virtual
const
LVL2_MUON_CALIBRATION::CalibEvent *
nextEvent
() = 0;
21
virtual
const
LVL2_MUON_CALIBRATION::CalibEvent *
currentEvent
()
const
= 0;
22
};
23
#endif
MuonCalibStreamInputSvc::currentEvent
virtual const LVL2_MUON_CALIBRATION::CalibEvent * currentEvent() const =0
MuonCalibStreamInputSvc::DeclareInterfaceID
DeclareInterfaceID(MuonCalibStreamInputSvc, 1, 0)
MuonCalibStreamInputSvc
Definition:
MuonCalibStreamInputSvc.h:16
MuonCalibStreamInputSvc::nextEvent
virtual const LVL2_MUON_CALIBRATION::CalibEvent * nextEvent()=0
Generated on Fri Jan 10 2025 21:14:39 for ATLAS Offline Software by
1.8.18