#include <AlpideChip.h>
|
static TGeoVolume * | createChip (Double_t yc, Double_t ys, char const *chipName="AlpideChip", char const *sensName="AlpideSensor", Bool_t dummy=kFALSE, const TGeoManager *mgr=gGeoManager) |
|
static void | createMaterials (Int_t id, Int_t fieldType, Float_t maxField) |
|
|
static constexpr Double_t | sMetalLayerThick = 15.0 * 1.0E-4 |
| Metal layer thickness (um)
|
|
AlpideChip class creates a TGeoVolume representing the Alpide Chip Can be used by both ITS and MFT
Definition at line 34 of file AlpideChip.h.
◆ AlpideChip()
o2::itsmft::AlpideChip::AlpideChip |
( |
| ) |
|
|
default |
◆ ~AlpideChip()
o2::itsmft::AlpideChip::~AlpideChip |
( |
| ) |
|
|
default |
◆ ClassDefNV()
o2::itsmft::AlpideChip::ClassDefNV |
( |
AlpideChip |
, |
|
|
0 |
|
|
) |
| |
◆ createChip()
TGeoVolume * AlpideChip::createChip |
( |
Double_t |
yc, |
|
|
Double_t |
ys, |
|
|
char const * |
chipName = "AlpideChip" , |
|
|
char const * |
sensName = "AlpideSensor" , |
|
|
Bool_t |
dummy = kFALSE , |
|
|
const TGeoManager * |
mgr = gGeoManager |
|
) |
| |
|
static |
Creates the AlpideChip Returns the chip as a TGeoVolume
- Parameters
-
yc | Y chip half lengths |
ys | sensor half thickness |
chipName | sensName default volume names |
dummy | if true creates a dummy air volume (for material budget studies) |
mgr | The GeoManager (used only to get the proper material) |
Definition at line 33 of file AlpideChip.cxx.
◆ createMaterials()
void AlpideChip::createMaterials |
( |
Int_t |
id, |
|
|
Int_t |
fieldType, |
|
|
Float_t |
maxField |
|
) |
| |
|
static |
◆ sMetalLayerThick
constexpr Double_t o2::itsmft::AlpideChip::sMetalLayerThick = 15.0 * 1.0E-4 |
|
staticconstexpr |
Metal layer thickness (um)
Definition at line 53 of file AlpideChip.h.
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/ITSMFT/common/simulation/include/ITSMFTSimulation/AlpideChip.h
- /home/runner/work/AliceO2/AliceO2/Detectors/ITSMFT/common/simulation/src/AlpideChip.cxx