Project
Loading...
Searching...
No Matches
ProcessingContext.cxx
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
#include "
Framework/ProcessingContext.h
"
12
#include "
Framework/DeviceState.h
"
13
14
namespace
o2::framework
15
{
16
17
TransitionHandlingState
ProcessingContext::transitionState
()
const
18
{
19
return
mServices
.
get
<
DeviceState
>().transitionHandling;
20
}
21
22
StreamingState
ProcessingContext::streamingState
()
const
23
{
24
return
mServices
.
get
<
DeviceState
>().streaming;
25
}
26
27
}
// namespace o2::framework
DeviceState.h
ProcessingContext.h
o2::framework::ProcessingContext::streamingState
StreamingState streamingState() const
Definition
ProcessingContext.cxx:22
o2::framework::ProcessingContext::mServices
ServiceRegistryRef mServices
Definition
ProcessingContext.h:51
o2::framework::ProcessingContext::transitionState
TransitionHandlingState transitionState() const
Definition
ProcessingContext.cxx:17
o2::framework::ServiceRegistryRef::get
T & get() const
Definition
ServiceRegistryRef.h:85
o2::framework
Defining PrimaryVertex explicitly as messageable.
Definition
TFIDInfo.h:20
o2::framework::StreamingState
StreamingState
Definition
DeviceStateEnums.h:19
o2::framework::TransitionHandlingState
TransitionHandlingState
Definition
DeviceStateEnums.h:28
o2::framework::DeviceState
Running state information of a given device.
Definition
DeviceState.h:34
Framework
Core
src
ProcessingContext.cxx
Generated on Tue Feb 25 2025 17:03:21 for Project by
1.9.8