Changeset 683 for trunk/MagicSoft/Simulation/Detector/StarResponse
- Timestamp:
- 03/05/01 11:02:10 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.h
r629 r683 19 19 //= 20 20 //= $RCSfile: srreadparam.h,v $ 21 //= $Revision: 1. 1$22 //= $Author: magicsol$23 //= $Date: 2001-0 2-23 10:14:13$21 //= $Revision: 1.2 $ 22 //= $Author: blanch $ 23 //= $Date: 2001-03-05 11:02:10 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 72 72 #include "jcdebug.h" 73 73 74 #include "MFadcDefine.h" 75 #include "MTriggerDefine.h" 76 74 77 //!@} 75 78 … … 86 89 T(database_path), /* path to store the database */ \ 87 90 T(simulated_phe), /* starfield file */ \ 91 T(trig_properties), /* shape for the single phe trigger response */ \ 92 T(fadc_properties), /* shape for the single phe fadc response */ \ 93 T(write_root), /* write root file with some histograms */ \ 88 94 T(end_file) /* end of the parameters file */ 89 95 … … 121 127 char *get_database_path(void); 122 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); 131 int get_write_root(); 123 132 //!@} 124 133 … … 136 145 /* 137 146 * $Log: not supported by cvs2svn $ 147 * Revision 1.1 2001/02/23 10:14:13 magicsol 148 * Header file for srreadparam.cxx version 1.1 149 * 138 150 */ 139 151
Note:
See TracChangeset
for help on using the changeset viewer.