Changeset 885


Ignore:
Timestamp:
07/19/01 10:29:02 (23 years ago)
Author:
blanch
Message:
Header file for creadparam.cxx vrsion 1.10
File:
1 edited

Legend:

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

    r673 r885  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.8 $
     21//= $Revision: 1.9 $
    2222//= $Author: blanch $
    23 //= $Date: 2001-03-05 10:44:44 $
     23//= $Date: 2001-07-19 09:29:02 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    151151T(nsb_mean),        /* mean value of NSB contribution per pixel */ \
    152152T(nsb_directory),   /* database for the NSB  */ \
    153 T(threshold),       /* value of q0 for trigger */ \
     153T(pixel_thres),     /* value of q0 for trigger for a given pixel */ \
    154154T(tail_cut),        /* value of tail cut (t0) */ \
    155155T(islands_on),      /* DO count islands */ \
     
    222222char *get_nsb_directory(void);
    223223int get_nsb(float *n, int *m);
    224 float get_threshold(void);
    225224float get_tail_cut(void);
    226225int get_islands_cut(int *n);
     
    249248int get_Trigger_Loop(int *lt, int *ut, int *lm, int *um, int *lg, int *ug);
    250249void get_Trigger_Single(float *t, int *m, int *g);
     250void get_threshold(float *t);
     251int get_indi_thres_pixel(void);
    251252//!@}
    252253
     
    264265/*
    265266 * $Log: not supported by cvs2svn $
     267 * Revision 1.8  2001/03/05 10:44:44  blanch
     268 * Header file of creadparam.cxx version 1.9
     269 *
    266270 * Revision 1.7  2001/02/23 10:56:10  magicsol
    267271 * Header file for creadparam.cxx version 1.8
Note: See TracChangeset for help on using the changeset viewer.