Ignore:
Timestamp:
Jan 18, 2007, 7:21:49 PM (19 years ago)
Author:
cmv
Message:

suite adaptation travail reza 2D et adapteur + adaptation aux modifs HistoErr cmv 18/01/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/nomherradapter.cc

    r3145 r3149  
    1616
    1717#include "objfitter.h"
     18#include "strutilxx.h"
    1819
    1920//-----------------------------------------------------------------------------
     
    243244PIDrawer* NOMAdapter_Histo2DErr::GetDrawer(string & dopt)
    244245{
    245 dopt = "thinline " + dopt; // $CHECK$ CMV : faut-il ajouter thinline
     246dopt = "thinline " + dopt;
    246247return( new PIHisto2D(new Histo2DErrWrapper(mHerr, false), true) );
    247248}
     
    250251P2DArrayAdapter* NOMAdapter_Histo2DErr::Get2DArray(string & dopt)
    251252{
    252 // DEL return ( new POHe2DAdapter(mHerr, false) );  -- A SUPPRIMER
    253253Histo2DErrWrapper* hwp = new Histo2DErrWrapper(mHerr, false);
    254 // $CHECK$ CMV  : pour les options hbincont hbinerr ...
    255 // voir NOMAdapter_Histo2D::Get2DArray(string & dopt) ds nomhistadapter.cc
    256  return hwp;
     254vector<string> vopts;
     255FillVStringFrString(dopt,vopts,' ');
     256hwp->DecodeOptionString(vopts,false);
     257return hwp;
    257258}
    258259
Note: See TracChangeset for help on using the changeset viewer.