Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::ModuleValue Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/Digitization/include/ActsExamples/Digitization/ModuleClusters.hpp>

+ Collaboration diagram for ActsExamples::ModuleValue:

Public Attributes

std::vector< Acts::BoundIndicesparamIndices = {}
 
std::vector< Acts::ActsScalarparamValues = {}
 
std::vector< Acts::ActsScalarparamVariances = {}
 
std::variant< Cluster,
Cluster::Cell
value
 
std::set
< SimHitContainer::size_type > 
sources = {}
 
Acts::Ccl::Label label = {Acts::Ccl::NO_LABEL}
 

Detailed Description

Definition at line 30 of file ModuleClusters.hpp.

View newest version in sPHENIX GitHub at line 30 of file ModuleClusters.hpp

Member Data Documentation

Acts::Ccl::Label ActsExamples::ModuleValue::label = {Acts::Ccl::NO_LABEL}

Definition at line 36 of file ModuleClusters.hpp.

View newest version in sPHENIX GitHub at line 36 of file ModuleClusters.hpp

Referenced by cpp.ast.Goto::__str__(), and ActsExamples::getCellLabel().

std::vector<Acts::BoundIndices> ActsExamples::ModuleValue::paramIndices = {}

Definition at line 31 of file ModuleClusters.hpp.

View newest version in sPHENIX GitHub at line 31 of file ModuleClusters.hpp

Referenced by ActsExamples::ModuleClusters::add(), and ActsExamples::ModuleClusters::squash().

std::vector<Acts::ActsScalar> ActsExamples::ModuleValue::paramValues = {}

Definition at line 32 of file ModuleClusters.hpp.

View newest version in sPHENIX GitHub at line 32 of file ModuleClusters.hpp

Referenced by ActsExamples::ModuleClusters::add(), and ActsExamples::ModuleClusters::squash().

std::vector<Acts::ActsScalar> ActsExamples::ModuleValue::paramVariances = {}

Definition at line 33 of file ModuleClusters.hpp.

View newest version in sPHENIX GitHub at line 33 of file ModuleClusters.hpp

Referenced by ActsExamples::ModuleClusters::add(), and ActsExamples::ModuleClusters::squash().

std::set<SimHitContainer::size_type> ActsExamples::ModuleValue::sources = {}

Definition at line 35 of file ModuleClusters.hpp.

View newest version in sPHENIX GitHub at line 35 of file ModuleClusters.hpp

Referenced by ActsExamples::ModuleClusters::add(), and ActsExamples::ModuleClusters::squash().

std::variant<Cluster, Cluster::Cell> ActsExamples::ModuleValue::value

The documentation for this struct was generated from the following file: