![]() |
Project
|
#include <random>#include <boost/test/unit_test.hpp>#include "EMCALCalibration/PedestalProcessorData.h"#include <TH1.h>#include <TProfile.h>#include <TRandom.h>Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::emcal |
Macros | |
| #define | BOOST_TEST_MODULE Test_EMCAL_Calibration |
| #define | BOOST_TEST_MAIN |
| #define | BOOST_TEST_DYN_LINK |
Functions | |
| void | o2::emcal::compare (const PedestalProcessorData &testobject, const TProfile &refFECHG, const TProfile &refFECLG, const TProfile &refLEDMONHG, const TProfile &refLEDMONLG, bool testCount, bool verbose) |
| o2::emcal::BOOST_AUTO_TEST_CASE (testPedestalProcessorData) | |
Variables | |
| const int | o2::emcal::NUMBERFECCHANNELS = 17664 |
| const int | o2::emcal::NUMBERLEDMONCHANNELS = 480 |
| #define BOOST_TEST_DYN_LINK |
Definition at line 13 of file testPedestalProcessorData.cxx.
| #define BOOST_TEST_MAIN |
Definition at line 12 of file testPedestalProcessorData.cxx.
| #define BOOST_TEST_MODULE Test_EMCAL_Calibration |
Definition at line 11 of file testPedestalProcessorData.cxx.