Changeset 19880 for trunk/FACT++/src
- Timestamp:
- 12/01/19 20:33:48 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/root2csv.cc
r19817 r19880 113 113 " --add.Area='TMath::TwoPi()*Width*Length'\n" 114 114 "\n" 115 "Details on interpretation can be found in the documentation of TFormula::Analyze\n" 116 "\n" 115 117 #if ROOT_VERSION_CODE < ROOT_VERSION(6,18,00) 116 118 "Note that functions which require two arguments (e.g. atan2) can be used in " … … 218 220 return 9; 219 221 } 220 else 221 { 222 if (verbose>0) 223 cerr << "File '" << path << "' will be overwritten." << endl; 224 } 222 223 if (verbose>0) 224 cerr << "File '" << path << "' will be overwritten." << endl; 225 225 } 226 226 return exist ? 0 : -1;
Note:
See TracChangeset
for help on using the changeset viewer.