Ignore:
Timestamp:
12/21/08 18:09:49 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9186 r9195  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.110 2008-12-02 11:22:19 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.111 2008-12-21 18:09:49 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    20062006{
    20072007    if (TString(GetDrawOption()).Contains("hist", TString::kIgnoreCase))
     2008#if ROOT_VERSION_CODE > ROOT_VERSION(5,22,00)
     2009        return MH::GetObjectInfoH(px, py, *this);
     2010#else
    20082011        return TH1D::GetObjectInfo(px, py);
     2012#endif
    20092013
    20102014    static char info[128];
Note: See TracChangeset for help on using the changeset viewer.