Ignore:
Timestamp:
09/17/04 15:48:22 (20 years ago)
Author:
moralejo
Message:
Changes to adapt headers to c++ style.
File:
1 edited

Legend:

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

    r5077 r5103  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.28 $
     21//= $Revision: 1.29 $
    2222//= $Author: moralejo $
    23 //= $Date: 2004-09-16 15:27:08 $
     23//= $Date: 2004-09-17 14:48:21 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
    2626
    27 // @T \newpage
    28 
    29 //!@section Source code of |creadparam.cxx|.
    30 
    31 /*!@"
    32  
    33   This section describes briefly the source code for the file
    34   |creadparam.cxx|. This file is very closely related to the file
    35   |readparams.cxx| from the |reflector| program. Actually, this later
    36   file was the ancestror of the file you are looking at.
    37 
    38   All the defines it uses are located in the file |creadparam.h|. In
    39   the first one we can see the definitions of the commands available
    40   for the parameters file. We describe these commands in a later
    41   section.
    42  
    43   @"*/
    44 
    45 //!@subsection Includes and Global variables definition.
    46 
    47 /*!@"
    48  
    49   All the defines are located in the file {\tt creadparam.h}.
    50 
    51   @"*/
    52  
    53 //!@{
    5427
    5528#include "creadparam.h"
    5629#include "camera.h"      // Needed for MAX_NUMBER_OF_CTS
    5730
    58 //!@}
    59 
    60 //!@subsection Definition of global variables.
    61 
    62 /*!@"
    63 
    64   Here we define the global variables where the values from the
    65   parameters file are stored.
    66  
    67   @"*/
    68 
    69 //!@{
     31//  Here we define the global variables where the values from the
     32//  parameters file are stored.
    7033
    7134static char **Input_filename;  //@< input filename
     
    147110// Coordinates of CT locations, in centimeters, in the Corsika system.
    148111
    149 //!@}
    150 
    151 //!@subsection The function |readparam()|.
    152 
    153 //!-----------------------------------------------------------
    154 // @name  creadparam
    155 //                                               
    156 // @desc  read parameters from the stdin / parameters file
    157 //
    158 // @var   *filename  Name of the parameters file (NULL->STDIN)
    159 //
    160 // @date Mon Sep 14 13:27:56 MET DST 1998
    161 //------------------------------------------------------------
    162 // @function
    163 
    164 //!@{
    165112void
    166113readparam(char * filename)
     
    336283      //
    337284
    338       if (fmod(FADC_pedestal, 1.) > 1.e-4)
     285      if (fmod((double)FADC_pedestal, (double)1.) > 1.e-4)
    339286      {
    340287          printf("ERROR :  requested average FADC pedestal (%f) is not integer. Please use an integer value.\n", FADC_pedestal);
     
    14091356}
    14101357
    1411 
    1412 
    1413 //!@}
    14141358//=------------------------------------------------------------
    14151359//!@subsection Log of this file.
     
    14181362//
    14191363// $Log: not supported by cvs2svn $
     1364// Revision 1.28  2004/09/16 15:27:08  moralejo
     1365// Updated in CVS after some time (see changes below)
     1366//
    14201367//
    14211368// Revision 1.27  2004/05/12 A. Moralejo
Note: See TracChangeset for help on using the changeset viewer.