Changeset 5832 for trunk/MagicSoft/Mars/mdata
- Timestamp:
- 01/14/05 10:23:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataChain.cc
r5692 r5832 347 347 348 348 const TString name = txt(1, txt.Length()); 349 #if ROOT_VERSION_CODE < ROOT_VERSION(4,02,00) 349 350 TMethodCall call(TMath::Class(), name, ""); 351 #else 352 static TClass *const tmath = TClass::GetClass("TMath"); 353 TMethodCall call(tmath, name, ""); 354 #endif 355 350 356 switch (call.ReturnType()) 351 357 {
Note:
See TracChangeset
for help on using the changeset viewer.