![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include "EMCALCalib/BadChannelMap.h"
#include "EMCALBase/Geometry.h"
#include <algorithm>
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 Calib |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
std::vector< unsigned short > | o2::emcal::getBadChannelsLHC18m_block1 () |
std::vector< unsigned short > | o2::emcal::getWarmChannelsLHC18m_block1 () |
std::vector< unsigned short > | o2::emcal::getDeadChannelsLHC18m_block1 () |
std::vector< unsigned short > | o2::emcal::getBadChannelsLHC17o_block2 () |
std::vector< unsigned short > | o2::emcal::getWarmChannelsLHC17o_block2 () |
std::vector< unsigned short > | o2::emcal::getDeadChannelsLHC17o_block2 () |
std::vector< unsigned short > | o2::emcal::combineMaps (const std::vector< unsigned short > &list1, const std::vector< unsigned short > list2) |
void | o2::emcal::filterBad (std::vector< unsigned short > warmcells, const std::vector< unsigned short > badcells) |
o2::emcal::BOOST_AUTO_TEST_CASE (BadChannelMap_test) | |
Standard tests for bad channel map. | |
#define BOOST_TEST_DYN_LINK |
Definition at line 14 of file testBadChannelMap.cxx.
#define BOOST_TEST_MAIN |
Definition at line 13 of file testBadChannelMap.cxx.
#define BOOST_TEST_MODULE Test EMCAL Calib |
Definition at line 12 of file testBadChannelMap.cxx.