#include <boost/test/unit_test.hpp>
#include "MCHGeometryCreator/Geometry.h"
#include "MCHGeometryTest/Helpers.h"
#include "MCHGeometryTransformer/Transformations.h"
#include "TGeoManager.h"
#include "boost/format.hpp"
#include <boost/test/data/test_case.hpp>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <fmt/format.h>
#include <random>
Go to the source code of this file.
|
constexpr int | ntrans {2} |
|
constexpr double | rad2deg = 180.0 / 3.14159265358979323846 |
|
constexpr double | deg2rad = 3.14159265358979323846 / 180.0 |
|
constexpr CoarseLocation | topRight {true, true} |
|
constexpr CoarseLocation | topLeft {false, true} |
|
constexpr CoarseLocation | bottomRight {true, false} |
|
constexpr CoarseLocation | bottomLeft {false, false} |
|
◆ BOOST_TEST_DYN_LINK
#define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE Test MCHSimulation GeometryTransformer |
◆ asString()
◆ BOOST_AUTO_TEST_CASE()
BOOST_AUTO_TEST_CASE |
( |
Angle2Matrix2Angle |
| ) |
|
◆ dumpMat()
void dumpMat |
( |
gsl::span< double > |
m | ) |
|
◆ for() [1/2]
◆ for() [2/2]
◆ getDetElemCoarseLocation()
◆ operator==()
bool operator== |
( |
const CoarseLocation & |
a, |
|
|
const CoarseLocation & |
b |
|
) |
| |
◆ setExpectation()
void setExpectation |
( |
int |
firstDeId, |
|
|
int |
lastDeId, |
|
|
CoarseLocation |
q, |
|
|
std::map< int, CoarseLocation > & |
expected |
|
) |
| |
◆ transformation()
◆ bottomLeft
constexpr CoarseLocation bottomLeft {false, false} |
|
constexpr |
◆ bottomRight
constexpr CoarseLocation bottomRight {true, false} |
|
constexpr |
◆ deg2rad
constexpr double deg2rad = 3.14159265358979323846 / 180.0 |
|
constexpr |
◆ ntrans
◆ rad2deg
constexpr double rad2deg = 180.0 / 3.14159265358979323846 |
|
constexpr |
◆ topLeft
constexpr CoarseLocation topLeft {false, true} |
|
constexpr |
◆ topRight
constexpr CoarseLocation topRight {true, true} |
|
constexpr |