Project
Loading...
Searching...
No Matches
o2::trk::TRKServices Class Reference

#include <TRKServices.h>

Inherits FairModule.

Public Member Functions

 TRKServices ()=default
 
void createMaterials ()
 
void createServices (TGeoVolume *motherVolume)
 
void createMiddleServices (TGeoVolume *motherVolume)
 
void createOuterDisksServices (TGeoVolume *motherVolume)
 
void createOuterBarrelServices (TGeoVolume *motherVolume)
 
void createVacuumCompositeShape ()
 
void excavateFromVacuum (TString shapeToExcavate)
 
void registerVacuum (TGeoVolume *motherVolume)
 

Protected Member Functions

 ClassDefOverride (TRKServices, 1)
 

Protected Attributes

TString mVacuumCompositeFormula
 
float mColdPlateRMin
 
float mColdPlateZLength
 
float mColdPlateThickness
 
float mColdPlateX0
 
float mFiberComposition [2] = {0.5, 0.5}
 
float mPowerBundleComposition [2] = {0.09, 0.91}
 
float mPowerBundleJacketComposition [2] = {0.06, 0.94}
 
float mWaterBundleComposition [2] = {0.56, 0.44}
 
float mWaterBundleDiskComposition [2] = {0.44, 0.56}
 
float mMiddleDiskThickness = 1.0
 
std::vector< float > mCableFanWeights = {0.5, 0.3, 0.2}
 

Detailed Description

Definition at line 31 of file TRKServices.h.

Constructor & Destructor Documentation

◆ TRKServices()

o2::trk::TRKServices::TRKServices ( )
default

Member Function Documentation

◆ ClassDefOverride()

o2::trk::TRKServices::ClassDefOverride ( TRKServices  ,
 
)
protected

◆ createMaterials()

void o2::trk::TRKServices::createMaterials ( )

Definition at line 31 of file TRKServices.cxx.

◆ createMiddleServices()

void o2::trk::TRKServices::createMiddleServices ( TGeoVolume *  motherVolume)

Definition at line 241 of file TRKServices.cxx.

◆ createOuterBarrelServices()

void o2::trk::TRKServices::createOuterBarrelServices ( TGeoVolume *  motherVolume)

Definition at line 447 of file TRKServices.cxx.

◆ createOuterDisksServices()

void o2::trk::TRKServices::createOuterDisksServices ( TGeoVolume *  motherVolume)

Definition at line 180 of file TRKServices.cxx.

◆ createServices()

void o2::trk::TRKServices::createServices ( TGeoVolume *  motherVolume)

Definition at line 125 of file TRKServices.cxx.

◆ createVacuumCompositeShape()

void o2::trk::TRKServices::createVacuumCompositeShape ( )

Definition at line 134 of file TRKServices.cxx.

◆ excavateFromVacuum()

void o2::trk::TRKServices::excavateFromVacuum ( TString  shapeToExcavate)

Definition at line 161 of file TRKServices.cxx.

◆ registerVacuum()

void o2::trk::TRKServices::registerVacuum ( TGeoVolume *  motherVolume)

Definition at line 167 of file TRKServices.cxx.

Member Data Documentation

◆ mCableFanWeights

std::vector<float> o2::trk::TRKServices::mCableFanWeights = {0.5, 0.3, 0.2}
protected

Definition at line 74 of file TRKServices.h.

◆ mColdPlateRMin

float o2::trk::TRKServices::mColdPlateRMin
protected

Definition at line 62 of file TRKServices.h.

◆ mColdPlateThickness

float o2::trk::TRKServices::mColdPlateThickness
protected

Definition at line 64 of file TRKServices.h.

◆ mColdPlateX0

float o2::trk::TRKServices::mColdPlateX0
protected

Definition at line 65 of file TRKServices.h.

◆ mColdPlateZLength

float o2::trk::TRKServices::mColdPlateZLength
protected

Definition at line 63 of file TRKServices.h.

◆ mFiberComposition

float o2::trk::TRKServices::mFiberComposition[2] = {0.5, 0.5}
protected

Definition at line 68 of file TRKServices.h.

◆ mMiddleDiskThickness

float o2::trk::TRKServices::mMiddleDiskThickness = 1.0
protected

Definition at line 73 of file TRKServices.h.

◆ mPowerBundleComposition

float o2::trk::TRKServices::mPowerBundleComposition[2] = {0.09, 0.91}
protected

Definition at line 69 of file TRKServices.h.

◆ mPowerBundleJacketComposition

float o2::trk::TRKServices::mPowerBundleJacketComposition[2] = {0.06, 0.94}
protected

Definition at line 70 of file TRKServices.h.

◆ mVacuumCompositeFormula

TString o2::trk::TRKServices::mVacuumCompositeFormula
protected

Definition at line 60 of file TRKServices.h.

◆ mWaterBundleComposition

float o2::trk::TRKServices::mWaterBundleComposition[2] = {0.56, 0.44}
protected

Definition at line 71 of file TRKServices.h.

◆ mWaterBundleDiskComposition

float o2::trk::TRKServices::mWaterBundleDiskComposition[2] = {0.44, 0.56}
protected

Definition at line 72 of file TRKServices.h.


The documentation for this class was generated from the following files: