![]() |
Project
|
Implementation of the station 1 geometry (copied and adapted from AliMUONSt1GeometryBuilder) More...
#include "Materials.h"#include "Station1Geometry.h"#include <TGeoCompositeShape.h>#include <TGeoManager.h>#include <TGeoMedium.h>#include <TGeoShape.h>#include <TGeoArb8.h>#include <TGeoXtru.h>#include <TGeoTube.h>#include <TGeoVolume.h>#include <iostream>#include <string>#include <array>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::mch |
Functions | |
| void | o2::mch::createHole () |
| void | o2::mch::createDaughterBoard () |
| void | o2::mch::createInnerLayers () |
| void | o2::mch::createSpacer () |
| void | o2::mch::createFrame (int chamber) |
| TGeoVolume * | o2::mch::createPlaneSegment (int iSegment, float halfLength, float halfHeight, int nHoles) |
| void | o2::mch::placeInnerLayers (int chamber) |
| TGeoVolumeAssembly * | o2::mch::createQuadrant (int chamber) |
| void | o2::mch::createStation1Geometry (TGeoVolume &topVolume) |
| std::vector< TGeoVolume * > | o2::mch::getStation1SensitiveVolumes () |
Implementation of the station 1 geometry (copied and adapted from AliMUONSt1GeometryBuilder)
Definition in file Station1Geometry.cxx.