4 #ifndef __KVFAZIABELTCONFIG3X2_H
5 #define __KVFAZIABELTCONFIG3X2_H
7 #include "TGeoVolume.h"
19 void BuildBelt(
int nblocsX,
int nblocsY, Double_t distance_correction);
22 KVFAZIABeltConfig(
int nblocsX,
int nblocsY, Double_t dist = 100.0, Double_t inter_block = 0.5,
double distance_correction = 5)
23 : TGeoVolumeAssembly(
"STRUCT_BELT"),
27 BuildBelt(nblocsX, nblocsY, distance_correction);
A rectangular array of FAZIA blocks.
Double_t fDist
distance of centre of belt from target
virtual ~KVFAZIABeltConfig()
KVFAZIABeltConfig(int nblocsX, int nblocsY, Double_t dist=100.0, Double_t inter_block=0.5, double distance_correction=5)
void BuildBelt(int nblocsX, int nblocsY, Double_t distance_correction)
set up blocks in grid
Double_t fInterBlock
spacing between blocks