source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/Kspline.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 568 bytes
Line 
1/* -------------------------------------------------------------------------
2 *   Kspline.h
3 *
4 *   --- header file for Kspline.c
5 *
6 * $Id: Kspline.hh 119 2003-09-23 13:19:04Z pallas $
7 * $Id: Kspline.hh 119 2003-09-23 13:19:04Z pallas $
8 * -------------------------------------------------------------------------
9 */
10#ifndef _SPLINE_H
11#define _SPLINE_H
12
13#include "TROOT.h"
14#include "TVectorD.h"
15
16Int_t Kcsp_maketable(Double_t x[], Double_t y[], Double_t z[], Int_t size);
17Double_t Kcspline(Double_t t, Double_t x[], Double_t y[], Double_t z[], Int_t size);
18
19#endif
Note: See TracBrowser for help on using the repository browser.