Analysis Software
Documentation for sPHENIX simulation software
|
Simple struct holding cluster information. More...
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/EventData/Cluster.hpp>
Public Types | |
using | Cell = ActsFatras::Channelizer::ChannelSegment |
Public Attributes | |
size_t | sizeLoc0 = 0 |
size_t | sizeLoc1 = 0 |
std::vector< Cell > | channels |
Simple struct holding cluster information.
Definition at line 18 of file Cluster.hpp.
View newest version in sPHENIX GitHub at line 18 of file Cluster.hpp
Definition at line 19 of file Cluster.hpp.
View newest version in sPHENIX GitHub at line 19 of file Cluster.hpp
std::vector<Cell> ActsExamples::Cluster::channels |
Definition at line 22 of file Cluster.hpp.
View newest version in sPHENIX GitHub at line 22 of file Cluster.hpp
Referenced by ActsExamples::ModuleClusters::add(), BOOST_AUTO_TEST_CASE(), detail::fillChargeMatrix(), ActsExamples::RootMeasurementWriter::DigitizationTree::fillCluster(), ActsExamples::DigitizationAlgorithm::localParameters(), ActsExamples::EDM4hepUtil::readMeasurement(), ActsExamples::ModuleClusters::squash(), and ActsExamples::EDM4hepUtil::writeMeasurement().
size_t ActsExamples::Cluster::sizeLoc0 = 0 |
Definition at line 20 of file Cluster.hpp.
View newest version in sPHENIX GitHub at line 20 of file Cluster.hpp
Referenced by BOOST_AUTO_TEST_CASE(), ActsExamples::RootMeasurementWriter::DigitizationTree::fillCluster(), ActsExamples::DigitizationAlgorithm::localParameters(), and ActsExamples::ModuleClusters::squash().
size_t ActsExamples::Cluster::sizeLoc1 = 0 |
Definition at line 21 of file Cluster.hpp.
View newest version in sPHENIX GitHub at line 21 of file Cluster.hpp
Referenced by BOOST_AUTO_TEST_CASE(), ActsExamples::RootMeasurementWriter::DigitizationTree::fillCluster(), ActsExamples::DigitizationAlgorithm::localParameters(), and ActsExamples::ModuleClusters::squash().