Changeset 3125 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc


Ignore:
Timestamp:
Jan 11, 2007, 7:02:52 PM (19 years ago)
Author:
ansari
Message:

1/ Introduction d'une classe P1DHistoWrapper (fichier phistwrapper.h) pour rendre PIHisto independant de SOPHYA et des objets Histo, HistErr, HProf ...
2/ Ecriture du wrapper/adaptateur pour SOPHYA::Histo,HProf,HistErr
3/ mise en conformite des ObjAdapter piapp pour Histo,HistErr, chgt numero de version

Reza 11/01/2007

File:
1 edited

Legend:

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

    r3123 r3125  
    475475              PIHisto* pih = NULL;
    476476              if( (pih = dynamic_cast<PIHisto *>(pidwr))==NULL ) continue;
    477               Histo* h = pih->Histogram();
     477              P1DHistoWrapper* h = pih->HistoWrapper();
    478478              if(h==NULL) continue;
    479479              if(h->NBins()<1) continue;
Note: See TracChangeset for help on using the changeset viewer.