Changeset 1059 in Sophya


Ignore:
Timestamp:
Jul 7, 2000, 11:45:27 AM (25 years ago)
Author:
ercodmgr
Message:

re-activation methode HRebin pour HProf apres modifs HiStats cmv 7/7/2000

File:
1 edited

Legend:

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

    r1057 r1059  
    327327int nbin = atoi(tokens[1].c_str());
    328328Histo* h1 = dynamic_cast<Histo*>(mobj);
    329 HProf* hp = dynamic_cast<HProf*>(mobj);
    330 if(hp || !h1)
     329// Ca marche aussi pour les HProf, HRebin a ete passe virtuel
     330//HProf* hp = dynamic_cast<HProf*>(mobj); if(hp || !h1)
     331if(!h1)
    331332  {cout<<"PAWExecutor::h_rebin Error: "<<tokens[0]<<" not an Histo"<<endl;
    332333  return;}
Note: See TracChangeset for help on using the changeset viewer.