#include <RZLine.h>
Public Member Functions | |
float | chi2 (float cotTheta, float intercept) const |
void | fit (float &cotTheta, float &intercept, float &covss, float &covii, float &covsi) const |
RZLine (const DynArray< GlobalPoint > &points, const DynArray< GlobalError > &errors, const DynArray< bool > &isBarrel) | |
RZLine (const GlobalPoint *points, const GlobalError *errors, const bool *isBarrel, unsigned int size) | |
RZLine (const std::vector< float > &aR, const std::vector< float > &aZ, const std::vector< float > &aErrZ) | |
Private Attributes | |
float * | errZ2 |
int | nPoints |
float * | r |
std::vector< float > | storage |
float * | z |
|
inline |
Definition at line 13 of file RZLine.h.
RZLine::RZLine | ( | const GlobalPoint * | points, |
const GlobalError * | errors, | ||
const bool * | isBarrel, | ||
unsigned int | size | ||
) |
Definition at line 22 of file RZLine.cc.
References errZ2, i, nPoints, AlCaHLTBitMon_ParallelJobs::p, PV3DBase< T, PVType, FrameType >::perp(), r, GlobalErrorBase< T, ErrorWeightType >::rerr(), findQualityFiles::size, storage, z, and PV3DBase< T, PVType, FrameType >::z().
RZLine::RZLine | ( | const std::vector< float > & | aR, |
const std::vector< float > & | aZ, | ||
const std::vector< float > & | aErrZ | ||
) |
float RZLine::chi2 | ( | float | cotTheta, |
float | intercept | ||
) | const |
Definition at line 50 of file RZLine.cc.
References errZ2, i, nPoints, r, funct::sqr(), and z.
Referenced by MultiHitGeneratorFromChi2::hitSets(), PixelFitterByConformalMappingAndLine::run(), PixelFitterByHelixProjections::run(), and TrackFitter::run().
void RZLine::fit | ( | float & | cotTheta, |
float & | intercept, | ||
float & | covss, | ||
float & | covii, | ||
float & | covsi | ||
) | const |
Definition at line 44 of file RZLine.cc.
References errZ2, linearFit(), nPoints, r, and z.
Referenced by MultiHitGeneratorFromChi2::hitSets(), trackingPlots.Iteration::modules(), PixelFitterByConformalMappingAndLine::run(), PixelFitterByHelixProjections::run(), and TrackFitter::run().
|
private |
|
private |
|
private |
|
private |