Changeset 2605 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- Sep 3, 2004, 6:25:13 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r2577 r2605 9 9 #include "histos2.h" 10 10 #include "hisprof.h" 11 #include "histerr.h" 11 12 #include "ntuple.h" 12 13 … … 294 295 //ob->DataBlock().Reset(0.);} 295 296 #endif 296 else if(typeid(*mobj)==typeid(Histo)) {Histo* ob=(Histo*) mobj; ob->Zero();} 297 else if(typeid(*mobj)==typeid(HProf)) {HProf* ob=(HProf*) mobj; ob->Zero();} 298 else if(typeid(*mobj)==typeid(Histo2D)) {Histo2D* ob=(Histo2D*)mobj; ob->Zero();} 297 else if(typeid(*mobj)==typeid(Histo)) {Histo* ob=(Histo*) mobj; ob->Zero();} 298 else if(typeid(*mobj)==typeid(HProf)) {HProf* ob=(HProf*) mobj; ob->Zero();} 299 else if(typeid(*mobj)==typeid(HistoErr)) {HistoErr* ob=(HistoErr*) mobj; ob->Zero();} 300 else if(typeid(*mobj)==typeid(Histo2D)) {Histo2D* ob=(Histo2D*)mobj; ob->Zero();} 299 301 else { 300 302 cout<<"PAWExecutor::reset Error , No reset possible on "<<ctyp<<endl;
Note:
See TracChangeset
for help on using the changeset viewer.