lsst.jointcal  master-gc935ebf72c+13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
lsst::jointcal::Chi2Vect Struct Reference
Inheritance diagram for lsst::jointcal::Chi2Vect:

Public Member Functions

void addEntry (double Chi2Val, unsigned ndof, std::shared_ptr< BaseStar > ps)
 
void addEntry (double Chi2Val, unsigned ndof, std::shared_ptr< MeasuredStar > measuredStar)
 

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member. More...
 

Detailed Description

Definition at line 571 of file AstrometryFit.cc.

Member Function Documentation

void lsst::jointcal::Chi2Vect::addEntry ( double  Chi2Val,
unsigned  ndof,
std::shared_ptr< MeasuredStar measuredStar 
)
inline

Definition at line 167 of file PhotometryFit.cc.

void lsst::jointcal::Chi2Vect::addEntry ( double  Chi2Val,
unsigned  ndof,
std::shared_ptr< BaseStar ps 
)
inline

Definition at line 572 of file AstrometryFit.cc.


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