4 #include "KVFAZIABeltConfig.h"
5 #include "KVFAZIABlock.h"
7 #include "KVMultiDetArray.h"
28 SetMedium(gGeoManager->GetMedium(
"Vacuum"));
31 double ymin = -(nblocsY - 1.) / 2.;
33 for (
int x = nblocsX - 1; x >= -(nblocsX - 1); x -= 2) {
34 for (
double y = ymin; y <= ymax; ++y) {
35 double distance_to_block = fDist + y * distance_correction;
36 double inter_block_Y = fInterBlock + (10 * (fDist - distance_to_block) / fDist) * fInterBlock;
42 TGeoTranslation invZ(0, 0, -distance_to_block);
43 AddNode(blocco, block_no,
45 TMath::RadToDeg()*center.Theta(),
46 TMath::RadToDeg()*center.Phi(), &invZ));
51 gGeoManager->SetVisLevel(10);
A rectangular array of FAZIA blocks.
Standard geometry of 16-telescope FAZIA block.
Double_t GetNominalDistanceTargetBlockCentre(double dist_SI1=100.) const
Double_t GetTotalSideWithBlindage() const
static TGeoHMatrix * GetVolumePositioningMatrix(Double_t distance, Double_t theta, Double_t phi, TGeoTranslation *postTrans=nullptr)