Changeset 2428


Ignore:
Timestamp:
10/26/03 19:45:38 (21 years ago)
Author:
blanch
Message:
The write_all_data input card command has been removed.
File:
1 edited

Legend:

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

    r2391 r2428  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.24 $
     21//= $Revision: 1.25 $
    2222//= $Author: blanch $
    23 //= $Date: 2003-10-17 19:40:24 $
     23//= $Date: 2003-10-26 19:45:38 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    102102static int Write_McFadc = FALSE;
    103103static int Write_RawEvt = TRUE;
    104 static int Write_All_Data = FALSE;
    105104static int Select_Energy = TRUE;
    106105static float Select_Energy_le = 0.0;           //@< GeV
     
    440439      break;
    441440
    442     case write_all_data:      //@< to write single pixel data
    443          
    444       // change boolean value
    445       Write_All_Data = TRUE;
    446 
    447       break;
    448 
    449441    case select_energy:       //@< value of islands_cut (i0)
    450442         
     
    10081000//!@}
    10091001
    1010 
    1011 //!-----------------------------------------------------------
    1012 // @name write_all_data
    1013 //                                               
    1014 // @desc write single pixel data to file .dat
    1015 //
    1016 // @return  TRUE: we'll write everything; FALSE: we won't
    1017 //
    1018 // @date Wed Nov 25 13:21:00 MET 1998
    1019 //------------------------------------------------------------
    1020 // @function
    1021 
    1022 //!@{
    1023 int
    1024 get_write_all_data(void)
    1025 {
    1026   return ( Write_All_Data );
    1027 }
    1028 //!@}
    1029 
    10301002//!-----------------------------------------------------------
    10311003// @name write_McEvt
     
    13021274//
    13031275// $Log: not supported by cvs2svn $
     1276// Revision 1.24  2003/10/17 19:40:24  blanch
     1277// The gain ratio between the high and low FADC gain is controlled from the
     1278// input card.
     1279//
    13041280// Revision 1.23  2003/09/23 17:38:48  blanch
    13051281// ana_pixels command has been removed.
Note: See TracChangeset for help on using the changeset viewer.