#include <iostream>
#include <string>
#include "TMath.h"
#include "TVectorD.h"
#include "TH1.h"
#include "RooAbsReal.h"
#include "Mint/RooCubicSplineKnot.h"
#include "TMatrixD.h"
#include "TDecompBK.h"
Go to the source code of this file.
|
Double_t | RooCubicSplineKnot_aux::get (const RooArgList &b, int i) |
|
Double_t | RooCubicSplineKnot_aux::get (const RooArgList &b, int i, int k) |
|
template<typename T > |
T::const_reference | RooCubicSplineKnot_aux::get (const T &t, int i, int j) |
|
template<typename T > |
T::const_reference | RooCubicSplineKnot_aux::get2 (const T &t, int i, int j) |
|
template<typename T > |
void | RooCubicSplineKnot_aux::push_back (T &t, const typename T::value_type &a, const typename T::value_type &b, const typename T::value_type &c, const typename T::value_type &d) |
|