Changeset 449 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Oct 1, 1999, 3:47:18 PM (26 years ago)
Author:
ercodmgr
Message:

Fin lecture NtupleASCII, amelioration/niveau de print ds NamedObjMgr Reza 1/10/99

File:
1 edited

Legend:

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

    r447 r449  
    551551    return(0);
    552552    }
    553   cout<<"CMV -> Reza tu dois mettre ici (def_val) la valeur par defaut"<<endl;
    554553  double def_val = 0.;
    555554  if(tokens.size()>=3) def_val = atof(tokens[2].c_str());
     
    718717usage += "\n  Related commands: saveobj openppf savefits"; 
    719718mpiac->RegisterCommand(kw, usage, this, "FileIO");
     719kw = "ntfrascii";
     720usage = "Fills an existing NTuple from ASCII table file";
     721usage += "\n Usage: ntfrascii nt_name file_name [def_init_val]";
     722usage += "\n  Related commands: ntloop fillnt ";
     723mpiac->RegisterCommand(kw, usage, this, "FileIO");
     724
    720725
    721726kw = "print";
     
    918923mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting");
    919924
    920 kw = "ntfrascii";
    921 usage = "Fills an existing NTuple from ASCII table file";
    922 usage += "\n Usage: ntfrascii nt_name file_name [def_init_val]";
    923 usage += "\n  Related commands: ntloop fillnt ";
    924 mpiac->RegisterCommand(kw, usage, this, "Expr. Plotting");
    925 
    926925kw = "fillnt";
    927926usage = "Creates and Fills an NTuple(x,y,z,t) with (X=f(Object),Y=g(...),Z=h(...),T=k(...))";
Note: See TracChangeset for help on using the changeset viewer.