Ignore:
Timestamp:
06/14/08 15:19:45 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/MCameraTH.h

    r8287 r8955  
    11/* ======================================================================== *\
    2 !  $Name: not supported by cvs2svn $:$Id: MCameraTH.h,v 1.7 2007-02-01 15:56:17 tbretz Exp $
     2!  $Name: not supported by cvs2svn $:$Id: MCameraTH.h,v 1.8 2008-06-14 14:19:03 tbretz Exp $
    33\* ======================================================================== */
    44#ifndef MARS_MCameraTH
     
    1616#endif
    1717
     18class MCameraTD;
     19
    1820class MCameraTH : public MParContainer, public MCamEvent
    1921{
    2022    friend class MReportCC;
     23    friend class MReportRec;
    2124private:
    2225    TArrayC fTH;      // [au] discriminator thresholds
    2326    Bool_t  fIsValid; // fTH contains valid information
     27
     28    Bool_t InterpreteTH(TString &str, Int_t ver, MCameraTD &td);
    2429
    2530public:
Note: See TracChangeset for help on using the changeset viewer.