Changeset 5407 for trunk/MagicSoft/Simulation/Detector/StarResponse
- Timestamp:
- 11/16/04 11:09:24 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.h
r5248 r5407 19 19 //= 20 20 //= $RCSfile: srreadparam.h,v $ 21 //= $Revision: 1. 5$21 //= $Revision: 1.6 $ 22 22 //= $Author: moralejo $ 23 //= $Date: 2004-1 0-12 13:41:09$23 //= $Date: 2004-11-16 11:09:24 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 92 92 T(fadc_properties), /* shape for the single phe fadc response */ \ 93 93 T(fadc_GHz), /* FADC sampling frequency in GHz */ \ 94 T(gain_fluctuations_off), /* Switches off PMT gain fluctuations */ \ 94 95 T(write_root), /* write root file with some histograms */ \ 95 96 T(end_file) /* end of the parameters file */ … … 130 131 void get_trig_properties(int *shape, float *ampl, float *fwhm); 131 132 void get_fadc_properties(int *shape, float *ampl, float *fwhm, float *slicesperns); 133 int apply_gain_fluctuations(); 132 134 int get_write_root(); 133 135 //!@} … … 146 148 /* 147 149 * $Log: not supported by cvs2svn $ 150 * Revision 1.5 2004/10/12 13:41:09 moralejo 151 * *** empty log message *** 152 * 148 153 * Revision 1.4 2004/09/17 13:51:02 moralejo 149 154 *
Note:
See TracChangeset
for help on using the changeset viewer.