9#include <framework/gearbox/GearDir.h>
10#include <framework/logging/Logger.h>
11#include <framework/gearbox/Unit.h>
13#include <arich/dbobjects/ARICHGeometryConfig.h>
14#include <arich/dbobjects/tessellatedSolidStr.h>
16#include <geometry/Materials.h>
17#include <arich/dbobjects/ARICHGeoHAPD.h>
35 m_bbstudy = content.getInt(
"BeamBackgroundStudy");
37 GearDir envParams(content,
"Envelope");
39 std::string(
"ARICH_Air"));
44 GearDir displParams(content,
"GlobalDisplacement");
55 GearDir detParams(content,
"Detector/Module");
70 detParams.
getString(
"HAPD/fillMaterial"));
72 GearDir apdSurfParams(detParams,
"HAPD/Surface");
75 materials.createOpticalSurfaceConfig(apdSurfParams));
77 GearDir mergerParams(content,
"MergerPCB");
96 mergerParams.
getDouble(
"mergerEnvelope/y0"),
97 mergerParams.
getDouble(
"mergerEnvelope/z0"));
99 mergerParams.
getDouble(
"merger/envelopePosY0"),
100 mergerParams.
getDouble(
"merger/envelopePosZ0"));
107 GearDir cablesEnvelopParams(content,
"cablesEnvelope");
118 GearDir coolingParams(content,
"coolingPipe");
124 coolingParams.
getDouble(
"coolingEnvelope/z0"));
136 coolingParams.
getDouble(
"coolingTestPlate/lengthY"), coolingParams.
getDouble(
"coolingTestPlate/lengthZ"));
149 GearDir coolingFEBParams(content,
"febcoolingv2");
165 GearDir mirrParams(content,
"Mirrors");
169 GearDir surfParams(mirrParams,
"Surface");
171 mirrParams.
getString(
"material"), materials.createOpticalSurfaceConfig(surfParams));
177 GearDir mirrDisplParams(content,
"MirrorDisplacement");
178 if (mirrDisplParams) {
180 for (
auto plate : mirrDisplParams.
getNodes(
"Plate")) {
181 int id = plate.getInt(
"@id");
182 double r = plate.getLength(
"r");
183 double phi = plate.getAngle(
"phi");
184 double z = plate.getLength(
"z");
185 double alpha = plate.getLength(
"alpha");
186 double beta = plate.getLength(
"beta");
187 double gamma = plate.getLength(
"gamma");
189 ARICHPositionElement displEl(r * cos(origPhi + phi), r * sin(origPhi + phi), z, alpha, beta, gamma);
195 GearDir aerogel(content,
"Aerogel");
197 std::vector<double> dPhi;
198 std::vector<int> nAeroSlotsIndividualRing;
199 for (
auto ring : aerogel.
getNodes(
"slotInRing/Ring")) {
200 dPhi.push_back(2.* M_PI / ring.getInt());
201 nAeroSlotsIndividualRing.push_back(ring.getInt());
203 std::vector<double> slotR;
204 for (
auto ring : aerogel.
getNodes(
"slotR/Ring")) {
205 slotR.push_back(ring.getLength());
219 for (
auto layer : aerogel.
getNodes(
"Layers/Layer")) {
220 double thick = layer.getLength(
"thickness") /
Unit::cm;
221 std::string material = layer.getString(
"material");
222 double refIndex = layer.getDouble(
"refIndex");
223 double trLen = layer.getLength(
"trLength");
233 GearDir aerotilesDir(content,
"AerogelTiles");
234 for (
int il = 0; il < ilayer - 1; il++) {
236 for (
auto ns_ring : nAeroSlotsIndividualRing) {
238 for (
int islot = 1; islot < ns_ring + 1; islot++) {
239 for (
auto tileNode : aerotilesDir.
getNodes(
"Tiles/Tile")) {
240 int ring = tileNode.getInt(
"ring");
241 int column = tileNode.getInt(
"column");
242 int layerN = tileNode.getInt(
"layer");
243 if (iring == ring && column == islot && il == layerN) {
244 double n = tileNode.getDouble(
"n");
245 double transmL = tileNode.getDouble(
"transmL");
246 double thick = tileNode.getDouble(
"thick");
247 std::string materialName = tileNode.getString(
"material");
263 wallHeightNew = wallHeightNew / 10.0;
273 B2ERROR(
"ARICHGeometryConfig::read --> getFullAerogelMaterialDescriptionKey() is wrong");
282 GearDir supportDir(content,
"SupportStructure");
283 for (
auto tube : supportDir.
getNodes(
"Tubes/Tube")) {
284 std::string material = tube.getString(
"material");
285 double innerR = tube.getLength(
"innerR");
286 double outerR = tube.getLength(
"outerR");
287 double length = tube.getLength(
"length");
289 std::string name = tube.getString(
"name");
296 for (
auto wedge : supportDir.
getNodes(
"Wedges/Wedge")) {
297 std::vector<double> pars;
298 int id = wedge.getInt(
"@id");
299 if (
id > 3 ||
id < 1)
continue;
300 for (
auto par : wedge.getNodes(
"par")) {
301 pars.push_back(par.getLength());
306 for (
auto wedge : supportDir.
getNodes(
"Wedges/Placements/Placement")) {
307 int type = wedge.getInt(
"type");
308 double r = wedge.getLength(
"r");
309 double phi = wedge.getAngle(
"phi");
336 GearDir detParams(content,
"Detector/Plane");
338 std::vector<std::pair<double, double>> ringPar;
340 for (
auto ring : detParams.
getNodes(
"Rings/Ring")) {
341 double r = ring.getLength(
"r");
342 int nMod = ring.getInt(
"nModules");
343 ringPar.push_back({r, 2.*M_PI / nMod});
348 GearDir supportParams(content,
"Detector/supportPlate");
349 double modHeight = content.getLength(
"Detector/Module/height");
382 const double cosPhi = std::cos(phi);
383 const double sinPhi = std::sin(phi);
384 ROOT::Math::XYVector origin(radius * cosPhi, radius * sinPhi);
388 ROOT::Math::XYVector locPos(x * cosPhi - y * sinPhi,
389 x * sinPhi + y * cosPhi);
390 return origin + locPos;
void setTileGap(double gap)
Set gap between aerogel tile and aluminum wall.
bool isConsistent() const override
Consistency check of geometry parameters.
void setNAeroSlotsIndividualRing(const std::vector< int > &nAeroSlotsIndividualRing)
Set vector of numbers of aerogel slots in individual ring.
double getCompensationARICHairVolumeThick_min() const
Get minimum thickness of the compensation volume with ARICH air.
void setWallHeight(double height)
Set height of aluminum walls between aerogel tiles.
void print(const std::string &title="Aerogel plane parameters:") const override
Print the content of the class.
void addSupportPlate(double inR, double outR, double thick, const std::string &material)
Set parameters of aerogel support plate.
void setWallThickness(double thick)
Set thickness of aluminum walls between aerogel tiles.
void setWallRadius(std::vector< double > &rs)
Set radiuses at which "r" aluminum walls between tiles are placed (+inner+outter aluminum ring).
void printTileParameters(const std::string &title="Aerogel tiles parameters:") const
Print the content of the m_tiles vector of tilestr structure.
void setAerogelLayer(unsigned ilayer, double thick, double rIndex, double trLen, const std::string &material)
Set parameters of i-th aerogel layer.
void addTileParameters(int ring, int column, int layerN, double n, double transmL, double thick, const std::string &material)
Add parameters of individual tile.
void setCompensationARICHairVolumeThick_min(double compensationARICHairVolumeThick_min)
Set minimum thickness of the compensation volume with ARICH air.
void setImgTubeThickness(double imgTubeThickness)
Set imaginary tube thikness just after aerogel layers used as volume to which tracks are extrapolated...
void setFullAerogelMaterialDescriptionKey(int fullAerogelMaterialDescriptionKey)
Set full aerogel material description key.
void setPlacement(double x, double y, double z, double rx, double ry, double rz)
Set aerogel plane positioning within ARICH local volume.
void setWallDPhi(std::vector< double > &dphi)
Set phi (angle) distance between "phi" aluminum walls between aerogel tiles for all aerogel tile ring...
int getFullAerogelMaterialDescriptionKey() const
Get full aerogel material description key.
double getMaximumTotalTileThickness() const
Get maximum total thickness of the aerogel tiles tile_up + tile_down for all the slots.
virtual void print(const std::string &title) const
Print the content of the class.
void setEnvelopeCenterPosition(double x0, double y0, double z0)
Set position of cables envelop.
void setEnvelopeOuterRadius(double envelopeOuterRadius)
Set outer radius of cables envelop.
void print(const std::string &title="Merger PCB geometry parameters") const
Print the content of the class.
void checkCablesEnvelopDataConsistency() const
Check data consistency of cables envelop In case of failure print the basf2 ERROR message using B2ASS...
void setCablesEffectiveMaterialName(const std::string &materialName)
Set Effective material name describing cables.
void setEnvelopeThickness(double envelopeThickness)
Set thickness of cables envelop.
void setEnvelopeInnerRadius(double envelopeInnerRadius)
Set inner radius of cables envelop.
void setEnvelopeCenterPosition(double x0, double y0, double z0)
Set position of cooling system assembly envelope.
void setCoolingTestPlatePosZ0(const std::vector< double > &coolingTestPlatePosZ0)
Set vector of Z placement of the cooling test plates center within ARICH mother volume in mm.
void setDepthColdTubeInPlate(double depthColdTubeInPlate)
Set depth of the cold tube in the cooling test plate.
void setCoolingTestPlateslengths(double lx, double ly, double lz)
Set dimentions of cooling test plates in x, y, z directions.
void setCoolingTestPlatePosPhi(const std::vector< double > &coolingTestPlatePosPhi)
Set vector of azimuthal angle of the cooling test plates center in polar coordinate system in deg.
void print(const std::string &title="Cooling system geometry parameters") const
Print the content of the class.
void setColdTubeNumber(int coldTubeNumber)
Set number of cold tubes in one plate.
void setCoolingPosR(const std::vector< double > &coolingPosR)
Set vector of radial distance (r, pho) of the cooling system object center in polar coordinate system...
void checkCoolingSystemDataConsistency() const
Check data consistency of the cooling system positions.
void setColdTubeMaterialName(const std::string &materialName)
Set material name of cold tube.
void setCoolingGeometryID(const std::vector< double > &coolingGeometryID)
Set vector of cooling system object geometry ID 1 - G4Tubs 2 - G4Torus.
void setEnvelopeOuterRadius(double envelopeOuterRadius)
Set outer radius of cooling system assembly envelope.
void setCoolingL(const std::vector< double > &coolingL)
Set vector of lengs of the cooling system object with given geometry ID.
void setCoolingTestPlatePosR(const std::vector< double > &coolingTestPlatePosR)
Set vector of rho of the cooling test plates center in polar coordinate system in mm.
void setCoolinRotationAngle(const std::vector< double > &coolinRotationAngle)
Set vector of azimuthal angle of rotation around Z - axis of the cooling system object in polar coord...
void setColdTubeSubtractedR(double coldTubeSubtractedR)
Set outer radius of subtracted tubes for cold tube.
void setCoolingPipeMaterialName(const std::string &materialName)
Set material name of cooling pipe.
void setEnvelopeThickness(double envelopeThickness)
Set thickness of cooling system assembly envelope.
void setCoolingTestPlateMaterialName(const std::string &materialName)
Set material name of cooling test plates.
void setRmax(double rmax)
Set size of cooling system pipe : outer radius in mm.
void setRmin(double rmin)
Set size of cooling system pipe : inner radius in mm.
void setColdTubeSpacing(double coldTubeSpacing)
Set distance from center of the cold tube to edge of cooling plate.
void setColdTubeWallThickness(double coldTubeWallThickness)
Set cold tube wall thickness.
void setCoolingPosPhi(const std::vector< double > &coolingPosPhi)
Set vector of azimuthal angle of the cooling system object center in polar coordinate system in deg.
void setEnvelopeInnerRadius(double envelopeInnerRadius)
Set inner radius of cooling system envelope.
void setColdTubeR(double coldTubeR)
Set radius of cold tubes in the cooling test plane.
void setModuleHoleSize(double hsize)
Set size of module hole in support plate.
double getSlotR(unsigned modID) const
Get radial position of module with given module ID number.
void setRingPar(const std::vector< std::pair< double, double > > &ringPar)
Set parameters of module slot rings (r of center of slots in ring, phi (angle) distance between modul...
void setSupportBackWallHeight(double h)
Set height of the aluminum walls between modules on the electronics side of aluminum support plate.
void addSupportPlate(double inR, double outR, double thick, const std::string &material)
Set parameters of the support plate.
void print(const std::string &title="Detector plane parameters") const override
Print the content of the class.
double getSlotPhi(unsigned modID) const
Get phi (angle) position of module with given module ID number.
void setSupportZPosition(double zPosition)
Set Z position of the aluminum support plate (start Z).
void setSupportBackWallThickness(double d)
Set thickness of the aluminum walls between modules on the electronics side of the aluminum support p...
void setPlacement(double x, double y, double z, double rx, double ry, double rz)
Set detector plane positioning within ARICH local volume.
void setFebcoolingv2GeometryID(const std::vector< double > &febcoolingv2GeometryID)
Set vector of feb cooling configuration/geometry ID.
void setRectangleW(double value)
Set width of the rectangle in mm.
void setRectangleL(double value)
Set length of the rectangle in mm.
void setSmallSquareSize(double value)
Set size of the small square in mm.
void setRectangleDistanceFromCenter(double value)
Set distance from center of the rectangle in mm.
void setSmallSquareThickness(double value)
Set thickness of the small square in mm.
void setRectangleThickness(double value)
Set thickness of the rectangle in mm.
void setBigSquareSize(double value)
Set size of the big square in mm.
void setBigSquareThickness(double value)
Set thickness of the big square in mm.
void setBeta(double beta)
Sets rotation around y.
void setZ(double z)
Sets translation in z.
void setAlpha(double alpha)
Sets rotation around x.
void setY(double y)
Sets translation in y.
void setGamma(double gamma)
Sets rotation around z.
void setX(double x)
Sets translation in x.
void setChipGap(double chipGap)
Set gap between APD chips.
void setAPDVolume(double sizeX, double sizeY, double sizeZ, const std::string &material, const GeoOpticalSurface &surf)
Sets APD volume (single volume for all 4 chips)
void print(const std::string &title="HAPD module geometry parameters") const override
Print the content of the class.
void setFEBVolume(double sizeX, double sizeY, double sizeZ, const std::string &material)
Sets FEB volume.
void setWinThickness(double thickness)
Set window thickness.
void setModuleSizeZ(double modZ)
Set module size in Z (height of HAPD + FEB)
void setWinRefIndex(double refInd)
Set refractive index of HAPD window.
void setWallThickness(double thickness)
Set wall thickness.
void setWallMaterial(const std::string &material)
Sets casing material.
void setWinMaterial(const std::string &material)
Set window material.
void setHAPDVolume(double sizeX, double sizeY, double sizeZ, const std::string &material)
Sets HAPD volume.
void setPadSize(double padSize)
Set pad size.
void setNPads(int nx, int ny)
Set number of pads in x and y direction.
void getXYChannelPos(int chX, int chY, double &x, double &y) const
Returns local x,y position from channel X,Y numbers.
void setVolume(double innerR, double outerR, double length, const std::string &material)
Sets parameters of ARICH master volume.
void print(const std::string &title="ARICH Master Volume geometry parameters") const override
Print the content of the class.
void setPlacement(double x, double y, double z, double rx, double ry, double rz)
Sets positioning of ARICH master volume in global Belle II coordinate system.
double getLength() const
Get ARICH master volume length.
void setMergerPCBWidth(double sizeW)
Set merger PCB width.
void setMergerAngle(const std::vector< double > &mergerAngle)
Set vector of merger boarts azimuthal angles in polar coordinate system in deg.
void setEnvelopeCenterPosition(double x0, double y0, double z0)
Set position of merger PCB assembly envelope.
void setSingleMergerenvelopeDeltaZ(const std::vector< double > &singlemergerenvelopeDeltaZ)
Set vector of Z position of the single merger and merger cooling body envelope inside global merger e...
void setMergerPCBscrewholePosdX2(double screwholePosdX2)
Set merger PCB screw hole position from the top edge.
void checkMergerPositionsDataConsistency() const
Check data consistency of the merger positions In case of failure print the basf2 ERROR message using...
void setSingleMergerEnvelopeThickness(double thickness)
Set single merger PCB and merger cooling envelop thickness.
void setMergerPCBLenght(double sizeL)
Set merger PCB lenght.
void setMergerPCBMaterialName(const std::string &materialName)
Set merger PCB material name.
void setMergerPosR(const std::vector< double > &mergerPosR)
Set vector of merger boards distances from the center in mm.
void setSingleMergerEnvelopeSizeL(double sizeL)
Set single merger PCB and merger cooling envelop length.
void setMergerPCBscrewholeR(double screwholeR)
Set merger PCB screw hole radius.
void setEnvelopeOuterRadius(double envelopeOuterRadius)
Set outer radius of merger PCB assembly envelope.
void print(const std::string &title="Merger PCB geometry parameters") const
Print the content of the class.
void setMergerSlotID(const std::vector< double > &mergerSlotID)
Set vector of merger boards slot numbers.
void setMergerPCBThickness(double thickness)
Set merger PCB thickness.
void setMergerOrientation(const std::vector< double > &mergerOrientation)
Set vector of merger boarts orientations.
void setSingleMergeEnvelopePosition(double x0, double y0, double z0)
Set position of merger PCB inside the single merger envelope.
void setEnvelopeThickness(double envelopeThickness)
Set thickness of merger PCB assembly envelope.
void setSingleMergerEnvelopeSizeW(double sizeW)
Set single merger PCB and merger cooling envelop width.
void setMergerPCBscrewholePosdY(double screwholePosdY)
Set merger PCB screw hole position from the left and right sides.
void setEnvelopeInnerRadius(double envelopeInnerRadius)
Set inner radius of merger PCB assembly envelope.
void setMergerPCBscrewholePosdX1(double screwholePosdX1)
Set merger PCB screw hole position from the bottom edge.
void setDisplacementElement(int id, const ARICHPositionElement &pars)
Sets displacement parameters (element) for mirror plate.
void initializeDefault()
Initializes default mirror position parameters (assuming plate position on the regular m_nMirrors-sid...
void print(const std::string &title="Mirror configuration parameters") const override
Print the content of the class.
const ROOT::Math::XYZVector & getPoint(const unsigned mirID) const
Get vector to the center point of the mirror plate reflective surface.
void setRadius(double r)
Set nominal radius at which mirror plates are placed (center of plate)
void setNMirrors(unsigned nmir)
Set number of mirror plates (slots)
void setStartAngle(double stang)
Set phi angle of position of the first mirror plate.
void setMirrorPlate(double thick, double width, double length, const std::string &material, const GeoOpticalSurface &surf)
Set parameters of mirror plate.
void setZPosition(double zPos)
Set nominal Z position of mirror plates (center point in ARICH local frame)
void addTube(double inR, double outR, double length, double zPosition, const std::string &material, const std::string &name)
Add volume of cylindrical shape (tube)
void setWedge(unsigned i, const std::vector< double > &par)
Set parameters of support wedge volumes.
void setMaterial(const std::string &material)
Set default material of support structures.
void addWedge(int type, double r, double phi, double z, const std::string &material)
Add wedge (all added wedges are placed)
void print(const std::string &title="Parameters of ARICH support structure and neutron shield") const override
Print the content of the class.
ARICHGeoSupport m_supportStructure
support structure geometry configuration
bool m_displaceGlobal
use global displacement parameters
ARICHGeoMasterVolume m_masterVolume
master volume geometry configuration
ARICHGeoGlobalDisplacement m_globalDispl
global displacement parameters
ARICHGeoMirrors m_mirrors
mirrors geometry configuration
bool m_displaceMirrors
use mirror displacement parameters
ARICHGeoFEBCooling m_coolingv2
ARICH cooling system (v2) geometry configuration.
ARICHGeoCablesEnvelope m_cablesenvelope
ARICH cables envelop geometry configuration.
ARICHGeoAerogelPlane m_aerogelPlane
aerogel plane geometry configuration
void read(const GearDir &content)
gets geometry parameters from gearbox.
ROOT::Math::XYVector getChannelPosition(unsigned moduleID, unsigned xChn, unsigned yChn) const
Get position of HAPD (x,y) channel in local ARICH coordinates.
ARICHGeoDetectorPlane m_detectorPlane
detector plane geometry configuration
ARICHGeometryConfig()
Default constructor.
ARICHGeoCooling m_cooling
ARICH cooling system geometry configuration.
ARICHGeoMerger m_merger
Merger PCB geometry configuration.
ARICHGeoHAPD m_hapd
HAPD geometry configuration.
int m_bbstudy
is beam background study
void print(const std::string &title="ARICH geometry parameters") const
Print some debug information.
ARICHGeoMirrorDisplacement m_mirrorDispl
mirror displacement parameters
void modulesPosition(const GearDir &content)
initializes the positions of HAPD modules, with the parameters from xml.
Position element for ARICH.
GearDir is the basic class used for accessing the parameter store.
virtual std::string getString(const std::string &path="") const noexcept(false) override
Get the parameter path as a string.
static const double cm
Standard units with the value = 1.
double getAngle(const std::string &path="") const noexcept(false)
Get the parameter path as a double converted to the standard angle unit.
std::vector< double > getArray(const std::string &path) const noexcept(false)
Get the parameter path as a list of double values converted to the standard unit.
double getDouble(const std::string &path="") const noexcept(false)
Get the parameter path as a double.
double getLength(const std::string &path="") const noexcept(false)
Get the parameter path as a double converted to the standard length unit.
std::vector< GearDir > getNodes(const std::string &path="") const
Get vector of GearDirs which point to all the nodes the given path evaluates to.
bool getBool(const std::string &path="") const noexcept(false)
Get the parameter path as a bool.
int getInt(const std::string &path="") const noexcept(false)
Get the parameter path as a int.
static Materials & getInstance()
Get a reference to the singleton instance.
double sqrt(double a)
sqrt for double
Abstract base class for different kinds of events.