Changeset 5341
- Timestamp:
- 11/04/04 22:00:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r5320 r5341 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.8 0$23 // $Revision: 1.81 $ 24 24 // $Author: moralejo $ 25 // $Date: 2004-1 0-26 19:21:05$25 // $Date: 2004-11-04 22:00:51 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 462 462 Float_t shphimax = 0.0; 463 463 Float_t shphimin = 0.0; 464 Float_t telestheta = 0.0;465 Float_t telesphi = 0.0;466 464 UInt_t corsika = 5200 ; 467 465 Float_t maxpimpact = 0.0; … … 2727 2725 McConfigRunHeader[ict]->SetMissPointingX(missP_x); 2728 2726 McConfigRunHeader[ict]->SetMissPointingY(missP_y); 2727 2728 McConfigRunHeader[ict]->SetMirrorFraction(mirror_frac[ict]); 2729 2729 2730 if ( Spotsigma > 0.) 2730 2731 { … … 2759 2760 } // end big while loop 2760 2761 2761 //<@ Finally we should fill th McRunHeader2762 //<@ Finally we should fill the McRunHeader 2762 2763 2763 2764 Float_t heights[10]; … … 2769 2770 get_starfield_center(&sfRaH,&sfRaM,&sfRaS,&sfDeD,&sfDeM,&sfDeS); 2770 2771 if (reflector_file_version<6){ 2771 telestheta=-10.0;2772 telesphi=-10.0;2773 2772 mcevth[0].get_theta_range(&shthetamin, &shthetamax); 2774 2773 mcevth[0].get_phi_range(&shphimin,&shphimax); … … 2781 2780 } 2782 2781 else{ 2783 telestheta=mcevth_2[0].get_theta_CT();2784 telesphi=mcevth_2[0].get_phi_CT();2785 2782 mcevth_2[0].get_theta_range(&shthetamin, &shthetamax); 2786 2783 mcevth_2[0].get_phi_range(&shphimin,&shphimax); … … 2819 2816 sfDeS, 2820 2817 meanNSB, 2821 telestheta,2822 telesphi,2823 2818 shthetamax, 2824 2819 shthetamin, … … 2858 2853 sfDeS, 2859 2854 meanNSB, 2860 telestheta,2861 telesphi,2862 2855 shthetamax, 2863 2856 shthetamin, … … 4929 4922 // 4930 4923 // $Log: not supported by cvs2svn $ 4924 // Revision 1.80 2004/10/26 19:21:05 moralejo 4925 // 4926 // Added fFadcTimeJitter to root output, in container MMcEvt. Added 4927 // also fGainFluctuations boolean flag to MMcFadcHeader, to keep track of 4928 // whether PMT gain fluctuations are simulated or not. 4929 // 4931 4930 // Revision 1.79 2004/10/26 14:02:32 moralejo 4932 4931 //
Note:
See TracChangeset
for help on using the changeset viewer.