ATLAS Offline Software
Loading...
Searching...
No Matches
EventContextByteStream.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
10
13
14//________________________________________________________________________________
15EventContextByteStream::EventContextByteStream(const IEvtSelector* selector) : m_evtSelector(selector) {
16}
17//________________________________________________________________________________
21//________________________________________________________________________________
24//________________________________________________________________________________
26 IEvtSelector* id ATLAS_THREAD_SAFE = const_cast<IEvtSelector*> (m_evtSelector);
27 return id;
28}
This file contains the class definition for the EventContextByteStream class.
Define macros for attributes used to control the static checker.
#define ATLAS_THREAD_SAFE
const IEvtSelector * m_evtSelector
EventContextByteStream(const IEvtSelector *selector)
Constructor.
virtual void * identifier() const
Inequality operator.
virtual ~EventContextByteStream()
Destructor.