Changeset 9303 for trunk/MagicSoft/Mars/mhvstime
- Timestamp:
- 02/07/09 20:48:57 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mhvstime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.cc
r9153 r9303 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.cc,v 1.1 4 2008-11-11 11:42:16tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.cc,v 1.15 2009-02-07 20:47:55 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 350 350 AppendPad(opt); 351 351 } 352 353 void MHSectorVsTime::RecursiveRemove(TObject *obj) 354 { 355 if (obj==fGraph) 356 fGraph = 0; 357 } -
trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.h
r9153 r9303 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.h,v 1. 8 2008-11-11 11:42:16tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHSectorVsTime.h,v 1.9 2009-02-07 20:47:52 tbretz Exp $ 3 3 \* ======================================================================== */ 4 4 #ifndef MARS_MHSectorVsTime … … 87 87 void Paint(Option_t *o=NULL); 88 88 89 void RecursiveRemove(TObject *obj); 90 89 91 ClassDef(MHSectorVsTime, 3) // Histogram to sum camera events 90 92 };
Note:
See TracChangeset
for help on using the changeset viewer.