ATLAS Offline Software
EventContextMuonCalibStream.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 EVENTITERATORMUONCALIBSTREAM_H
5 #define EVENTITERATORMUONCALIBSTREAM_H
6 
14 #include "GaudiKernel/IEvtSelector.h"
15 
17 class IOpaqueAddress;
18 
23 class EventContextMuonCalibStream : virtual public IEvtSelector::Context {
24 public:
26  EventContextMuonCalibStream(const IEvtSelector *selector);
31 
33  virtual void *identifier() const;
34 
35 private:
36  const IEvtSelector *m_evtSelector;
37 };
38 #endif
EventContextMuonCalibStream::~EventContextMuonCalibStream
virtual ~EventContextMuonCalibStream()
Destructor.
Definition: EventContextMuonCalibStream.cxx:23
EventSelectorMuonCalibStream
Definition: EventSelectorMuonCalibStream.h:26
EventContextMuonCalibStream::m_evtSelector
const IEvtSelector * m_evtSelector
Definition: EventContextMuonCalibStream.h:36
EventContextMuonCalibStream::identifier
virtual void * identifier() const
Inequality operator.
Definition: EventContextMuonCalibStream.cxx:25
python.selector.AtlRunQuerySelectorLhcOlc.selector
selector
Definition: AtlRunQuerySelectorLhcOlc.py:611
EventContextMuonCalibStream::EventContextMuonCalibStream
EventContextMuonCalibStream(const IEvtSelector *selector)
Constructor.
Definition: EventContextMuonCalibStream.cxx:18
EventContextMuonCalibStream
This class provides the Context for EventSelectorMuonCalibStream.
Definition: EventContextMuonCalibStream.h:23