Ignore:
Timestamp:
10/26/01 17:31:45 (23 years ago)
Author:
blanch
Message:
Removing several warnings.
File:
1 edited

Legend:

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

    r922 r1001  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.27 $
     23// $Revision: 1.28 $
    2424// $Author: blanch $
    25 // $Date: 2001-09-05 10:04:33 $
     25// $Date: 2001-10-26 16:31:45 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    14391439                      EvtHeader[iconcount]->FillHeader ( (UInt_t) (ntshow + nshow),0);
    14401440                      //   fill pixel information
    1441                       for(i=0;i<ct_NPixels;i++){
     1441                      for(int i=0;i<ct_NPixels;i++){
    14421442                        for (j=0;j<FADC_SLICES;j++){
    14431443                          fadcValues->AddAt(fadc.GetFadcSignal(i,j),j);
     
    15701570              //   fill pixel information
    15711571             
    1572               for(i=0;i<ct_NPixels;i++){
     1572              for(int i=0;i<ct_NPixels;i++){
    15731573                for (j=0;j<FADC_SLICES;j++){
    15741574                  fadcValues->AddAt(fadc.GetFadcSignal(i,j),j);
     
    16531653        }
    16541654       
    1655         for (i=0; i<ct_NPixels; ++i) {
     1655        for (int i=0; i<ct_NPixels; ++i) {
    16561656          printf("%d (%d): ", i, npixneig[i]);
    16571657          for (j=0; j<npixneig[i]; ++i)
     
    32483248//
    32493249// $Log: not supported by cvs2svn $
     3250// Revision 1.27  2001/09/05 10:04:33  blanch
     3251// *** empty log message ***
     3252//
    32503253// Revision 1.26  2001/07/19 09:29:53  blanch
    32513254// Different threshold for each pixel can be used.
     
    33143317//
    33153318// $Log: not supported by cvs2svn $
     3319// Revision 1.27  2001/09/05 10:04:33  blanch
     3320// *** empty log message ***
     3321//
    33163322// Revision 1.26  2001/07/19 09:29:53  blanch
    33173323// Different threshold for each pixel can be used.
Note: See TracChangeset for help on using the changeset viewer.