88 double total_thickness = thick_si1 + centre_dist;
102 csi =
gGeoManager->
MakeTrd2(
Form(
"DET_CSI"), CesiumIodide, side_csi_front / 2, side_csi_back / 2, side_csi_front / 2, side_csi_back / 2, thick_csi / 2.);
107 const double distance = 0.25 *
KVUnits::m + 0.5 * total_thickness;
123 for (th = tmin; th <= tmax; th += dt) {
126 h = rot2 * trans * rot1;
131 rot1.SetAngles(phi_comp, 0., 0.);
132 rot2.
SetAngles(phi_comp + 90, th_comp, 0);
134 printf(
"nt=%d th=%lf th_comp=%lf\n", nt, th, th_comp);
136 h = rot2 * trans * rot1;
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
R__EXTERN TGeoManager * gGeoManager
char * Form(const char *fmt,...)
Extension of TEnv to allow the writing of comments in the file.
configuration of FAZIA telescopes for NFS experiments
KVFAZIANFS()
Default constructor.
virtual ~KVFAZIANFS()
Destructor.
virtual void BuildFAZIA()
void SetNameOfDetectors(KVEnv &env)
Description of a FAZIA detector geometry.
void SetGeometryImportParameters(Double_t dt=0.25, Double_t dp=1.0, Double_t tmin=2., Double_t pmin=0, Double_t tmax=20., Double_t pmax=360., Double_t xorg=0, Double_t yorg=0, Double_t zorg=0)
Description of physical materials used to construct detectors; interface to range tables.
virtual TGeoMedium * GetGeoMedium(const Char_t *="")
virtual void SetValue(const char *name, const char *value, EEnvLevel level=kEnvChange, const char *type=nullptr)
TGeoVolume * MakeTrd2(const char *name, TGeoMedium *medium, Double_t dx1, Double_t dx2, Double_t dy1, Double_t dy2, Double_t dz)
TGeoVolume * MakeBox(const char *name, TGeoMedium *medium, Double_t dx, Double_t dy, Double_t dz)
TGeoVolumeAssembly * MakeVolumeAssembly(const char *name)
TGeoVolume * GetTopVolume() const
TGeoVolume * MakeEltu(const char *name, TGeoMedium *medium, Double_t a, Double_t b, Double_t dz)
void SetAngles(Double_t phi, Double_t theta, Double_t psi)
virtual void AddNode(TGeoVolume *vol, Int_t copy_no, TGeoMatrix *mat=0, Option_t *option="")
virtual void AddNode(TGeoVolume *vol, Int_t copy_no, TGeoMatrix *mat=0, Option_t *option="")
virtual void SetTitle(const char *title="")
virtual const char * ClassName() const