#include <boost/test/unit_test.hpp>
#include <boost/test/data/monomorphic.hpp>
#include <boost/test/data/monomorphic/generators/xrange.hpp>
#include <boost/test/data/test_case.hpp>
#include <iostream>
#include <sstream>
#include "MIDBase/Mapping.h"
#include "MIDBase/MpArea.h"
Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::mid |
|
|
bool | o2::mid::areEqual (const Mapping::MpStripIndex &strip1, const Mapping::MpStripIndex &strip2, int cathode) |
|
bool | o2::mid::findInNeighbours (const Mapping::MpStripIndex &refStrip, const std::vector< Mapping::MpStripIndex > &neighbours, int cathode) |
|
int | o2::mid::findInNeighbours (float xPos, float yPos, int cathode, int deId, bool checkUpDown, const std::vector< Mapping::MpStripIndex > &neighbours, const Mapping &mapping) |
|
bool | o2::mid::areNeighboursOk (const Mapping::MpStripIndex &stripIndex, const std::vector< Mapping::MpStripIndex > &neighbours, const Mapping &mapping, int cathode, int deId) |
|
| o2::mid::for (int icolumn=mapping.getFirstColumn(deId);icolumn< 7;++icolumn) |
|
◆ BOOST_TEST_DYN_LINK
#define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE midBaseMapping |