Belle II Software  release-08-01-10
SpotParam Struct Reference

structure containing most of the beam spot parameters More...

Collaboration diagram for SpotParam:

Public Member Functions

void print ()
 Print BeamSpot parameters.
 
 SpotParam (const std::vector< double > &vals, const std::vector< double > &errs, const std::vector< std::vector< double >> &spls, int order=0)
 Constructor based output of the linear regression, assuming zero-order splines vals, errors and vector with splines - are aggregated results of linear-regression Order of variables in the vals & errs vector is the following: xVals, yVals, kXvals, kYvals, zVals.
 

Public Attributes

Spline x
 spline for BS center position as a function of time (x coordinate)
 
Spline y
 spline for BS center position as a function of time (y coordinate)
 
Spline z
 spline for BS center position as a function of time (z coordinate)
 
Spline kX
 spline for BS angle in the xz plane as a function of time
 
Spline kY
 spline for BS angle in the yz plane as a function of time
 

Detailed Description

structure containing most of the beam spot parameters

Definition at line 70 of file BeamSpotStandAlone.cc.


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