Ignore:
Timestamp:
01/28/00 09:19:54 (25 years ago)
Author:
harald
Message:
A new version from JoseCarlosGonzalez. The old routine for random_pointing
was not correct. This one should be okay!!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Reflector/readparam.h

    r292 r348  
    1919//=
    2020//= $RCSfile: readparam.h,v $
    21 //= $Revision: 1.1.1.1 $
     21//= $Revision: 1.2 $
    2222//= $Author: harald $
    23 //= $Date: 1999-10-29 07:00:33 $
     23//= $Date: 2000-01-28 09:19:54 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    123123T(block),           /* size of the block of files, when 'blocking' */ \
    124124T(random_pointing), /* random CT pointing from each shower (hadrons) */ \
     125T(repeat_random),   /* number of times a random pointing is to be done */ \
    125126T(data_from_stdin), /* read data from STDIN */ \
    126127T(data_to_stdout),  /* read data from STDIN */ \
     
    193194int get_data_to_stdout(void);
    194195int get_random_pointing(float *maxdist);
     196int get_repeat_random(void);
    195197
    196198//!@}
     
    209211/*
    210212 * $Log: not supported by cvs2svn $
     213 * Revision 1.14  2000/01/27  10:47:54  gonzalez
     214 * JAN2000-STABLE
     215 *
    211216 * Revision 1.13  1999/10/05  11:06:37  gonzalez
    212217 * Sep. 1999
Note: See TracChangeset for help on using the changeset viewer.