5 void fullTest(
string testname =
"fulltest",
string rootfilename =
"fulltest.root",
string cfgdirectory =
"../data/defaultParametersRocPSI46digV2") {
8 configParameters->setDirectory(cfgdirectory);
9 string cfgFile = configParameters->getDirectory() + string(
"/configParameters.dat");
10 configParameters->readConfigParameterFile(cfgFile);
12 string rootfile = rootfilename;
18 ap->setMoreWebCloning(
true);
20 cout <<
"pxar: dumping results into " << rootfile << endl;
21 TFile *rfile = TFile::Open(rootfile.c_str(),
"RECREATE");
void doTest()
function connected to "DoTest" button of PixTab