Changeset 343 for trunk/MagicSoft/Simulation/Detector/Starfield
- Timestamp:
- 01/21/00 16:39:25 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Starfield/starfield.cxx
r341 r343 9 9 #include "starfield.h" 10 10 11 #define PROGRAMID "$Id: starfield.cxx,v 1. 1 2000-01-21 13:36:36petry Exp $"11 #define PROGRAMID "$Id: starfield.cxx,v 1.2 2000-01-21 16:39:25 petry Exp $" 12 12 13 13 ///////////////////////////////////////////////////////////////////////// … … 280 280 } // end star loop 281 281 282 if (pars.verbose)cout << "Total number of photons accepted = " << totalphotinside << "\n";282 cout << "Total number of photons accepted = " << totalphotinside << "\n"; 283 283 284 284 convertcorsika( 285 ((int)pars.ct_ra_h*10)*1000 + (int)( pars.ct_dec_deg*10), // the file id285 ((int)pars.ct_ra_h*10)*1000 + (int)(abs(pars.ct_dec_deg)*10), // the file id 286 286 totalphotinside, photons, pars.integtime_s, pars.verbose); 287 287
Note:
See TracChangeset
for help on using the changeset viewer.