source: JEM-EUSO/esaf_cc_at_lal/packages/common/base/include/euso.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: 1.6 KB
Line 
1// $Id: euso.hh 2429 2006-01-20 17:02:15Z moreggia $
2// author: D. De Marco, M. Pallavicini   Jan, 18 2002
3
4/*****************************************************************************
5 * ESAF: Euso Simulation and Analysis Framework                              *
6 *                                                                           *
7 *  Id: euso.hh                                                              *
8 *  Package: Base                                                            *
9 *  Coordinator: Marco.Pallavicini                                           *
10 *                                                                           *
11 *****************************************************************************/
12
13////////////////////////////////////////////////////////////////////////////////
14//                                                                            //
15// Esaf                                                                       // 
16//                                                                            //
17// all very common declarations and includes                                  //
18//                                                                            //
19////////////////////////////////////////////////////////////////////////////////
20
21//#include "PhysicalConstants.hh"
22#include "ESystemOfUnits.hh"
23#include "Rtypes.h"
24
25#define TOLERANCE 1e-7
26
27#ifndef __EUSO_HH__
28#define __EUSO_HH__
29
30const Double_t kTolerance = 1E-7;
31const Double_t kAltitudeTolerance = 1*sou::mm;
32
33using namespace std;
34
35#endif /* __EUSO_HH__ */
Note: See TracBrowser for help on using the repository browser.