Changeset 463 in Sophya for trunk/SophyaPI/PIext/nomhistadapter.cc
- Timestamp:
- Oct 12, 1999, 6:26:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomhistadapter.cc
r361 r463 34 34 } 35 35 36 /* --Methode-- */ 37 AnyDataObj* NOMAdapter_Histo::GetCopyObj() 38 { 39 HProf * hp = dynamic_cast<HProf *>(mHis); 40 if (hp == NULL) return( new Histo(*mHis) ); 41 else return( new HProf(*hp) ); 42 } 36 43 37 44 /* --Methode-- */ … … 145 152 } 146 153 154 /* --Methode-- */ 155 AnyDataObj* NOMAdapter_Histo2D::GetCopyObj() 156 { 157 return ( new Histo2D(*mHis) ); 158 } 147 159 148 160 /* --Methode-- */ … … 268 280 } 269 281 282 /* --Methode-- */ 283 AnyDataObj* NOMAdapter_NTuple::GetCopyObj() 284 { 285 return ( new NTuple(*mNt) ); 286 } 270 287 271 288 /* --Methode-- */
Note:
See TracChangeset
for help on using the changeset viewer.