#include "TWebFile.h"#include "TSystem.h"#include "TString.h"#include "TStopwatch.h"#include "TROOT.h"#include "TLine.h"#include "TFile.h"#include "TClass.h"#include "TCanvas.h"#include "TH1.h"#include "TBenchmark.h"#include "RooGlobalFunc.h"#include "RooMsgService.h"#include "RooPlot.h"#include "RooFitResult.h"#include "RooDouble.h"#include "RooWorkspace.h"#include "Roo1DTable.h"#include "RooCurve.h"#include "RooHist.h"#include "RooRandom.h"#include "RooTrace.h"#include "RooMath.h"#include <string>#include <list>#include <iostream>#include <math.h>#include "stressRooFit_tests.cxx"Go to the source code of this file.
Classes | |
| class | RooFitTestUnit |
Functions | |
| Int_t | stressRooFit (const char *refFile, Bool_t writeRef, Int_t doVerbose, Int_t oneTest, Bool_t dryRun) |
| void | StatusPrint (Int_t id, const TString &title, Int_t status) |
| Int_t | stressRooFit (const char *refFile, Bool_t writeRef, Int_t doVerbose, Int_t oneTest, Bool_t dryRun, Bool_t doDump) |
| int | main (int argc, const char *argv[]) |
Variables | |
| static TDirectory * | gMemDir = 0 |
| int main | ( | int | argc, | |
| const char * | argv[] | |||
| ) |
Definition at line 791 of file stressRooFit.cxx.
References buf, RooMath::cacheCERF(), gBenchmark, gDebug, i, kFALSE, kTRUE, ptr, refFileName, strcpy(), and stressRooFit().
Definition at line 47 of file stressRooFit.cxx.
| Int_t stressRooFit | ( | const char * | refFile, | |
| Bool_t | writeRef, | |||
| Int_t | doVerbose, | |||
| Int_t | oneTest, | |||
| Bool_t | dryRun, | |||
| Bool_t | doDump | |||
| ) |
Definition at line 612 of file stressRooFit.cxx.
References RooTrace::active(), RooMsgService::addStream(), TStopwatch::CpuTime(), TString::Data(), RooNumIntConfig::defaultConfig(), RooTrace::dump(), RooFit::ERROR, gBenchmark, gDirectory, TSystem::GetBuildNode(), TBenchmark::GetCpuTime(), TSystem::Getenv(), TSystem::GetFromPipe(), TNamed::GetName(), TROOT::GetVersion(), TROOT::GetVersionDate(), TROOT::GetVersionTime(), gMemDir, gROOT, gSystem, i, RooResolutionModel::identity(), RooMsgService::instance(), TObject::IsZombie(), kFALSE, kTRUE, TBenchmark::Print(), TString::Resize(), TStopwatch::Start(), TBenchmark::Start(), StatusPrint(), TBenchmark::Stop(), and timer.
| Int_t stressRooFit | ( | const char * | refFile, | |
| Bool_t | writeRef, | |||
| Int_t | doVerbose, | |||
| Int_t | oneTest, | |||
| Bool_t | dryRun | |||
| ) |
Referenced by main().
TDirectory* gMemDir = 0 [static] |
Definition at line 44 of file stressRooFit.cxx.
Referenced by RooFitTestUnit::runCompTests(), RooFitTestUnit::runTest(), and stressRooFit().
1.5.1