Project
Loading...
Searching...
No Matches
ProcessingPolicies.h
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
#ifndef O2_FRAMEWORK_PROCESSING_POLICIES_H_
12
#define O2_FRAMEWORK_PROCESSING_POLICIES_H_
13
14
namespace
o2::framework
15
{
16
21
enum struct
TerminationPolicy
{
QUIT
,
22
WAIT
,
23
RESTART
};
24
26
enum struct
EarlyForwardPolicy
{
NEVER
,
//< never
27
NORAW
,
//< disabled for raw, aod, and optional inputs
28
ALWAYS
//< disabled for aod
29
};
30
31
struct
ProcessingPolicies
{
32
enum
TerminationPolicy
termination
;
33
enum
TerminationPolicy
error
;
34
enum
EarlyForwardPolicy
earlyForward
;
35
};
36
39
enum struct
DriverMode
{
41
STANDALONE
,
44
EMBEDDED
45
};
46
47
}
// namespace o2::framework
48
49
#endif
// O2_FRAMEWORK_PROCESSING_POLICIES_H_
o2::framework
Defining PrimaryVertex explicitly as messageable.
Definition
TFIDInfo.h:20
o2::framework::EarlyForwardPolicy
EarlyForwardPolicy
When to enable the early forwarding optimization:
Definition
ProcessingPolicies.h:26
o2::framework::EarlyForwardPolicy::NEVER
@ NEVER
o2::framework::EarlyForwardPolicy::NORAW
@ NORAW
o2::framework::EarlyForwardPolicy::ALWAYS
@ ALWAYS
o2::framework::DriverMode
DriverMode
Definition
ProcessingPolicies.h:39
o2::framework::DriverMode::EMBEDDED
@ EMBEDDED
o2::framework::DriverMode::STANDALONE
@ STANDALONE
Default mode. The master is responsible for spawning and controlling the devices.
o2::framework::TerminationPolicy
TerminationPolicy
Definition
ProcessingPolicies.h:21
o2::framework::TerminationPolicy::RESTART
@ RESTART
o2::framework::TerminationPolicy::QUIT
@ QUIT
o2::framework::TerminationPolicy::WAIT
@ WAIT
o2::framework::ProcessingPolicies
Definition
ProcessingPolicies.h:31
o2::framework::ProcessingPolicies::termination
enum TerminationPolicy termination
Definition
ProcessingPolicies.h:32
o2::framework::ProcessingPolicies::earlyForward
enum EarlyForwardPolicy earlyForward
Definition
ProcessingPolicies.h:34
o2::framework::ProcessingPolicies::error
enum TerminationPolicy error
Definition
ProcessingPolicies.h:33
Framework
Core
include
Framework
ProcessingPolicies.h
Generated on Tue Feb 25 2025 17:03:20 for Project by
1.9.8