ATLAS Offline Software
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:
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