EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Writes out MaterialTrack collections from a root file. More...
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootMaterialTrackWriter.hpp>
Classes | |
struct | Config |
Public Member Functions | |
RootMaterialTrackWriter (const Config &cfg, Acts::Logging::Level level=Acts::Logging::INFO) | |
~RootMaterialTrackWriter () override | |
Virtual destructor. | |
ActsExamples::ProcessCode | endRun () finaloverride |
Framework intialize method. | |
Public Member Functions inherited from ActsExamples::WriterT< std::vector< Acts::RecordedMaterialTrack > > | |
WriterT (std::string objectName, std::string writerName, Acts::Logging::Level level) | |
std::string | name () const finaloverride |
Provide the name of the writer. | |
ProcessCode | write (const AlgorithmContext &context) finaloverride |
Read the object and call the type-specific member function. | |
ProcessCode | endRun () override |
No-op default implementation. | |
Public Member Functions inherited from ActsExamples::IWriter | |
virtual | ~IWriter ()=default |
Protected Member Functions | |
ProcessCode | writeT (const AlgorithmContext &ctx, const std::vector< Acts::RecordedMaterialTrack > &materialtracks) finaloverride |
Protected Member Functions inherited from ActsExamples::WriterT< std::vector< Acts::RecordedMaterialTrack > > | |
const Acts::Logger & | logger () const |
Private Attributes | |
Config | m_cfg |
The config class. | |
std::mutex | m_writeMutex |
mutex used to protect multi-threaded writes | |
TFile * | m_outputFile |
The output file name. | |
TTree * | m_outputTree |
The output tree name. | |
float | m_v_x |
start global x | |
float | m_v_y |
start global y | |
float | m_v_z |
start global z | |
float | m_v_px |
start global momentum x | |
float | m_v_py |
start global momentum y | |
float | m_v_pz |
start global momentum z | |
float | m_v_phi |
start phi direction | |
float | m_v_eta |
start eta direction | |
float | m_tX0 |
thickness in X0/L0 | |
float | m_tL0 |
thickness in X0/L0 | |
std::vector< float > | m_step_sx |
step x (start) position (optional) | |
std::vector< float > | m_step_sy |
step y (start) position (optional) | |
std::vector< float > | m_step_sz |
step z (start) position (optional) | |
std::vector< float > | m_step_x |
step x position | |
std::vector< float > | m_step_y |
step y position | |
std::vector< float > | m_step_z |
step z position | |
std::vector< float > | m_step_ex |
step x (end) position (optional) | |
std::vector< float > | m_step_ey |
step y (end) position (optional) | |
std::vector< float > | m_step_ez |
step z (end) position (optional) | |
std::vector< float > | m_step_dx |
step x direction | |
std::vector< float > | m_step_dy |
step y direction | |
std::vector< float > | m_step_dz |
step z direction | |
std::vector< float > | m_step_length |
step length | |
std::vector< float > | m_step_X0 |
step material x0 | |
std::vector< float > | m_step_L0 |
step material l0 | |
std::vector< float > | m_step_A |
step material A | |
std::vector< float > | m_step_Z |
step material Z | |
std::vector< float > | m_step_rho |
step material rho | |
std::vector< std::uint64_t > | m_sur_id |
ID of the suface associated with the step. | |
std::vector< int32_t > | m_sur_type |
Type of the suface associated with the step. | |
std::vector< float > | m_sur_x |
std::vector< float > | m_sur_y |
std::vector< float > | m_sur_z |
std::vector< float > | m_sur_range_min |
Min range of the suface associated with the step. | |
std::vector< float > | m_sur_range_max |
Max range of the suface associated with the step. | |
std::vector< std::uint64_t > | m_vol_id |
ID of the volume associated with the step. | |
Writes out MaterialTrack collections from a root file.
This service is the root implementation of the IWriterT. It writes out a MaterialTrack which is usually generated from Geant4 material mapping
Definition at line 41 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 41 of file RootMaterialTrackWriter.hpp
ActsExamples::RootMaterialTrackWriter::RootMaterialTrackWriter | ( | const Config & | cfg, |
Acts::Logging::Level | level = Acts::Logging::INFO |
||
) |
Constructor with
cfg | configuration struct |
output | logging level |
Definition at line 27 of file RootMaterialTrackWriter.cpp.
View newest version in sPHENIX GitHub at line 27 of file RootMaterialTrackWriter.cpp
References ActsExamples::RootMaterialTrackWriter::Config::collection, ActsExamples::RootMaterialTrackWriter::Config::fileMode, ActsExamples::RootMaterialTrackWriter::Config::filePath, m_cfg, m_outputFile, m_outputTree, m_step_A, m_step_dx, m_step_dy, m_step_dz, m_step_ex, m_step_ey, m_step_ez, m_step_L0, m_step_length, m_step_rho, m_step_sx, m_step_sy, m_step_sz, m_step_x, m_step_X0, m_step_y, m_step_z, m_step_Z, m_sur_id, m_sur_range_max, m_sur_range_min, m_sur_type, m_sur_x, m_sur_y, m_sur_z, m_tL0, m_tX0, m_v_eta, m_v_phi, m_v_px, m_v_py, m_v_pz, m_v_x, m_v_y, m_v_z, m_vol_id, ActsExamples::RootMaterialTrackWriter::Config::prePostStep, ActsExamples::RootMaterialTrackWriter::Config::storeSurface, ActsExamples::RootMaterialTrackWriter::Config::storeVolume, and ActsExamples::RootMaterialTrackWriter::Config::treeName.
|
override |
Virtual destructor.
Definition at line 99 of file RootMaterialTrackWriter.cpp.
View newest version in sPHENIX GitHub at line 99 of file RootMaterialTrackWriter.cpp
|
finaloverridevirtual |
Framework intialize method.
Implements ActsExamples::IWriter.
Definition at line 103 of file RootMaterialTrackWriter.cpp.
View newest version in sPHENIX GitHub at line 103 of file RootMaterialTrackWriter.cpp
|
finaloverrideprotectedvirtual |
and is called by the WriterT<>::write interface
ctx | The Algorithm context with per event information |
clusters | is the data to be written out |
Implements ActsExamples::WriterT< std::vector< Acts::RecordedMaterialTrack > >.
Definition at line 111 of file RootMaterialTrackWriter.cpp.
View newest version in sPHENIX GitHub at line 111 of file RootMaterialTrackWriter.cpp
References Acts::Surface::bounds(), Acts::CylinderBounds::eHalfLengthZ, Acts::VectorHelpers::eta(), ActsExamples::AlgorithmContext::geoContext, Acts::GeometryObject::geometryId(), Acts::CylinderBounds::get(), Acts::Surface::intersect(), phi, Acts::RadialBounds::rMax(), Acts::RadialBounds::rMin(), Acts::GeometryIdentifier::setApproach(), Acts::GeometryIdentifier::setBoundary(), Acts::GeometryIdentifier::setLayer(), Acts::GeometryIdentifier::setSensitive(), Acts::GeometryIdentifier::setVolume(), SUCCESS, surface(), Acts::Surface::type(), Acts::GeometryIdentifier::value(), and Acts::Test::volume.
|
private |
The config class.
Definition at line 86 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 86 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
The output file name.
Definition at line 90 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 90 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
The output tree name.
Definition at line 92 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 92 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step material A
Definition at line 120 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 120 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step x direction
Definition at line 114 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 114 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step y direction
Definition at line 115 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 115 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step z direction
Definition at line 116 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 116 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step x (end) position (optional)
Definition at line 111 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 111 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step y (end) position (optional)
Definition at line 112 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 112 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step z (end) position (optional)
Definition at line 113 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 113 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step material l0
Definition at line 119 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 119 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step length
Definition at line 117 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 117 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step material rho
Definition at line 122 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 122 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step x (start) position (optional)
Definition at line 105 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 105 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step y (start) position (optional)
Definition at line 106 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 106 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step z (start) position (optional)
Definition at line 107 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 107 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step x position
Definition at line 108 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 108 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step material x0
Definition at line 118 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 118 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step y position
Definition at line 109 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 109 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step z position
Definition at line 110 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 110 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
step material Z
Definition at line 121 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 121 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
ID of the suface associated with the step.
Definition at line 125 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 125 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
Max range of the suface associated with the step.
Definition at line 137 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 137 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
Min range of the suface associated with the step.
Definition at line 135 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 135 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
Type of the suface associated with the step.
Definition at line 127 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 127 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
x position of the center of the suface associated with the step
Definition at line 128 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 128 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
y position of the center of the suface associated with the step
Definition at line 130 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 130 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
z position of the center of the suface associated with the step
Definition at line 132 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 132 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
thickness in X0/L0
Definition at line 103 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 103 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
thickness in X0/L0
Definition at line 102 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 102 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start eta direction
Definition at line 101 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 101 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start phi direction
Definition at line 100 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 100 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start global momentum x
Definition at line 97 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 97 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start global momentum y
Definition at line 98 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 98 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start global momentum z
Definition at line 99 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 99 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start global x
Definition at line 94 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 94 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start global y
Definition at line 95 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 95 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
start global z
Definition at line 96 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 96 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
ID of the volume associated with the step.
Definition at line 140 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 140 of file RootMaterialTrackWriter.hpp
Referenced by RootMaterialTrackWriter().
|
private |
mutex used to protect multi-threaded writes
Definition at line 88 of file RootMaterialTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 88 of file RootMaterialTrackWriter.hpp