Changeset 1197 for trunk


Ignore:
Timestamp:
01/18/02 17:45:37 (23 years ago)
Author:
blanch
Message:
Header file for creadparam.cxx 1.13.
File:
1 edited

Legend:

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

    r1069 r1197  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.10 $
     21//= $Revision: 1.11 $
    2222//= $Author: blanch $
    23 //= $Date: 2001-11-13 17:06:01 $
     23//= $Date: 2002-01-18 17:45:37 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    5353  @- |data_file| filename :   
    5454     Sets the name of the output data file (|.dat|).
     55  @- |elec_noise_off| :   
     56     De-activates ElecNoise for FADC and Trigger channels. By default it is on.
     57  @- |fadc_noise_off| :   
     58     Sets the  ElecNoise for FADC.
     59  @- |trig_noise_off| :   
     60     Sets the  ElecNoise for trigger system.
    5561  @- |nsb_on| :   
    5662     Activates the NSB simulation. This is the default.
     
    148154T(ct_file),         /* file with the characteristics of the CT */  \
    149155T(ana_pixels),      /* size of the camera for parameters calculation */  \
     156T(elec_noise_off),  /* de-activates ElecNoise for FADC and Trigger channels */\
     157T(fadc_noise),      /* ElecNoise for FADC */\
     158T(trig_noise),      /* ElecNoise for trigger */\
    150159T(nsb_on),          /* activates NSB simulation */ \
    151160T(nsb_off),         /* de-activates NSB simulation */ \
     
    226235char *get_ct_filename(void);
    227236char *get_nsb_directory(void);
     237int add_elec_noise(float *fadc, float *trig);
    228238int get_nsb(float *n, int *m);
    229239float get_tail_cut(void);
     
    273283/*
    274284 * $Log: not supported by cvs2svn $
     285 * Revision 1.10  2001/11/13 17:06:01  blanch
     286 * Header file for creadparam.cxx version 1.12
     287 *
    275288 * Revision 1.9  2001/07/19 09:29:02  blanch
    276289 * Header file for creadparam.cxx vrsion 1.10
Note: See TracChangeset for help on using the changeset viewer.