Ignore:
Timestamp:
07/24/02 15:36:10 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/ReflectorII/init.h

    r774 r1431  
    44/*  Constant definitions  */
    55#define LINE_MAX_LENGTH 128             /*  parsing buffer sz.  */
    6 #define NR_OF_CPHOTONS  65535           /*  CPhotons sz.        */
     6#define NR_OF_CPHOTONS 65535            /*  CPhotons sz.        */
    77#define PH_IN_DATABLOCK 39              /*  Photons in datablk  */
    88#define SHOW_ME         500             /*  How many evts among two logs  */
     
    4141extern float fixed_Phi;                 /*  azi (0N->90E) (rad) */
    4242
     43extern float Telescope_x, Telescope_y;  /* Telescope coordinates (cm) */
     44
    4345extern int   is_Random_Pointing;        /*  random pointing?    */
    4446extern float Random_Pointing_MaxDist;   /*  in metres           */
     
    4951extern char  ct_BinaryName[];           /*  binary data filename        */
    5052extern float ct_Focal_mean;             /*  focal dist. (mean) (cm)     */
    51 extern float ct_Focal_std;              /*  focal dist. (std) (cm)      */
    5253extern float ct_PSpread_mean;           /*  pt. spread fn. (mean) (cm)  */
    5354extern float ct_PSpread_std;            /*  pt. spread fn. (std) (cm)   */
    54 extern float ct_Adjustment_std;         /*  adjustment dev. (std) (cm)  */
    5555extern float ct_BlackSpot_rad;          /*  black spot radius (cm)      */
    5656extern float ct_RMirror;                /*  rad. of single mirror (cm)  */
     
    5959extern int   ct_NPixels;                /*  number of pixels            */
    6060extern float ct_PixelWidth;             /*  pixel width (cm)            */
     61
    6162
    6263typedef struct
Note: See TracChangeset for help on using the changeset viewer.