Changeset 5406 for trunk/MagicSoft/Simulation/Detector/StarResponse
- Timestamp:
- 11/16/04 11:09:11 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.cxx
r5248 r5406 19 19 //= 20 20 //= $RCSfile: srreadparam.cxx,v $ 21 //= $Revision: 1. 6$21 //= $Revision: 1.7 $ 22 22 //= $Author: moralejo $ 23 //= $Date: 2004-1 0-12 13:41:09$23 //= $Date: 2004-11-16 11:09:11 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 82 82 static float Trig_FWHM = 2.0; 83 83 static int Write_Root = 0; 84 static int gain_fluctuations = 1; // Is 0 if PMT gain fluctuations are disabled 85 84 86 //!@} 85 87 … … 176 178 break; 177 179 180 case gain_fluctuations_off: 181 182 gain_fluctuations = 0; // Disable PMT gain fluctuations 183 184 break; 185 178 186 case write_root: //@< Write histogram 179 187 … … 289 297 //!@} 290 298 299 //------------------------------------------------------------ 300 // Returns gain_fluctuations, which is 0 if the PMT gain fluctuations 301 // have been disabled in the input card. 302 // 303 int apply_gain_fluctuations() 304 { 305 return gain_fluctuations; 306 } 307 291 308 //!----------------------------------------------------------- 292 309 // @name get_write_root … … 314 331 // 315 332 // $Log: not supported by cvs2svn $ 333 // Revision 1.6 2004/10/12 13:41:09 moralejo 334 // *** empty log message *** 335 // 316 336 // Revision 1.5 2004/09/17 13:51:02 moralejo 317 337 //
Note:
See TracChangeset
for help on using the changeset viewer.