source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/Lutils.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: 608 bytes
Line 
1/* -------------------------------------------------------------------------
2 *   utils.h
3 *
4 *   --- header file for utils.c
5 *
6 * Copyright (c) 2000-2003 N.Sakaki, Y.Takizawa, Y.Kawasaki
7 * All rights reserved.
8 * $Id: Lutils.hh 2784 2007-11-16 10:19:08Z naumov $
9 * $Id: Lutils.hh,v 1.0 2007/11/13 Dmitry V.Naumov adapted for ESAF
10 * -------------------------------------------------------------------------
11 */
12#ifndef _LUTILS_H
13#define _LUTILS_H
14
15int Lrt_bsearch(double a[], double x, int left, int right);
16int LSolveQuadratic(double aa[3], double x[2]);
17double Lvdot(double a[3], double b[3]);
18
19#endif
Note: See TracBrowser for help on using the repository browser.