Ignore:
Timestamp:
02/07/09 20:48:57 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhvstime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.cc

    r9153 r9303  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.cc,v 1.14 2008-11-11 11:42:16 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.cc,v 1.15 2009-02-07 20:47:55 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    350350    AppendPad(opt);
    351351}
     352
     353void MHSectorVsTime::RecursiveRemove(TObject *obj)
     354{
     355    if (obj==fGraph)
     356        fGraph = 0;
     357}
  • trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.h

    r9153 r9303  
    11/* ======================================================================== *\
    2 !  $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.h,v 1.8 2008-11-11 11:42:16 tbretz Exp $
     2!  $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.h,v 1.9 2009-02-07 20:47:52 tbretz Exp $
    33\* ======================================================================== */
    44#ifndef MARS_MHSectorVsTime
     
    8787    void Paint(Option_t *o=NULL);
    8888
     89    void RecursiveRemove(TObject *obj);
     90
    8991    ClassDef(MHSectorVsTime, 3) // Histogram to sum camera events
    9092};
Note: See TracChangeset for help on using the changeset viewer.