Changeset 19178
- Timestamp:
- 08/19/18 10:19:40 (6 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fits2sql.cc
r19176 r19178 360 360 361 361 if (verbose>0) 362 { 362 363 cout << "\n-------------------------- Evaluating file -------------------------" << endl; 364 cout << "Start Time: " << Time::sql << Time(Time::local) << endl; 365 } 363 366 364 367 zfits f(file.c_str(), extension.c_str()); -
trunk/FACT++/src/root2sql.cc
r19176 r19178 386 386 387 387 if (verbose>0) 388 cout << "\n-------------------------- Evaluating file -------------------------" << endl; 388 { 389 cout << "\n-------------------------- Evaluating file -------------------------\n"; 390 cout << "Start Time: " << Time::sql << Time(Time::local) << endl; 391 } 389 392 390 393 TFile f(file.c_str()); -
trunk/FACT++/src/rootifysql.cc
r19162 r19178 496 496 497 497 if (verbose>0) 498 { 498 499 cout << "\n------------------------ Rootify SQL -------------------------" << endl; 500 cout << "Start Time: " << Time::sql << Time(Time::local) << endl; 501 } 499 502 500 503 string query = conf.Get<string>("query");
Note:
See TracChangeset
for help on using the changeset viewer.