Changeset 1695


Ignore:
Timestamp:
01/07/03 16:34:09 (22 years ago)
Author:
blanch
Message:
Header file for camera.cxx version 1.50.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.h

    r1684 r1695  
    1919//=
    2020//= $RCSfile: camera.h,v $
    21 //= $Revision: 1.14 $
     21//= $Revision: 1.15 $
    2222//= $Author: blanch $
    23 //= $Date: 2002-12-12 17:41:13 $
     23//= $Date: 2003-01-07 16:34:09 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    294294float lin_interpol(float x1, float y1, float x2, float y2, float x);
    295295int produce_phes( FILE *sp, // the input file
    296                   MGeomCamMagic *camgeom, // the camera layout
     296                  class MGeomCamMagic *camgeom, // the camera layout
    297297                  float minwl_nm, // the minimum accepted wavelength
    298298                  float maxwl_nm, // the maximum accepted wavelength
     
    303303                  int *incph,    // total number of cph read
    304304                  float *tmin_ns,   // minimum arrival time of all phes
    305                   float *tmax_ns,    // maximum arrival time of all phes
    306                   int star   //  0 if the photon provides the starfield -1 doesn't provide of the starfield
    307                    );
     305                  float *tmax_ns   // maximum arrival time of all phes
     306                  );
    308307
    309308int produce_nsbrates( char *inname,
     
    325324                      float base_mv[iMAXNUMPIX]);
    326325
     326int size_rotated ( float *rotated,
     327                   float nsb[iMAXNUMPIX],
     328                   float ro);
     329
    327330//!@}
    328331
     
    334337/*
    335338 *$Log: not supported by cvs2svn $
     339 *Revision 1.14  2002/12/12 17:41:13  blanch
     340 **** empty log message ***
     341 *
    336342 *Revision 1.13  2002/12/10 17:20:32  blanch
    337343 **** empty log message ***
Note: See TracChangeset for help on using the changeset viewer.