Project
Loading...
Searching...
No Matches
testMapping.cxx File Reference
#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.

Classes

class  o2::mid::MyFixture
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::mid
 

Macros

#define BOOST_TEST_MODULE   midBaseMapping
 
#define BOOST_TEST_DYN_LINK
 

Functions

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)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 13 of file testMapping.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   midBaseMapping

Definition at line 12 of file testMapping.cxx.