Ignore:
Timestamp:
07/16/02 17:20:59 (22 years ago)
Author:
blanch
Message:
Modifications done for the camera.cxx version, where a first implementation
of the Star Field Rotation has been introduced.
File:
1 edited

Legend:

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

    r1253 r1420  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.16 $
     21//= $Revision: 1.17 $
    2222//= $Author: blanch $
    23 //= $Date: 2002-03-15 15:17:18 $
     23//= $Date: 2002-07-16 16:20:41 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    7777static char CT_filename[PATH_MAX_LENGTH];     //@< name of the CT def. file
    7878static char NSB_directory[PATH_MAX_LENGTH];   //@< database for NSB
     79static int  Starfield_rotate = FALSE;         //@< switch on starfield rotation
    7980static int ElecNoise = TRUE;                  //@< Will we add ElecNoise?
    8081static float FADC_Noise = 2.0;                //@< Value for FADC ElecNoise
     
    283284      break;
    284285
     286    case sfr_on:              //@< simulate starfield rotation?
     287         
     288      // we will simulate Starfield rotation
     289      Starfield_rotate = TRUE;
     290         
     291      break;
     292
     293
    285294    case nsb_on:              //@< simulate NSB?
    286295         
     
    634643    *ds=Starfield_center[5];
    635644}
    636 //!@}
    637 
     645//!-----------------------------------------------------------
     646// @name get_starfield_rotate
     647//
     648// @Starfield_rotate
     649//
     650// @return   
     651//
     652//------------------------------------------------------------
     653// @function
     654
     655//!@{
     656int 
     657get_starfield_rotate(void)
     658{
     659    return(Starfield_rotate);
     660}
     661
     662
     663//!@}
    638664//!-----------------------------------------------------------
    639665// @name get_data_filename
     
    13461372//
    13471373// $Log: not supported by cvs2svn $
     1374// Revision 1.16  2002/03/15 15:17:18  blanch
     1375// Several modification needed to simulate the actual trigger zone.
     1376//
    13481377// Revision 1.15  2002/03/04 17:15:51  blanch
    13491378// An item, which allows to switch off the storage of the RawEvt, has been
Note: See TracChangeset for help on using the changeset viewer.