Ignore:
Timestamp:
02/18/00 17:50:07 (25 years ago)
Author:
petry
Message:
This version belongs to camera.cxx 1.5.
It version has been put in the repository in order to be
able to share the further development with others.

If you need something working, wait or take an earlier one.
See file README
File:
1 edited

Legend:

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

    r308 r368  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.1.1.1 $
    22 //= $Author: harald $
    23 //= $Date: 1999-11-05 11:59:34 $
     21//= $Revision: 1.2 $
     22//= $Author: petry $
     23//= $Date: 2000-02-18 17:50:07 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    4747  @- |input_file| filename :   
    4848     Sets the name of the input file (|.rfl|).
    49   @- |output_file| filename :   
    50      Sets the name of the output file (|.phe|).
     49  @- |starfield_file| filename :   
     50     Sets the name of the starfield input file (|.rfl|).
    5151  @- |ct_file| filename :   
    5252     Sets the name of the CT definition file (|.def|).
     
    139139#define ITEM_LIST   /* LIST OF ITEMS IN THE PARAMETERS FILE */     \
    140140T(input_file),      /* input file */                              \
    141 T(output_file),     /* output file */                              \
     141T(starfield_file),  /* starfield file */                              \
    142142T(data_file),       /* data file */                              \
    143143T(diag_file),       /* diagnostic output file (ROOT format) */   \
     
    202202void readparam(char * filename);
    203203char *get_input_filename(void);
    204 char *get_output_filename(void);
     204char *get_starfield_filename(void);
    205205char *get_data_filename(void);
    206206char *get_diag_filename(void);
     
    238238/*
    239239 * $Log: not supported by cvs2svn $
     240 * Revision 1.1.1.1  1999/11/05 11:59:34  harald
     241 * This the starting point for CVS controlled further developments of the
     242 * camera program. The program was originally written by Jose Carlos.
     243 * But here you can find a "rootified" version to the program. This means
     244 * that there is no hbook stuff in it now. Also the output of the
     245 * program changed to the MagicRawDataFormat.
     246 *
     247 * The "rootification" was done by Dirk Petry and Harald Kornmayer.
     248 *
    240249 * Revision 1.2  1999/10/22 15:01:29  petry
    241250 * version sent to H.K. and N.M. on Fri Oct 22 1999
Note: See TracChangeset for help on using the changeset viewer.