![]() |
Project
|
#include <boost/range/combine.hpp>
#include <boost/test/unit_test.hpp>
#include "TFile.h"
#include "TPCBase/CDBInterface.h"
#include "TPCBase/CalArray.h"
#include "TPCBase/CalDet.h"
#include "TPCBase/Mapper.h"
#include "TPCBase/ParameterDetector.h"
#include "TPCBase/ParameterElectronics.h"
#include "TPCBase/ParameterGEM.h"
#include "TPCBase/ParameterGas.h"
#include "CommonUtils/ConfigurableParam.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::tpc |
Global TPC definitions and constants. | |
Macros | |
#define | BOOST_TEST_MODULE Test TPC CDBInterface class |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
CalPad | o2::tpc::writeCalPadObject (const std::string_view name, const int run, const int dataOffset=0) |
write a CalPad object to the CCDB | |
void | o2::tpc::checkCalPadEqual (const CalPad &data, const CalPad &dataRead) |
Check equivalence of two CalPad objects. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_pedestals) | |
Test reading pedestal object from the CDB using the TPC CDBInterface. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_noise) | |
Test reading noise object from the CDB using the TPC CDBInterface. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_gainmap) | |
Test reading gain map object from the CDB using the TPC CDBInterface. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_ParameterDetector) | |
Test reading ParameterDetector from the CDB using the TPC CDBInterface. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_ParameterElectronics) | |
Test reading ParameterElectronics from the CDB using the TPC CDBInterface. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_ParameterGas) | |
Test reading ParameterGas from the CDB using the TPC CDBInterface. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_ParameterGEM) | |
Test reading ParameterGEM from the CDB using the TPC CDBInterface. | |
o2::tpc::BOOST_AUTO_TEST_CASE (CDBInterface_test_Default_ReadFromFile) | |
Test using the default parameters and initialize from file. | |
Variables | |
const std::string | o2::tpc::ccdbUrl = "file:///tmp/CCDBSnapshot" |
#define BOOST_TEST_DYN_LINK |
Definition at line 14 of file testTPCCDBInterface.cxx.
#define BOOST_TEST_MAIN |
Definition at line 13 of file testTPCCDBInterface.cxx.
#define BOOST_TEST_MODULE Test TPC CDBInterface class |
Definition at line 12 of file testTPCCDBInterface.cxx.