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 
14 #include "MuCalDecode/CalibEvent.h"
15 
17 public:
18  MuonCalibStreamInputSvc(const std::string &name, ISvcLocator *svcloc);
19  virtual ~MuonCalibStreamInputSvc() = default;
20  virtual const LVL2_MUON_CALIBRATION::CalibEvent *nextEvent() = 0;
21  virtual const LVL2_MUON_CALIBRATION::CalibEvent *currentEvent() const = 0;
22 };
23 #endif
MuonCalibStreamInputSvc::~MuonCalibStreamInputSvc
virtual ~MuonCalibStreamInputSvc()=default
MuonCalibStreamInputSvc::currentEvent
virtual const LVL2_MUON_CALIBRATION::CalibEvent * currentEvent() const =0
AthService
Definition: AthService.h:32
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
MuonCalibStreamInputSvc::MuonCalibStreamInputSvc
MuonCalibStreamInputSvc(const std::string &name, ISvcLocator *svcloc)
Definition: MuonCalibStreamInputSvc.cxx:5
MuonCalibStreamInputSvc
Definition: MuonCalibStreamInputSvc.h:16
AthService.h
MuonCalibStreamInputSvc::nextEvent
virtual const LVL2_MUON_CALIBRATION::CalibEvent * nextEvent()=0