Changeset 1089


Ignore:
Timestamp:
11/27/01 09:49:54 (23 years ago)
Author:
blanch
Message:
Fixing bug which was treating wrongly the extension of star photons.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx

    r1078 r1089  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.29 $
     23// $Revision: 1.30 $
    2424// $Author: blanch $
    25 // $Date: 2001-11-14 17:38:23 $
     25// $Date: 2001-11-27 09:49:54 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    11011101        // calculate the effect of the atmospheric extinction
    11021102   
    1103         zenfactor = pow(10., -0.4 * ext[i] );
     1103        zenfactor = pow(10., -0.4 * ext[j] );
    11041104       
    11051105        for(i=0; i<cam.inumpixels;i++){
     
    33103310//
    33113311// $Log: not supported by cvs2svn $
     3312// Revision 1.29  2001/11/14 17:38:23  blanch
     3313// Sveral changes have been done:
     3314//      - bpoint_in_in_pixel has been dodified to speed up the program
     3315//      - Some minor changes have been done to remove warnings
     3316//      - buffer size and split version of the Branches have been removed
     3317//      - Some modifications were needed to adat the program to the new
     3318//        MRawEvtData::DeletePixels
     3319//
    33123320// Revision 1.28  2001/10/26 16:31:45  blanch
    33133321// Removing several warnings.
     
    33823390//
    33833391// $Log: not supported by cvs2svn $
     3392// Revision 1.29  2001/11/14 17:38:23  blanch
     3393// Sveral changes have been done:
     3394//      - bpoint_in_in_pixel has been dodified to speed up the program
     3395//      - Some minor changes have been done to remove warnings
     3396//      - buffer size and split version of the Branches have been removed
     3397//      - Some modifications were needed to adat the program to the new
     3398//        MRawEvtData::DeletePixels
     3399//
    33843400// Revision 1.28  2001/10/26 16:31:45  blanch
    33853401// Removing several warnings.
Note: See TracChangeset for help on using the changeset viewer.