- Timestamp:
- 09/16/04 17:20:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.h
r683 r5082 19 19 //= 20 20 //= $RCSfile: srreadparam.h,v $ 21 //= $Revision: 1. 2$22 //= $Author: blanch$23 //= $Date: 200 1-03-05 11:02:10$21 //= $Revision: 1.3 $ 22 //= $Author: moralejo $ 23 //= $Date: 2004-09-16 16:20:13 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 127 127 char *get_database_path(void); 128 128 void get_simulated_phe(float *lphe, float *uphe, float *pphe); 129 void get_trig_properties( float *shape, float *ampl, float *fwhm);130 void get_fadc_properties( float *shape, float *ampl, float *fwhm);129 void get_trig_properties(int *shape, float *ampl, float *fwhm); 130 void get_fadc_properties(int *shape, float *ampl, float *fwhm); 131 131 int get_write_root(); 132 132 //!@} … … 145 145 /* 146 146 * $Log: not supported by cvs2svn $ 147 * Revision 1.2 2001/03/05 11:02:10 blanch 148 * Header file for srreadparam.cxx 1.2 149 * 147 150 * Revision 1.1 2001/02/23 10:14:13 magicsol 148 151 * Header file for srreadparam.cxx version 1.1
Note:
See TracChangeset
for help on using the changeset viewer.