Ignore:
Timestamp:
03/02/09 15:17:04 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc

    r9362 r9375  
    286286void MHCollectionArea::Paint(Option_t *option)
    287287{
    288     if (TString(option)=="paint4" && fMcAreaRadius>0)
    289     {
     288    // This is a workaround to support also older files
     289    if (TString(option)=="paint3")
     290        return;
     291
     292    if (TString(option)=="paint4")
     293    {
     294        if (fMcAreaRadius<=0)
     295            return;
     296
    290297        const TString txt = MString::Format("r_{max}=%.0fm --> A_{max}=%.0fm^{2}",
    291298                                            fMcAreaRadius, GetCollectionAreaAbs());
Note: See TracChangeset for help on using the changeset viewer.