source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/Ncheck_frame.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: 535 bytes
Line 
1/* -------------------------------------------------------------------------
2 *   check_frame.h
3 *
4 *   --- header file for check_frame.c
5 *
6 * Copyright (c) 2010  N.Sakaki, Y.Takizawa, Y.Kawasaki
7 * All rights reserved.
8 * $Id$
9 * -------------------------------------------------------------------------
10 */
11#ifndef _NCHECK_FRAME_H
12#define _NCHECK_FRAME_H
13#include <stdio.h>
14#include "Ntrace_optics.hh"
15#include "Nphoton.hh"
16using namespace NTraceLens;
17int CheckFrame(NPhoton *photon, NTraceLens::tel_param *param, FILE *fp);
18#endif
Note: See TracBrowser for help on using the repository browser.