Ignore:
Timestamp:
07/04/00 15:18:53 (24 years ago)
Author:
MagicSol
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r391 r411  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.4 $
    22 //= $Author: blanch $
    23 //= $Date: 2000-05-11 14:23:28 $
     21//= $Revision: 1.5 $
     22//= $Author: MagicSol $
     23//= $Date: 2000-07-04 14:13:34 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    141141T(starfield_file),  /* starfield file */                              \
    142142T(data_file),       /* data file */                              \
    143 T(diag_file),       /* diagnostic output file (ROOT format) */   \
    144143T(root_file),       /* ROOT file */                              \
    145144T(ct_file),         /* file with the characteristics of the CT */  \
     
    161160T(nowrite_McEvt),   /* nowrite to file .root McEvt infos */ \
    162161T(write_McTrig),    /* write to file .root McTrig infos */ \
    163 T(write_RawEvt),    /* write to file .root RawEvt infos */ \
    164162T(write_all_data),  /* write to file .dat ALL image data */ \
    165163T(select_energy),   /* energy range to read: only for .phe files */ \
     
    169167T(fadc_scan),       /* show fadc signal */ \
    170168T(trigger_loop),    /* make loop over trigger conditions */ \
     169T(trigger_prop),    /* values of trigger properties */ \
     170T(trigger_single),  /* trigger conditions */ \
     171T(Trigger_Loop_Output_Only_Specialists),   /* special steercard */ \
    171172T(end_file)         /* end of the parameters file */
    172173 
     
    210211char *get_starfield_filename(void);
    211212char *get_data_filename(void);
    212 char *get_diag_filename(void);
    213213char *get_root_filename(void);
     214char *get_loop_filename(void);
    214215char *get_ct_filename(void);
    215216int get_nsb(float *n);
     
    236237int get_FADC_Scan(void);
    237238int get_Trigger_Scan(void);
     239void get_Trigger_properties(float *gl, float *ra, float *rf);
    238240int get_Trigger_Loop(int *lt, int *ut, int *lm, int *um, int *lg, int *ug);
     241void get_Trigger_Single(float *t, int *m, int *g);
    239242//!@}
    240243
     
    252255/*
    253256 * $Log: not supported by cvs2svn $
     257 * Revision 1.4  2000/05/11 14:23:28  blanch
     258 * Thi version owns to the version 1.4 of creadparam.cxx.
     259 *
    254260 * Revision 1.3  2000/03/24 18:15:46  blanch
    255261 * *** empty log message ***
Note: See TracChangeset for help on using the changeset viewer.