Ignore:
Timestamp:
01/30/04 09:55:33 (21 years ago)
Author:
blanch
Message:
New "trigger_delay" and "sigma_xy_cm_spot" commands.
File:
1 edited

Legend:

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

    r2429 r2964  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.22 $
     21//= $Revision: 1.23 $
    2222//= $Author: blanch $
    23 //= $Date: 2003-10-26 19:51:30 $
     23//= $Date: 2004-01-30 09:55:33 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    187187T(source_offset),   /* Displacement of the source from the center */ \
    188188T(high_to_low),   /* Displacement of the source from the center */ \
     189T(sigma_xy_cm_spot), /* Additional gaussian spread of mirror spot on camera */ \
     190T(trigger_delay), /*  Delay in ns between beginning of FADC
     191                      time window and the trigger instant.*/ \
    189192T(end_file)         /* end of the parameters file */
    190193 
     
    256259void get_source_off(float *th, float *p);
    257260float get_High_to_Low(void);
     261float get_sigma_xy_cm_spot(void);
     262float get_trig_delay(void);
    258263//!@}
    259264
     
    271276/*
    272277 * $Log: not supported by cvs2svn $
     278 * Revision 1.22  2003/10/26 19:51:30  blanch
     279 * Header file for creadparam.cxx version 1.25
     280 *
    273281 * Revision 1.21  2003/10/17 19:40:47  blanch
    274282 * *** empty log message ***
Note: See TracChangeset for help on using the changeset viewer.