MINT2
Public Member Functions | Public Attributes | List of all members
RooCubicSplineKnot::BoundaryConditions Class Reference

#include <RooCubicSplineKnot.h>

Public Member Functions

 BoundaryConditions (bool leftSecondDerivative=true, bool rightSecondDerivative=true, double valueLeft=0, double valueRight=0)
 

Public Attributes

bool secondDerivative [2]
 
double value [2]
 

Detailed Description

Definition at line 15 of file RooCubicSplineKnot.h.

Constructor & Destructor Documentation

◆ BoundaryConditions()

RooCubicSplineKnot::BoundaryConditions::BoundaryConditions ( bool  leftSecondDerivative = true,
bool  rightSecondDerivative = true,
double  valueLeft = 0,
double  valueRight = 0 
)
inline

Definition at line 17 of file RooCubicSplineKnot.h.

19  { secondDerivative[0] = leftSecondDerivative ; secondDerivative[1] = rightSecondDerivative;
20  value[0] = valueLeft; value[1] = valueRight;
21  }

Member Data Documentation

◆ secondDerivative

bool RooCubicSplineKnot::BoundaryConditions::secondDerivative[2]

Definition at line 22 of file RooCubicSplineKnot.h.

◆ value

double RooCubicSplineKnot::BoundaryConditions::value[2]

Definition at line 23 of file RooCubicSplineKnot.h.


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