Changeset 2201


Ignore:
Timestamp:
06/18/03 18:13:35 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1755 r2201  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.55 $
     23// $Revision: 1.56 $
    2424// $Author: blanch $
    25 // $Date: 2003-02-12 12:22:10 $
     25// $Date: 2003-06-18 17:13:35 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    660660    Starfield_rotate = get_starfield_rotate();
    661661    log(SIGNATURE,
    662         "%s:\n\t%20s:  %s\n\t%20s: %f\n\t%20s: %f \n",
     662        "%s:\n\t%20s:  %s\n",
    663663        "Starfield Rotate",
    664         "Rotate Starfield",  ONoff(Starfield_rotate),
    665         "Zenith Angle",zenith,
    666         "Azimutal Angle",azimutal
     664        "Rotate Starfield",  ONoff(Starfield_rotate)
    667665          );
    668666 
     
    15141512          for(UInt_t ui=0;ui<camgeom.GetNumPixels();ui++)
    15151513            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,
    15171515                                 & nsb_trigresp[0],& nsb_fadcresp[0]);
    15181516              if(k==0){
     
    42424240//
    42434241// $Log: not supported by cvs2svn $
     4242// Revision 1.55  2003/02/12 12:22:10  blanch
     4243// *** empty log message ***
     4244//
    42444245// Revision 1.54  2003/02/12 11:55:01  blanch
    42454246// *** empty log message ***
     
    44144415//
    44154416// $Log: not supported by cvs2svn $
     4417// Revision 1.55  2003/02/12 12:22:10  blanch
     4418// *** empty log message ***
     4419//
    44164420// Revision 1.54  2003/02/12 11:55:01  blanch
    44174421// *** empty log message ***
Note: See TracChangeset for help on using the changeset viewer.