AliPhysics  86c65ee (86c65ee)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestTHistManager Namespace Reference

Collection of simple test for the THistManager. More...

Classes

class  THistManagerTestSuite
 Collection of tests for the THistManager. More...
 

Functions

int TestRunAll ()
 
int TestRunBuildSimple ()
 
int TestRunBuildGrouped ()
 
int TestRunFillSimple ()
 
int TestRunFillGrouped ()
 

Detailed Description

Collection of simple test for the THistManager.

Unit tests

Function Documentation

int TestTHistManager::TestRunAll ( )

Runs all tests for THistManager. See THistManagerTestSuite for details.

Returns
O if all tests are passed, 1 if tests fail

Definition at line 975 of file THistManager.cxx.

int TestTHistManager::TestRunBuildGrouped ( )

Run the test for building histograms in groups. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 1003 of file THistManager.cxx.

int TestTHistManager::TestRunBuildSimple ( )

Run the test for building histograms. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 998 of file THistManager.cxx.

int TestTHistManager::TestRunFillGrouped ( )

Run the test for building histograms. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 1013 of file THistManager.cxx.

int TestTHistManager::TestRunFillSimple ( )

Run the test for filling histograms. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 1008 of file THistManager.cxx.