Changeset 3123 in Sophya for trunk/SophyaPI/PIext/pawexecut.cc
- Timestamp:
- Jan 10, 2007, 12:53:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r3058 r3123 12 12 #include "hisprof.h" 13 13 #include "histerr.h" 14 #include "hist2err.h" 14 15 #include "ntuple.h" 15 16 #include "datatable.h" … … 410 411 else if(typeid(*mobj)==typeid(Histo)) {Histo* ob=(Histo*) mobj; ob->Zero();} 411 412 else if(typeid(*mobj)==typeid(HProf)) {HProf* ob=(HProf*) mobj; ob->Zero();} 413 else if(typeid(*mobj)==typeid(Histo2D)) {Histo2D* ob=(Histo2D*)mobj; ob->Zero();} 412 414 else if(typeid(*mobj)==typeid(HistoErr)) {HistoErr* ob=(HistoErr*) mobj; ob->Zero();} 413 else if(typeid(*mobj)==typeid(Histo2D )) {Histo2D* ob=(Histo2D*)mobj; ob->Zero();}415 else if(typeid(*mobj)==typeid(Histo2DErr)) {Histo2DErr* ob=(Histo2DErr*) mobj; ob->Zero();} 414 416 else { 415 417 cout<<"PAWExecutor::reset Error , No reset possible on "<<ctyp<<endl;
Note:
See TracChangeset
for help on using the changeset viewer.