Some TDC vacuum pipes have flanges made of different material than the pipe itself, so
I have added a corresponding variable in the VacuumPipe class.
Its default value is set to the pipe material and it can be changed in the PipeGenerator with the setMat function. This method now has an additional optional argument flangeMat.
I have checked that these modifications do not change the SoftiMAX beam line geometry, where the PipeGenerator::setMat method is used.
Some TDC vacuum pipes have flanges made of different material than the pipe itself, so I have added a corresponding variable in the
VacuumPipe
class.Its default value is set to the pipe material and it can be changed in the
PipeGenerator
with thesetMat
function. This method now has an additional optional argumentflangeMat
.I have checked that these modifications do not change the SoftiMAX beam line geometry, where the
PipeGenerator::setMat
method is used.