Project
Loading...
Searching...
No Matches
CTFWriterSpec.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
13
14
#ifndef O2_CTFWRITER_SPEC
15
#define O2_CTFWRITER_SPEC
16
17
#include "
Framework/DataProcessorSpec.h
"
18
#include "
DetectorsCommonDataFormats/DetID.h
"
19
20
namespace
o2
21
{
22
namespace
ctf
23
{
24
struct
CTFWriterInp
{
25
o2::detectors::DetID::mask_t
detMask
=
o2::detectors::DetID::FullMask
;
26
int
verbosity
= 0;
27
int
reportInterval
= 200;
28
std::string
outType
=
""
;
29
bool
doITSStaggering
=
false
;
30
bool
doMFTStaggering
=
false
;
31
};
32
34
framework::DataProcessorSpec
getCTFWriterSpec
(
const
o2::ctf::CTFWriterInp
& inp);
35
36
}
// namespace ctf
37
}
// namespace o2
38
39
#endif
/* O2_CTFWRITER_SPEC */
DataProcessorSpec.h
DetID.h
o2::detectors::DetID::FullMask
static constexpr mask_t FullMask
Definition
DetID.h:101
o2::gpu::gpustd::bitset< 32 >
o2::ctf::getCTFWriterSpec
framework::DataProcessorSpec getCTFWriterSpec(const o2::ctf::CTFWriterInp &inp)
create a processor spec
Definition
CTFWriterSpec.cxx:810
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
FlattenRestore.h:23
o2::ctf::CTFWriterInp
Definition
CTFWriterSpec.h:24
o2::ctf::CTFWriterInp::verbosity
int verbosity
Definition
CTFWriterSpec.h:26
o2::ctf::CTFWriterInp::detMask
o2::detectors::DetID::mask_t detMask
Definition
CTFWriterSpec.h:25
o2::ctf::CTFWriterInp::reportInterval
int reportInterval
Definition
CTFWriterSpec.h:27
o2::ctf::CTFWriterInp::outType
std::string outType
Definition
CTFWriterSpec.h:28
o2::ctf::CTFWriterInp::doMFTStaggering
bool doMFTStaggering
Definition
CTFWriterSpec.h:30
o2::ctf::CTFWriterInp::doITSStaggering
bool doITSStaggering
Definition
CTFWriterSpec.h:29
o2::framework::DataProcessorSpec
Definition
DataProcessorSpec.h:41
Detectors
CTF
workflow
include
CTFWorkflow
CTFWriterSpec.h
Generated on Sun Apr 26 2026 06:43:09 for Project by
1.9.8