Ignore:
Timestamp:
Oct 12, 1999, 6:26:18 PM (26 years ago)
Author:
ercodmgr
Message:

HelpToTex + CopyObj (ds Adapter) et PawExecutor cmv+Reza 12/10/99

File:
1 edited

Legend:

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

    r361 r463  
    3434}
    3535
     36/* --Methode-- */
     37AnyDataObj* NOMAdapter_Histo::GetCopyObj()
     38{
     39HProf * hp = dynamic_cast<HProf *>(mHis);
     40if (hp == NULL)   return( new Histo(*mHis) );
     41else return( new HProf(*hp) );
     42}
    3643
    3744/* --Methode-- */
     
    145152}
    146153
     154/* --Methode-- */
     155AnyDataObj* NOMAdapter_Histo2D::GetCopyObj()
     156{
     157return ( new Histo2D(*mHis) );
     158}
    147159
    148160/* --Methode-- */
     
    268280}
    269281
     282/* --Methode-- */
     283AnyDataObj* NOMAdapter_NTuple::GetCopyObj()
     284{
     285return ( new NTuple(*mNt) );
     286}
    270287
    271288/* --Methode-- */
Note: See TracChangeset for help on using the changeset viewer.