#include <iostream>
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::mch |
| |
| namespace | o2::mch::test |
| |
|
| void | o2::mch::test::createStandaloneGeometry () |
| |
| void | o2::mch::test::showGeometryAsTextTree (const char *fromPath="", int maxdepth=2, std::ostream &out=std::cout) |
| | tree like textual dump of the geometry nodes
|
| |
| void | o2::mch::test::drawGeometry () |
| | basic drawing of the geometry
|
| |
| void | o2::mch::test::zeroMisAlignGeometry (const std::string &ccdbHost="http://localhost:8080", const std::string &fileName="MCHMisAlignment.root") |
| | generates zero misalignments for MCH geometry
|
| |
| void | o2::mch::test::misAlignGeometry () |
| | generates misalignments for MCH geometry
|
| |
| void | o2::mch::test::setVolumeVisibility (const char *pattern, bool visible, bool visibleDaughters) |
| | set the volume and daughter visibility for all volumes with a name matching the regexp pattern
|
| |
| void | o2::mch::test::setVolumeColor (const char *pattern, int lineColor, int fillColor) |
| | set the volume line and fill for all volumes with a name matching the regexp pattern
|
| |
| void | o2::mch::test::setVolumeColor (const char *pattern, int color) |
| |
| TH2 * | o2::mch::test::getRadio (int detElemId, float xmin, float ymin, float xmax, float ymax, float xstep, float ystep, float thickness=5) |
| | get a radlen radiograph of a given detection element within box with the given granularity
|
| |