Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
blob
sPHENIX
Alignment
CI
cmake
Core
docs
Examples
Algorithms
Detectors
Framework
Io
Csv
include
ActsExamples
Io
Csv
CsvBFieldWriter.hpp
CsvMeasurementReader.hpp
CsvMeasurementWriter.hpp
CsvMultiTrajectoryWriter.hpp
CsvParticleReader.hpp
CsvParticleWriter.hpp
CsvPlanarClusterReader.hpp
CsvPlanarClusterWriter.hpp
CsvProtoTrackWriter.hpp
CsvSimHitReader.hpp
CsvSimHitWriter.hpp
CsvSpacePointReader.hpp
CsvSpacepointWriter.hpp
CsvTrackingGeometryWriter.hpp
CsvTrackParameterReader.hpp
CsvTrackParameterWriter.hpp
src
EDM4hep
HepMC3
Json
NuclearInteractions
Obj
Performance
Root
Svg
Python
Run
Scripts
Fatras
Plugins
Tests
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
CsvParticleWriter.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file CsvParticleWriter.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2017-2018 CERN for the benefit of the Acts project
4
//
5
// This Source Code Form is subject to the terms of the Mozilla Public
6
// License, v. 2.0. If a copy of the MPL was not distributed with this
7
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
9
#pragma once
10
11
#include "
Acts/Utilities/Logger.hpp
"
12
#include "
ActsExamples/EventData/SimParticle.hpp
"
13
#include "
ActsExamples/Framework/ProcessCode.hpp
"
14
#include "
ActsExamples/Framework/WriterT.hpp
"
15
16
#include <cstddef>
17
#include <limits>
18
#include <string>
19
#include <vector>
20
21
namespace
ActsExamples {
22
struct
AlgorithmContext;
23
38
class
CsvParticleWriter
final :
public
WriterT
<SimParticleContainer> {
39
public
:
40
struct
Config
{
42
std::string
inputParticles
;
44
std::string
outputDir
;
46
std::string
outputStem
;
48
size_t
outputPrecision
= std::numeric_limits<float>::max_digits10;
49
};
50
55
CsvParticleWriter
(
const
Config
&
cfg
,
Acts::Logging::Level
lvl);
56
58
const
Config
&
config
()
const
{
return
m_cfg
; }
59
60
protected
:
65
ProcessCode
writeT
(
const
ActsExamples::AlgorithmContext
& ctx,
66
const
SimParticleContainer
&
particles
)
override
;
67
68
private
:
69
Config
m_cfg
;
70
};
71
72
}
// namespace ActsExamples
acts
blob
sPHENIX
Examples
Io
Csv
include
ActsExamples
Io
Csv
CsvParticleWriter.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:38
using
1.8.2 with
sPHENIX GitHub integration