Changeset 2201
- Timestamp:
- 06/18/03 18:13:35 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r1755 r2201 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.5 5$23 // $Revision: 1.56 $ 24 24 // $Author: blanch $ 25 // $Date: 2003-0 2-12 12:22:10$25 // $Date: 2003-06-18 17:13:35 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 660 660 Starfield_rotate = get_starfield_rotate(); 661 661 log(SIGNATURE, 662 "%s:\n\t%20s: %s\n \t%20s: %f\n\t%20s: %f \n",662 "%s:\n\t%20s: %s\n", 663 663 "Starfield Rotate", 664 "Rotate Starfield", ONoff(Starfield_rotate), 665 "Zenith Angle",zenith, 666 "Azimutal Angle",azimutal 664 "Rotate Starfield", ONoff(Starfield_rotate) 667 665 ); 668 666 … … 1514 1512 for(UInt_t ui=0;ui<camgeom.GetNumPixels();ui++) 1515 1513 if(nsb_phepns_rotated[ui]>0.0){ 1516 k=lons.GetResponse(nsb_phepns [ui],0.1,1514 k=lons.GetResponse(nsb_phepns_rotated[ui],0.1, 1517 1515 & nsb_trigresp[0],& nsb_fadcresp[0]); 1518 1516 if(k==0){ … … 4242 4240 // 4243 4241 // $Log: not supported by cvs2svn $ 4242 // Revision 1.55 2003/02/12 12:22:10 blanch 4243 // *** empty log message *** 4244 // 4244 4245 // Revision 1.54 2003/02/12 11:55:01 blanch 4245 4246 // *** empty log message *** … … 4414 4415 // 4415 4416 // $Log: not supported by cvs2svn $ 4417 // Revision 1.55 2003/02/12 12:22:10 blanch 4418 // *** empty log message *** 4419 // 4416 4420 // Revision 1.54 2003/02/12 11:55:01 blanch 4417 4421 // *** empty log message ***
Note:
See TracChangeset
for help on using the changeset viewer.