Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
ReconstructionBase.hpp
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file ReconstructionBase.hpp
1
// This file is part of the Acts project.
2
//
3
// Copyright (C) 2019-2021 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 "
ActsExamples/Digitization/DigitizationConfig.hpp
"
12
#include "
ActsExamples/Framework/Sequencer.hpp
"
13
#include "
ActsExamples/Framework/WhiteBoard.hpp
"
14
#include "
ActsExamples/Geometry/CommonGeometry.hpp
"
15
#include "
ActsExamples/Io/Csv/CsvParticleReader.hpp
"
16
#include "
ActsExamples/Io/Csv/CsvSimHitReader.hpp
"
17
#include "
ActsExamples/Options/CommonOptions.hpp
"
18
#include "
ActsExamples/Options/CsvOptionsReader.hpp
"
19
#include "
ActsExamples/Options/ParticleSmearingOptions.hpp
"
20
#include "
ActsExamples/TruthTracking/ParticleSmearing.hpp
"
21
#include "
ActsExamples/Utilities/Options.hpp
"
22
23
#include <filesystem>
24
#include <memory>
25
#include <string>
26
33
ActsExamples::CsvSimHitReader::Config
setupSimHitReading
(
34
const
ActsExamples::Options::Variables
& vars,
35
ActsExamples::Sequencer
& sequencer);
36
43
ActsExamples::CsvParticleReader::Config
setupParticleReading
(
44
const
ActsExamples::Options::Variables
& vars,
45
ActsExamples::Sequencer
& sequencer);
46
56
ActsExamples::DigitizationConfig
setupDigitization
(
57
const
ActsExamples::Options::Variables
& vars,
58
ActsExamples::Sequencer
& sequencer,
59
std::shared_ptr<const ActsExamples::RandomNumbers>
rnd
,
60
std::shared_ptr<const Acts::TrackingGeometry>
trackingGeometry
,
61
const
std::string
& inputSimHits);
62
72
ActsExamples::ParticleSmearing::Config
setupParticleSmearing
(
73
const
ActsExamples::Options::Variables
& vars,
74
ActsExamples::Sequencer
& sequencer,
75
std::shared_ptr<const ActsExamples::RandomNumbers>
rnd
,
76
const
std::string
&
inputParticles
);
77
84
ActsExamples::CsvMeasurementReader::Config
setupMeasurementReading
(
85
const
ActsExamples::Options::Variables
& vars,
86
ActsExamples::Sequencer
& sequencer);
acts
blob
sPHENIX
Examples
Run
Common
include
ActsExamples
Reconstruction
ReconstructionBase.hpp
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:39
using
1.8.2 with
sPHENIX GitHub integration