Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Fatras/include/ActsFatras/Digitization/DigitizationData.hpp>
Public Types | |
using | Scalar = Acts::ActsScalar |
using | ParametersVector = Acts::ActsVector< kSize > |
using | CovarianceMatrix = Acts::ActsSquareMatrix< kSize > |
Public Member Functions | |
template<typename parameters_t , typename covariance_t > | |
Cluster (const Eigen::MatrixBase< parameters_t > &p, const Eigen::MatrixBase< covariance_t > &c, std::array< unsigned int, kSize > cSize, std::vector< Channel< signal_t, kSize >> cChannels) | |
Cluster ()=delete | |
Public Attributes | |
ParametersVector | parameters = ParametersVector::Zero() |
Measured parameters. | |
CovarianceMatrix | covariance = CovarianceMatrix::Zero() |
Measurement covariance. | |
std::array< unsigned int, kSize > | clusterSize |
The resulting cluster size along each channel dimension. | |
std::vector< Channel< signal_t, kSize > > | channels |
The constituating signal channels. | |
A (simulated) cluster with its constituents.
signal_t | Type of the signal carried, see above |
kSize | Number of cluster coordinates |
Definition at line 53 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 53 of file DigitizationData.hpp
using ActsFatras::Cluster< signal_t, kSize >::CovarianceMatrix = Acts::ActsSquareMatrix<kSize> |
Definition at line 56 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 56 of file DigitizationData.hpp
using ActsFatras::Cluster< signal_t, kSize >::ParametersVector = Acts::ActsVector<kSize> |
Definition at line 55 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 55 of file DigitizationData.hpp
using ActsFatras::Cluster< signal_t, kSize >::Scalar = Acts::ActsScalar |
Definition at line 54 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 54 of file DigitizationData.hpp
|
inline |
Cluster constructor
p | Measured parameters |
c | Measurement covariance |
cSize | The cluster size definition |
cChannels | The channel |
Definition at line 74 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 74 of file DigitizationData.hpp
|
delete |
std::vector<Channel<signal_t, kSize> > ActsFatras::Cluster< signal_t, kSize >::channels |
The constituating signal channels.
Definition at line 65 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 65 of file DigitizationData.hpp
std::array<unsigned int, kSize> ActsFatras::Cluster< signal_t, kSize >::clusterSize |
The resulting cluster size along each channel dimension.
Definition at line 63 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 63 of file DigitizationData.hpp
CovarianceMatrix ActsFatras::Cluster< signal_t, kSize >::covariance = CovarianceMatrix::Zero() |
Measurement covariance.
Definition at line 61 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 61 of file DigitizationData.hpp
ParametersVector ActsFatras::Cluster< signal_t, kSize >::parameters = ParametersVector::Zero() |
Measured parameters.
Definition at line 59 of file DigitizationData.hpp.
View newest version in sPHENIX GitHub at line 59 of file DigitizationData.hpp
Referenced by cpp.ast.Function::__str__(), and cpp.ast.Function::Requires().