ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14#include "GaudiKernel/IEvtSelector.h"
15
17class IOpaqueAddress;
18
22
23class EventContextMuonCalibStream : virtual public IEvtSelector::Context {
24public:
26 EventContextMuonCalibStream(const IEvtSelector *selector);
31
33 virtual void *identifier() const;
34
35private:
36 const IEvtSelector *m_evtSelector;
37};
38#endif
virtual void * identifier() const
Inequality operator.
EventContextMuonCalibStream(const IEvtSelector *selector)
Constructor.