Changeset 694 for trunk/MagicSoft


Ignore:
Timestamp:
03/19/01 19:53:03 (24 years ago)
Author:
blanch
Message:
Some print outs have been removed.
File:
1 edited

Legend:

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

    r691 r694  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.20 $
    24 // $Author: magicsol $
    25 // $Date: 2001-03-19 19:30:06 $
     23// $Revision: 1.21 $
     24// $Author: blanch $
     25// $Date: 2001-03-19 19:53:03 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    10301030                          &cam,
    10311031                          nsbrate_phepns );
    1032     float dum;
    1033     for(i=0; i<cam.inumpixels;i++){
    1034       dum=0;
    1035       for(j=0;j<iNUMWAVEBANDS;j++)
    1036         dum+=nsbrate_phepns[i][j];
    1037       cout<<"Wuschel "<<dum<<endl;
    1038     }
     1032   }
    10391033
    10401034    if (k != 0){
     
    32273221//
    32283222// $Log: not supported by cvs2svn $
     3223// Revision 1.20  2001/03/19 19:30:06  magicsol
     3224// Minor changes have been done to improve the FADC pedestals treatment.
     3225//
    32293226// Revision 1.19  2001/03/05 11:14:41  magicsol
    32303227// I changed the position of readinf a parameter. It is a minnor change.
     
    32663263//
    32673264// $Log: not supported by cvs2svn $
     3265// Revision 1.20  2001/03/19 19:30:06  magicsol
     3266// Minor changes have been done to improve the FADC pedestals treatment.
     3267//
    32683268// Revision 1.19  2001/03/05 11:14:41  magicsol
    32693269// I changed the position of readinf a parameter. It is a minnor change.
Note: See TracChangeset for help on using the changeset viewer.