source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/optics/src/Ncheck_frame.cc @ 117

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

ESAF version compilable on mac OS

File size: 537 bytes
Line 
1/* -------------------------------------------------------------------------
2 *   check_frame.c
3 *
4 *   --- check if the photon hits a frame or not
5 *
6 * Copyright (c) 2010  N.Sakaki, Y.Takizawa, Y.Kawasaki
7 * All rights reserved
8 * $Id$
9 * -------------------------------------------------------------------------
10 */
11#include <stdio.h>
12#include <stdlib.h>
13#include <math.h>
14#include "Ncheck_frame.hh"
15
16
17int CheckFrame(NPhoton *photon, NTraceLens::tel_param *param, FILE *fplog)
18{
19  return 0; /* the photon does not hit any frame  */
20}
Note: See TracBrowser for help on using the repository browser.