Project
Loading...
Searching...
No Matches
RecoWorkflow.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
12
#include "
TRKWorkflow/RecoWorkflow.h
"
13
#include "
TRKWorkflow/TrackerSpec.h
"
14
#include "
Framework/CCDBParamSpec.h
"
15
16
namespace
o2::trk::reco_workflow
17
{
18
19
framework::WorkflowSpec
getWorkflow
(
bool
useMC,
20
bool
upstreamDigits,
21
bool
upstreamClusters,
22
bool
disableRootOutput,
23
bool
useGPUWF,
24
o2::gpu::GPUDataTypes::DeviceType
dtype)
25
{
26
framework::WorkflowSpec
specs;
27
specs.emplace_back(
o2::trk::getTrackerSpec
(useMC, dtype));
28
return
specs;
29
}
30
31
}
// namespace o2::trk::reco_workflow
CCDBParamSpec.h
RecoWorkflow.h
TrackerSpec.h
o2::gpu::GPUDataTypes::DeviceType
DeviceType
Definition
GPUDataTypes.h:119
o2::framework::WorkflowSpec
std::vector< DataProcessorSpec > WorkflowSpec
Definition
HBFUtilsInitializer.h:39
o2::trk::reco_workflow
Definition
RecoWorkflow.h:21
o2::trk::reco_workflow::getWorkflow
o2::framework::WorkflowSpec getWorkflow(bool useMC, bool upstreamDigits=false, bool upstreamClusters=false, bool disableRootOutput=false, bool useGPUWF=false, o2::gpu::GPUDataTypes::DeviceType dType=o2::gpu::GPUDataTypes::DeviceType::CPU)
Definition
RecoWorkflow.cxx:19
o2::trk::getTrackerSpec
framework::DataProcessorSpec getTrackerSpec(bool useMC, gpu::GPUDataTypes::DeviceType dType=gpu::GPUDataTypes::DeviceType::CPU)
Definition
TrackerSpec.cxx:70
Detectors
Upgrades
ALICE3
TRK
workflow
src
RecoWorkflow.cxx
Generated on Fri Apr 25 2025 17:28:00 for Project by
1.9.8