![]() |
Project
|
Implementation of the trigger-stations geometry. More...
#include "MIDSimulation/Geometry.h"
#include <sstream>
#include "Materials.h"
#include "MIDBase/DetectorParameters.h"
#include "MIDBase/GeometryParameters.h"
#include <TGeoVolume.h>
#include <TGeoManager.h>
#include <TGeoShape.h>
#include <TGeoCompositeShape.h>
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::mid |
Functions | |
TGeoVolume * | o2::mid::createVerticalSupport (int iChamber) |
TGeoVolume * | o2::mid::createHorizontalSupport (int iChamber) |
TGeoVolume * | o2::mid::createRPC (geoparams::RPCtype type, int iChamber) |
TGeoMatrix * | o2::mid::getTransformation (const ROOT::Math::Transform3D &matrix) |
TGeoVolume * | o2::mid::createChamber (int iChamber) |
void | o2::mid::createGeometry (TGeoVolume &topVolume) |
create MID geometry and attach it to existing topVolume | |
std::vector< TGeoVolume * > | o2::mid::getSensitiveVolumes () |
get a list of MID sensitive volumes | |