Ignore:
Timestamp:
02/12/03 13:47:32 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1704 r1756  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.18 $
     21//= $Revision: 1.19 $
    2222//= $Author: blanch $
    23 //= $Date: 2003-01-14 13:37:47 $
     23//= $Date: 2003-02-12 13:47:32 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    351351      // get value of tail_cut (in ph.e.)
    352352      sscanf(line, "%s %f", token, &qTailCut);
     353      cerr << "Skipping unknown token in [" << line << "]\n";
    353354
    354355      break;
     
    358359      // DO count islands
    359360      countIslands = TRUE;
     361      cerr << "Skipping unknown token in [" << line << "]\n";
    360362         
    361363      break;
     
    365367      // do NOT count islands
    366368      countIslands = FALSE;
     369      cerr << "Skipping unknown token in [" << line << "]\n";
    367370         
    368371      break;
     
    373376      sscanf(line, "%s %d", token, &nIslandsCut);
    374377      countIslands = TRUE;
     378      cerr << "Skipping unknown token in [" << line << "]\n";
    375379
    376380      break;
     
    548552      //  Get axis of the telescope
    549553         sscanf(line, "%s %f %f", token, &Telescope_axis_th, &Telescope_axis_ph);
     554      cerr << "Skipping unknown token in [" << line << "]\n";
    550555
    551556      break;
     
    562567      //  Get Corsika version
    563568        sscanf(line, "%s %i", token, &Corsika_vers);
     569      cerr << "Skipping unknown token in [" << line << "]\n";
    564570
    565571      break;
     
    14021408//
    14031409// $Log: not supported by cvs2svn $
     1410// Revision 1.18  2003/01/14 13:37:47  blanch
     1411// Option to set a dc value to rise the discriminator threshold has been added.
     1412//
    14041413// Revision 1.17  2002/07/16 16:20:41  blanch
    14051414// Modifications done for the camera.cxx version, where a first implementation
Note: See TracChangeset for help on using the changeset viewer.