Changeset 1518


Ignore:
Timestamp:
09/09/02 17:01:12 (22 years ago)
Author:
blanch
Message:
Header file of camera.cxx 1.42.
File:
1 edited

Legend:

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

    r1513 r1518  
    1919//=
    2020//= $RCSfile: camera.h,v $
    21 //= $Revision: 1.9 $
     21//= $Revision: 1.10 $
    2222//= $Author: blanch $
    23 //= $Date: 2002-09-04 09:59:07 $
     23//= $Date: 2002-09-09 16:01:12 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    6565#include "MCCphoton.hxx"
    6666#include "MTrigger.hxx"
     67
     68#include "MParContainer.h"
     69#include "MArray.h"
    6770
    6871// command line options available
     
    244247
    245248#define QE_FILE     "../Data/qe.dat"
     249#define WC_FILE     "../Data/lightguides.dat"
    246250
    247251//!@}
     
    270274int igen_pixel_coordinates(struct camera *cam);
    271275void read_pixels(struct camera *cam);
     276void read_QE(void);
     277void read_WC(void);
    272278int pixels_are_neig(int pix1, int pix2);
    273279int bpoint_is_in_pix(double dx, double dy, int ipixnum,
     
    319325/*
    320326 *$Log: not supported by cvs2svn $
     327 *Revision 1.9  2002/09/04 09:59:07  blanch
     328 *Modifications to use MGeomCam from MARS.
     329 *
    321330 *Revision 1.8  2002/07/16 16:20:23  blanch
    322331 *Modifications done for the camera.cxx version, where a first implementation
Note: See TracChangeset for help on using the changeset viewer.