source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/Kutils.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: 523 bytes
Line 
1/* -------------------------------------------------------------------------
2 *   Kutils.h
3 *
4 *   --- header file for Kutils.c
5 *
6 * $Id: Kutils.hh 119 2003-09-23 13:19:04Z pallas $
7 * $Id: Kutils.h,v 1.0 2003/09/21 J. W. Watts
8 * -------------------------------------------------------------------------
9 */
10#ifndef _UTILS_H
11#define _UTILS_H
12
13Int_t Krt_bsearch(Double_t a[], Double_t x, Int_t left, Int_t right);
14Int_t KSolveQuadratic(Double_t aa[3], Double_t x[2]);
15Double_t Kvdot(Double_t a[3], Double_t b[3]);
16
17#endif
Note: See TracBrowser for help on using the repository browser.