Changeset 2355


Ignore:
Timestamp:
09/23/03 18:38:48 (21 years ago)
Author:
blanch
Message:
ana_pixels command has been removed.
File:
1 edited

Legend:

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

    r2353 r2355  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.22 $
     21//= $Revision: 1.23 $
    2222//= $Author: blanch $
    23 //= $Date: 2003-09-23 16:52:07 $
     23//= $Date: 2003-09-23 17:38:48 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    8686static float Trig_Noise = 0.3;                //@< Factor for Trigger ElecNoise
    8787static int simulateNSB = TRUE;                //@< Will we simulate NSB?
    88 static int anaPixels = -1;      //@< number of pixels for the analysis
    8988static float meanNSB;           //@< NSB mean value (per pixel)
    9089static int nphe2NSB=0;          //@< Number of phe from shower to do NSB simulation
     
    345344      break;
    346345
    347     case ana_pixels:          //@< number of pixels for analysis
    348          
    349       // number of pixels for analysis
    350       sscanf(line, "%s %d", token, &anaPixels);
    351 
    352       break;
    353 
    354346    case pixel_thres:           //@< value of threshold for trigger (q0)
    355347         
     
    887879int get_indi_thres_pixel(void){
    888880  return  Individual_Thres;
    889 }
    890 //!@}
    891 
    892 
    893 //!-----------------------------------------------------------
    894 // @name get_ana_pixels
    895 //                                               
    896 // @desc number of pixels for the analysis
    897 //
    898 // @return  Number of pixels to use in the image parameters
    899 //
    900 // @date Mon Sep 14 13:27:56 MET DST 1998
    901 //------------------------------------------------------------
    902 // @function
    903 
    904 //!@{
    905 int
    906 get_ana_pixels(void)
    907 {
    908   return ( anaPixels );
    909881}
    910882//!@}
     
    12891261//
    12901262// $Log: not supported by cvs2svn $
     1263// Revision 1.22  2003/09/23 16:52:07  blanch
     1264// We do not read ct_file anymore.
     1265//
    12911266// Revision 1.21  2003/09/15 10:17:09  blanch
    12921267// Some modifications in the input card has been done for the multitelescope
Note: See TracChangeset for help on using the changeset viewer.