|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef EVENTKERNEL_SIGNALSTATEHELPER_H
8 #define EVENTKERNEL_SIGNALSTATEHELPER_H
93 bool resetSignalState() ;
P4SignalState::State m_currentState
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
bool resetSignalState()
Reset the Signal State of the controlled object and use it for future operations.
~SignalStateHelper()
Destructor.
bool setSignalState(P4SignalState::State s)
Change the signal state for future operations.
P4SignalState::State m_currentState
bool releaseObject()
Release controled object (this resets its signal state)
bool controlObject(ISignalState *theObject)
Change the object controlled, this releases previous object and resets its SigState.
P4SignalState::State m_originalState
Storage of the states.
Define macros for attributes used to control the static checker.
P4SignalState::State m_originalState
Storage of the states.
ISignalState * m_object
Pointer to the owned object.
ISignalState * m_object
Pointer to the owned object.
SignalStateHelper()
Empty Constructor.