ATLAS Offline Software
|
#include "ISF_FastCaloSimEvent/TFCS2DFunction.h"
#include "ISF_FastCaloSimEvent/TFCS2DFunctionHistogram.h"
#include "ISF_FastCaloSimEvent/TFCS2DFunctionTemplateHistogram.h"
#include "TH2.h"
#include "TCanvas.h"
#include "TH2F.h"
#include "TRandom.h"
#include "TFile.h"
#include <iostream>
Go to the source code of this file.
Functions | |
TH2 *create_random_TH2 | ATLAS_NOT_THREAD_SAFE (int nbinsx=64, int nbinsy=64) |
void TFCS2DFunction::unit_test | ATLAS_NOT_THREAD_SAFE (TH2 *hist, TFCS2DFunction *rtof, const char *outfilename, int nrnd) |
void TFCS2DFunction::unit_tests | ATLAS_NOT_THREAD_SAFE (TH2 *hist, const char *outfilename, int nrnd) |
TH2* create_random_TH2 ATLAS_NOT_THREAD_SAFE | ( | int | nbinsx = 64 , |
int | nbinsy = 64 |
||
) |
Definition at line 76 of file TFCS2DFunction.cxx.
void TFCS2DFunction::unit_tests ATLAS_NOT_THREAD_SAFE | ( | TH2 * | hist, |
const char * | outfilename, | ||
int | nrnd | ||
) |
Definition at line 170 of file TFCS2DFunction.cxx.
void TFCS2DFunction::unit_test ATLAS_NOT_THREAD_SAFE | ( | TH2 * | hist, |
TFCS2DFunction * | rtof, | ||
const char * | outfilename, | ||
int | nrnd | ||
) |
Definition at line 92 of file TFCS2DFunction.cxx.