Project
Loading...
Searching...
No Matches
fv0-dcs-data-workflow.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
16
17
#include "
DetectorsDCS/DataPointIdentifier.h
"
18
#include "
DetectorsDCS/DataPointValue.h
"
19
#include "
FV0DCSDataProcessorSpec.h
"
20
#include "
Framework/TypeTraits.h
"
21
22
#include <unordered_map>
23
24
namespace
o2::framework
25
{
26
template
<>
27
struct
has_root_dictionary
<
std
::unordered_map<o2::dcs::DataPointIdentifier, o2::dcs::DataPointValue>,
void
> : std::true_type {
28
};
29
}
// namespace o2::framework
30
31
#include "
Framework/DataProcessorSpec.h
"
32
33
using namespace
o2::framework
;
34
35
#include "
Framework/runDataProcessing.h
"
36
37
WorkflowSpec
defineDataProcessing
(
ConfigContext
const
& configcontext)
38
{
39
WorkflowSpec
specs;
40
specs.emplace_back(
getFV0DCSDataProcessorSpec
());
41
return
specs;
42
}
DataPointIdentifier.h
DataPointValue.h
DataProcessorSpec.h
FV0DCSDataProcessorSpec.h
DataProcessorSpec for FV0 DCS data.
TypeTraits.h
o2::framework::ConfigContext
Definition
ConfigContext.h:24
defineDataProcessing
WorkflowSpec defineDataProcessing(ConfigContext const &configcontext)
Definition
fv0-dcs-data-workflow.cxx:37
void
typedef void(APIENTRYP PFNGLCULLFACEPROC)(GLenum mode)
o2::framework
Defining PrimaryVertex explicitly as messageable.
Definition
Cartesian.h:288
o2::framework::getFV0DCSDataProcessorSpec
DataProcessorSpec getFV0DCSDataProcessorSpec()
Definition
FV0DCSDataProcessorSpec.h:30
o2::framework::WorkflowSpec
std::vector< DataProcessorSpec > WorkflowSpec
Definition
HBFUtilsInitializer.h:39
std
Definition
CcdbObjectInfo.h:121
runDataProcessing.h
o2::framework::has_root_dictionary
Definition
TypeTraits.h:120
Detectors
FIT
FV0
dcsmonitoring
workflow
fv0-dcs-data-workflow.cxx
Generated on Sun Apr 5 2026 19:33:39 for Project by
1.9.8