Ignore:
Timestamp:
12/03/07 17:44:59 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r8756 r8775  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.106 2007-10-13 18:56:27 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.107 2007-12-03 17:44:46 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    165165    rc->SetDirectory(NULL);
    166166
     167    // fGeomCam need special treatment due to its TObjArray
    167168    if (rc->fGeomCam && fGeomCam)
    168169    {
     
    191192
    192193    fUsed.Set(geom.GetNumPixels());
    193     for (Int_t i=0; i<fNcells-2; i++)
    194         ResetUsed(i);
     194    fUsed.Reset();
    195195
    196196    fBinEntries.Set(geom.GetNumPixels()+2);
Note: See TracChangeset for help on using the changeset viewer.