Changeset 1069 for trunk/MagicSoft


Ignore:
Timestamp:
11/13/01 17:06:01 (23 years ago)
Author:
blanch
Message:
Header file for creadparam.cxx version 1.12
File:
1 edited

Legend:

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

    r885 r1069  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.9 $
     21//= $Revision: 1.10 $
    2222//= $Author: blanch $
    23 //= $Date: 2001-07-19 09:29:02 $
     23//= $Date: 2001-11-13 17:06:01 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    135135//!@{
    136136
    137 // now we define the list ITEM_LIST of possible items in
     137// now we define the list PM_ITEM_LIST of possible items in
    138138// the parameters file. note that they are functions of
    139139// T(x). we will change T(x) to be the real item or the
    140140// string of this item when needed
    141141
    142 #define ITEM_LIST   /* LIST OF ITEMS IN THE PARAMETERS FILE */     \
     142#define PM_ITEM_LIST   /* LIST OF ITEMS IN THE PARAMETERS FILE */     \
    143143T(input_file),      /* input file */                              \
    144144T(starfield_file),  /* starfield file */                              \
     145T(starfield_center),/* center of thestarfield FOV */                    \
    145146T(data_file),       /* data file */                              \
    146147T(root_file),       /* ROOT file */                              \
     
    176177T(trigger_single),  /* trigger conditions */ \
    177178T(Trigger_Loop_Output_Only_Specialists),   /* special steercard */ \
     179T(telescope_axis),   /* Direction of the axis telescope */ \
     180T(source_offset),   /* Displacement of the source from the center */ \
     181T(corsika_vers),    /* Version of Corsika */ \
    178182T(end_file)         /* end of the parameters file */
    179183 
     
    181185
    182186enum ITEM_TYPE {
    183   ITEM_LIST
     187  PM_ITEM_LIST
    184188};
    185189
     
    189193
    190194const char *const ITEM_NAMES[] = {
    191   ITEM_LIST
     195  PM_ITEM_LIST
    192196};
    193197
     
    216220char *get_input_filename(void);
    217221char *get_starfield_filename(void);
     222void get_starfield_center(int *rh,int *rm,int *rs,int *dd,int *dm,int *ds);
    218223char *get_data_filename(void);
    219224char *get_root_filename(void);
     
    250255void get_threshold(float *t);
    251256int get_indi_thres_pixel(void);
     257void get_teles_axis(float *th, float *p);
     258void get_source_off(float *th, float *p);
     259int get_corsika_ver(void);
    252260//!@}
    253261
     
    265273/*
    266274 * $Log: not supported by cvs2svn $
     275 * Revision 1.9  2001/07/19 09:29:02  blanch
     276 * Header file for creadparam.cxx vrsion 1.10
     277 *
    267278 * Revision 1.8  2001/03/05 10:44:44  blanch
    268279 * Header file of creadparam.cxx version 1.9
Note: See TracChangeset for help on using the changeset viewer.