Ignore:
Timestamp:
09/15/03 11:23:31 (21 years ago)
Author:
blanch
Message:
Hedaer file for creadparam.cxx 1.21
File:
1 edited

Legend:

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

    r2289 r2337  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.17 $
     21//= $Revision: 1.18 $
    2222//= $Author: blanch $
    23 //= $Date: 2003-07-17 18:05:13 $
     23//= $Date: 2003-09-15 10:23:31 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    154154T(root_file),       /* ROOT file */                               \
    155155T(ct_file),         /* file with the characteristics of the CT */ \
     156T(ct_num),          /* number of CT, which is number of reflector files */ \
     157T(ct_geom),         /* class with the geometry of the CT camera */ \
    156158T(qe_file),         /* file with the characteristics of the CT */ \
    157159T(ana_pixels),      /* size of the camera for parameters calculation */  \
     
    220222
    221223void readparam(char * filename);
    222 char *get_input_filename(void);
     224char *get_input_filename(int i);
    223225char *get_starfield_filename(void);
    224226void get_starfield_center(int *rh,int *rm,int *rs,int *dd,int *dm,int *ds);
     
    228230char *get_loop_filename(void);
    229231char *get_ct_filename(void);
    230 char *get_qe_filename(void);
     232int get_ct_number(void);
     233int get_ct_geometry(void);
     234char *get_qe_filename(int ict=0);
    231235char *get_nsb_directory(void);
    232236char *get_nsb_directory_outer(void);
     
    251255float get_FADC_pedestal(void);
    252256int get_Trigger_Loop(float *lt, float *ut, float *st, int *lm, int *um, int *lg, int *ug);
    253 void get_Trigger_Single(float *t, int *m, int *g);
     257void get_Trigger_Single(float **t, int *m, int *g);
    254258void get_threshold(float *t);
    255259void get_secure_threhold(float *ac, float *disc);
     
    271275/*
    272276 * $Log: not supported by cvs2svn $
     277 * Revision 1.17  2003/07/17 18:05:13  blanch
     278 * Header file for creadparam.cxx 1.20
     279 *
    273280 * Revision 1.16  2003/01/14 13:37:32  blanch
    274281 * Option to set a dc value to rise the discriminator threshold has been added.
Note: See TracChangeset for help on using the changeset viewer.