Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::AtlasBetheHeitlerApprox< NComponents, PolyDegree >::PolyData Struct Reference

#include <acts/blob/sPHENIX/Core/include/Acts/TrackFitting/BetheHeitlerApprox.hpp>

+ Collaboration diagram for Acts::AtlasBetheHeitlerApprox< NComponents, PolyDegree >::PolyData:

Public Attributes

std::array< ActsScalar,
PolyDegree+1 > 
weightCoeffs
 
std::array< ActsScalar,
PolyDegree+1 > 
meanCoeffs
 
std::array< ActsScalar,
PolyDegree+1 > 
varCoeffs
 

Detailed Description

template<int NComponents, int PolyDegree>
struct Acts::AtlasBetheHeitlerApprox< NComponents, PolyDegree >::PolyData

Definition at line 107 of file BetheHeitlerApprox.hpp.

View newest version in sPHENIX GitHub at line 107 of file BetheHeitlerApprox.hpp

Member Data Documentation

template<int NComponents, int PolyDegree>
std::array<ActsScalar, PolyDegree + 1> Acts::AtlasBetheHeitlerApprox< NComponents, PolyDegree >::PolyData::meanCoeffs

Definition at line 109 of file BetheHeitlerApprox.hpp.

View newest version in sPHENIX GitHub at line 109 of file BetheHeitlerApprox.hpp

template<int NComponents, int PolyDegree>
std::array<ActsScalar, PolyDegree + 1> Acts::AtlasBetheHeitlerApprox< NComponents, PolyDegree >::PolyData::varCoeffs

Definition at line 110 of file BetheHeitlerApprox.hpp.

View newest version in sPHENIX GitHub at line 110 of file BetheHeitlerApprox.hpp

template<int NComponents, int PolyDegree>
std::array<ActsScalar, PolyDegree + 1> Acts::AtlasBetheHeitlerApprox< NComponents, PolyDegree >::PolyData::weightCoeffs

Definition at line 108 of file BetheHeitlerApprox.hpp.

View newest version in sPHENIX GitHub at line 108 of file BetheHeitlerApprox.hpp


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