Go to the source code of this file.
void run_cudaExampleTask |
( |
| ) |
|
Definition at line 1 of file run_cudaExampleTask.C.
References ctime, Double_t, fRun, MCFile, nEvents, outFile, parFile, rtime, timer, and TString.
13 std::cout <<
"MCFile : " << MCFile.Data()<< std::endl;
20 FairRunAna *
fRun=
new FairRunAna();
22 fRun->SetInputFile(MCFile);
24 fRun->SetOutputFile(outFile);
28 fRun->AddTask(cudaDummy);
38 cout <<
"Macro finished succesfully." << endl;
39 cout <<
"Output file is " << outFile << endl;
40 cout <<
"Parameter file is " << parFile << endl;
41 cout <<
"Real time " << rtime <<
" s, CPU time " << ctime <<
" s" << endl;