]> git.uio.no Git - u/mrichter/AliRoot.git/blame - START/AliSTARTv0.cxx
Introducing Riostream.h
[u/mrichter/AliRoot.git] / START / AliSTARTv0.cxx
CommitLineData
4c039060 1/**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * *
4 * Author: The ALICE Off-line Project. *
5 * Contributors are mentioned in the code where appropriate. *
6 * *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
15
16/*
17$Log$
ef0750c2 18Revision 1.14 2001/10/19 05:29:38 alla
19bug in meduim fixed
20
4fdc4526 21Revision 1.13 2001/09/19 18:41:59 alla
22Asimmetric START geometry
23
a94466c5 24Revision 1.12 2001/04/25 14:09:34 alla
25Curent bur fixed
26
9436d88b 27Revision 1.11 2001/04/04 12:10:18 alla
28changes according Coding Convension
29
2ca99a7f 30Revision 1.10 2000/12/04 08:48:19 alibrary
31Fixing problems in the HEAD
32
0cc62300 33Revision 1.9 2000/10/02 21:28:13 fca
34Removal of useless dependecies via forward declarations
35
94de3818 36Revision 1.8 2000/07/13 16:41:29 fca
37New START corrected for coding conventions
38
ef51244a 39Revision 1.7 2000/01/21 15:45:23 fca
40New Version from Alla
41
971579f6 42Revision 1.6 1999/11/12 15:04:00 fca
43Modifications from A.Maevskaya
44
82fc3fb3 45Revision 1.5 1999/09/29 09:24:29 fca
46Introduction of the Copyright and cvs Log
47
971579f6 48*/
4c039060 49
6ca40650 50/////////////////////////////////////////////////////////////////////
51// //
52// START ( T-zero) detector version 0 //
53//
54//Begin Html
55/*
56<img src="gif/AliSTARTv0Class.gif">
57*/
58//End Html
59// //
60// //
61//////////////////////////////////////////////////////////////////////
62
63#include <TMath.h>
64#include <TGeometry.h>
65#include <TTUBE.h>
66#include <TNode.h>
0cc62300 67#include <TLorentzVector.h>
6ca40650 68
69#include "AliSTARTv0.h"
70#include "AliRun.h"
71#include "AliMC.h"
94de3818 72#include "AliMagF.h"
971579f6 73#include "AliSTARThit.h"
6ca40650 74
ef0750c2 75#include <Riostream.h>
76#include <Riostream.h>
6ca40650 77
78//#include "TGeant3.h"
79#include <stdlib.h>
80
81ClassImp(AliSTARTv0)
82
83//--------------------------------------------------------------------
84AliSTARTv0::AliSTARTv0(const char *name, const char *title):
85 AliSTART(name,title)
86{
87 //
88 // Standart constructor for START Detector version 0
89 //
90 fIdSens1=0;
91// setBufferSize(128000);
92}
93//-------------------------------------------------------------------------
94void AliSTARTv0::CreateGeometry()
95{
96 //
97 // Create the geometry of START Detector version 0
98 //
99 // begin Html
100 /*
101 <img src="gif/AliSTARTv0.gif">
102 */
103 //
104
105
971579f6 106 Int_t *idtmed = fIdtmed->GetArray();
a94466c5 107
6ca40650 108 Int_t is;
109 Int_t idrotm[999];
110 Float_t x,y,z;
111
112 Float_t pstart[3]={4.5,10.7,5.3};
a94466c5 113 Float_t pinstart[3]={0.,1.3,5.25};
6ca40650 114 Float_t ppmt[3]={0.,1.3,3.5};
115 Float_t pdivider[3]={0.,1.2,1.75};
116 Float_t pdiv2[3]={0.,1.2,1.25};
117 Float_t pdiv1[3]={0.6,1.2,0.5};
118 Float_t ptop[3]={0.,1.3,1.5};
119 Float_t pbot[3]={0.6,1.2,0.1};
120 Float_t pglass[3]={1.2,1.3,2.};
121 Float_t pcer[3]={0.9,1.1,0.09};
122 Float_t psteel[3]={0.9,1.1,0.01};
123 Float_t ppins[3]={0.6,1.2,0.014};
124 Float_t phole[3]={0.6,1.2,0.015};
125 Float_t pknob[3]={0.5,0.6,0.4};
126 Float_t pknob_vac[3]={0.,0.5,0.4};
127 Float_t pknob_bot[3]={0.,0.6,0.05};
128 Float_t pribber[3] = {0.,1.2,2.413/2.};
129 Float_t presist[3] = {0.,1.2,0.087/2.};
130
a94466c5 131 Float_t zdetRight=69.7,zdetLeft=350;
6ca40650 132 //-------------------------------------------------------------------
133 // START volume
134 //-------------------------------------------------------------------
971579f6 135
a94466c5 136 // Float_t theta=TMath::ATan(6.5/zdet);
137 Float_t thetaRight=(180./3.1415)*TMath::ATan(6.5/zdetRight);
138 Float_t thetaLeft=(180./3.1415)*TMath::ATan(6.5/zdetLeft);
6ca40650 139 AliMatrix(idrotm[901], 90., 0., 90., 90., 180., 0.);
a94466c5 140
141 gMC->Gsvolu("0STR","TUBE",idtmed[1],pstart,3);
142 gMC->Gsvolu("0STL","TUBE",idtmed[1],pstart,3);
143 gMC->Gspos("0STR",1,"ALIC",0.,0.,zdetRight+pstart[2],0,"ONLY");
144 gMC->Gspos("0STL",1,"ALIC",0.,0.,-zdetLeft-pstart[2],idrotm[901],"ONLY");
6ca40650 145
146//START interior
a94466c5 147 gMC->Gsvolu("0INS","TUBE",idtmed[1],pinstart,3);
2ca99a7f 148 gMC->Gsvolu("0PMT","TUBE",idtmed[3],ppmt,3);
149 gMC->Gsvolu("0DIV","TUBE",idtmed[3],pdivider,3);
6ca40650 150
ef51244a 151// first ring: 12 units of Scintillator+PMT+divider
971579f6 152 Double_t dang1 = 2*TMath::Pi()/12;
153 for (is=1; is<=12; is++)
154 {
a94466c5 155 AliMatrix(idrotm[901+is],
156 90.-thetaRight, 30.*is,
157 90., 90.+30.*is,
158 thetaRight, 180.+30.*is);
971579f6 159 x=6.5*TMath::Sin(is*dang1);
160 y=6.5*TMath::Cos(is*dang1);
a94466c5 161 z=-pstart[2]+pinstart[2];
162 gMC->Gspos("0INS",is,"0STR",x,y,z,idrotm[901+is],"ONLY");
163
164 }
165 for (is=1; is<=12; is++)
166 {
167 AliMatrix(idrotm[901+is],
168 90.-thetaLeft, 30.*is,
169 90., 90.+30.*is,
170 thetaLeft, 180.+30.*is);
171
172 x=6.5*TMath::Sin(is*dang1);
173 y=6.5*TMath::Cos(is*dang1);
174 z=-pstart[2]+pinstart[2];
175 gMC->Gspos("0INS",is,"0STL",x,y,z,idrotm[901+is],"ONLY");
176
971579f6 177 }
a94466c5 178 x=0;
179 y=0;
180 z=-pinstart[2]+ppmt[2];
181 if(fDebug) printf("%s: is %d, z Divider %f\n",ClassName(),is,z);
182 gMC->Gspos("0PMT",1,"0INS",x,y,z,0,"ONLY");
183 z=pinstart[2]-pdivider[2];
184 gMC->Gspos("0DIV",1,"0INS",x,y,z,0,"ONLY");
185
971579f6 186 /*
6ca40650 187//second ring: 20 units of Scintillator+PMT+divider
971579f6 188 Double_t dang2 = 2*TMath::Pi()/26;
189 Double_t dang3 = 2*TMath::Pi()/20;
190 for (is=14; is<=33;is++)
191 {
192 x=9.3*TMath::Sin(dang2+(is-13)*dang3);
193 y=9.3*TMath::Cos(dang2+(is-13)*dang3);
6ca40650 194 z=-pstart[2]+ppmt[2];
a94466c5 195 gMC->Gspos("0PMT",is,"0STA",x,y,z,0,"ONLY");
971579f6 196 z=z+ppmt[2]+pdiv2[2];
a94466c5 197 gMC->Gspos("0DIV",is,"0STA",x,y,z,0,"ONLY");
971579f6 198 }
199 */
6ca40650 200// PMT
201
971579f6 202 // Entry window (glass)
a94466c5 203 // gMC->Gsvolu("0TOP","TUBE",idtmed[6],ptop,3);
204 gMC->Gsvolu("0TOP","TUBE",idtmed[12],ptop,3); //lucite
205 z=-ppmt[2]+ptop[2];
2ca99a7f 206 gMC->Gspos("0TOP",1,"0PMT",0,0,z,0,"ONLY");
971579f6 207 // printf("Z PTOP %f -ppmt[2] %f ptop[2] %f\n",z,-ppmt[2],ptop[2]);
a94466c5 208
971579f6 209 // Bottom glass
a94466c5 210 gMC->Gsvolu("0BOT","TUBE",idtmed[6],pbot,3);
971579f6 211 z=ppmt[2]-pbot[2];
a94466c5 212 if(fDebug) printf("%s: Z bottom %f\n",ClassName(),z);
213 gMC->Gspos("0BOT",1,"0PMT",0,0,z,0,"ONLY");
971579f6 214 // Side cylinder glass
a94466c5 215 gMC->Gsvolu("0OUT","TUBE",idtmed[6],pglass,3);
971579f6 216 z=ppmt[2]-pglass[2];
217 // printf("Z glass %f\n",z);
a94466c5 218 gMC->Gspos("0OUT",1,"0PMT",0,0,z,0,"ONLY");
971579f6 219 //PMT electrodes support structure
a94466c5 220 gMC->Gsvolu("0CER","TUBE",idtmed[4],pcer,3);
221 gMC->Gsvolu("0STE","TUBE",idtmed[8],psteel,3);
971579f6 222 z=-ppmt[2]+2*ptop[2]+0.3;;
223 // printf("Z Cer 1 %f\n",z);
224 for (is=1; is<=15; is++)
6ca40650 225 {
971579f6 226 z=z+psteel[2]+pcer[2];
a94466c5 227 gMC->Gspos("0CER",is,"0PMT",0,0,z,0,"ONLY");
971579f6 228 z=z+psteel[2]+pcer[2];
a94466c5 229 gMC->Gspos("0STE",is,"0PMT",0,0,z,0,"ONLY");
971579f6 230 }
231
232 // Divider
233 // Knob at the bottom of PMT baloon
234
a94466c5 235 gMC->Gsvolu("0NB","TUBE",idtmed[6],pknob,3);
971579f6 236 z=-pdivider[2]+pknob[2];
237 // printf("zknob %f\n",z);
a94466c5 238 gMC->Gspos("0NB",1,"0DIV",0,0,z,0,"ONLY");
2ca99a7f 239 gMC->Gsvolu("0KB","TUBE",idtmed[6],pknob_bot,3);
971579f6 240 z=-pdivider[2]+2*pknob[2]+pknob_bot[2];
a94466c5 241 // printf(knobbot %f\n",z);
242 gMC->Gspos("0KB",1,"0DIV ",0,0,z,0,"ONLY");
243 gMC->Gsvolu("0VAC","TUBE",idtmed[3],pknob_vac,3);
971579f6 244 z=-pdivider[2]+pknob_vac[2];
245 // printf("knobvac %f\n",z);
a94466c5 246 gMC->Gspos("0VAC",1,"0DIV",0,0,z,0,"ONLY");
971579f6 247 //Steel pins + pin holes
a94466c5 248 gMC->Gsvolu("0PIN","TUBE",idtmed[8],ppins,3);
971579f6 249 z=-pdivider[2]+ppins[2];
a94466c5 250 gMC->Gspos("0PIN",1,"0DIV",0,0,z,0,"ONLY");
251 gMC->Gsvolu("0HOL","TUBE",idtmed[11],phole,3);
971579f6 252 z=-pdivider[2]+2*ppins[2]+phole[2];
a94466c5 253 gMC->Gspos("0HOL",1,"0DIV",0,0,z,0,"ONLY");
971579f6 254
255 //Socket
2ca99a7f 256 gMC->Gsvolu("0V1","TUBE",idtmed[4],pdiv1,3);
971579f6 257 z=-pdivider[2]+pdiv1[2];
2ca99a7f 258 gMC->Gspos("0V1",1,"0DIV",0,0,z,0,"ONLY");
971579f6 259 //Resistors
2ca99a7f 260 gMC->Gsvolu("0V2","TUBE",idtmed[1],pdiv2,3);
971579f6 261 z=pdivider[2]-pdiv2[2];
2ca99a7f 262 gMC->Gspos("0V2",1,"0DIV",0,0,z,0,"ONLY");
a94466c5 263 gMC->Gsvolu("0RS","TUBE",idtmed[4],presist,3);
971579f6 264 z=-pdiv2[2]+presist[2];
a94466c5 265 gMC->Gspos("0RS",1,"0V2",0,0,z,0,"ONLY");
2ca99a7f 266 gMC->Gsvolu("0RB","TUBE",idtmed[9],pribber,3);
971579f6 267 z=pdiv2[2]-pribber[2];
2ca99a7f 268 gMC->Gspos("0RB",1,"0V2",0,0,z,0,"ONLY");
971579f6 269 // printf("z DRIB %f\n",z);
a94466c5 270
971579f6 271
6ca40650 272}
a94466c5 273
274
275
276
6ca40650 277//------------------------------------------------------------------------
278void AliSTARTv0::CreateMaterials()
279{
ef51244a 280 Int_t isxfld = gAlice->Field()->Integ();
281 Float_t sxmgmx = gAlice->Field()->Max();
6ca40650 282 Float_t a,z,d,radl,absl,buf[1];
283 Int_t nbuf;
284
285// Scintillator CH
82fc3fb3 286 Float_t ascin[2]={1.01,12.01};
287 Float_t zscin[2]={1,6};
288 Float_t wscin[2]={1,1};
289 Float_t denscin=1.03;
6ca40650 290// PMT glass SiO2
971579f6 291 Float_t aglass[2]={28.0855,15.9994};
292 Float_t zglass[2]={14.,8.};
293 Float_t wglass[2]={1.,2.};
294 Float_t dglass=2.65;
6ca40650 295// Ceramic 97.2% Al2O3 , 2.8% SiO2
971579f6 296 Float_t acer[2],zcer[2],wcer[2]={0.972,0.028};
297 Float_t aal2o3[2] = { 26.981539,15.9994 };
298 Float_t zal2o3[2] = { 13.,8. };
299 Float_t wal2o3[2] = { 2.,3. };
300 Float_t denscer = 3.6;
6ca40650 301
302// Brass 80% Cu, 20% Zn
303 Float_t abrass[2] = {63.546,65.39};
304 Float_t zbrass[2] = {29,30};
305 Float_t wbrass[2] = {0.8,0.2};
306 Float_t denbrass=8.96;
307
308//Ribber C6H12S
309 Float_t aribber[3] = {12.,1.,32.};
310 Float_t zribber[3] = {6.,1.,16.};
311 Float_t wribber[3] = {6.,12.,1.};
312 Float_t denribber=0.8;
971579f6 313 /*
314// Definition Cherenkov parameters
315 Float_t ppckov[14] = { 5.63e-9,5.77e-9,5.9e-9,6.05e-9,6.2e-9,6.36e-9,6.52e-9,6.7e-9,6.88e-9,7.08e-9,7.3e-9,7.51e-9,7.74e-9,8e-9 };
316 Float_t rindex_quarz[14] = { 1.528309,1.533333,
317 1.538243,1.544223,1.550568,1.55777,
318 1.565463,1.574765,1.584831,1.597027,
319 1.611858,1.6277,1.6472,1.6724 };
6ca40650 320
971579f6 321 Float_t absco_quarz[14] = { 20.126,16.27,13.49,11.728,9.224,8.38,7.44,7.17,
322 6.324,4.483,1.6,.323,.073,0. };
323 */
324 // Int_t *idtmed = fIdtmed->GetArray()-999;
325
326 // TGeant3 *geant3 = (TGeant3*) gMC;
327
6ca40650 328//*** Definition Of avaible START materials ***
971579f6 329 AliMaterial(0, "START Steel$", 55.850,26.,7.87,1.76,999);
330 AliMaterial(1, "START Vacuum$", 1.e-16,1.e-16,1.e-16,1.e16,999);
331 AliMaterial(2, "START Air$", 14.61, 7.3, .001205, 30423.,999);
332
333 AliMixture( 3, "Al2O3 $", aal2o3, zal2o3, denscer, -2, wal2o3);
334 AliMixture( 4, "PMT glass $",aglass,zglass,dglass,-2,wglass);
335 char namate[21];
336 gMC->Gfmate((*fIdmate)[3], namate, a, z, d, radl, absl, buf, nbuf);
337 acer[0]=a;
338 zcer[0]=z;
339 gMC->Gfmate((*fIdmate)[4], namate, a, z, d, radl, absl, buf, nbuf);
340 acer[1]=a;
341 zcer[1]=z;
342
343 AliMixture( 9, "Ceramic $", acer, zcer, denscer, 2, wcer);
344 AliMixture( 5, "Scintillator$",ascin,zscin,denscin,-2,wscin);
345 AliMixture( 6, "Brass $", abrass, zbrass, denbrass, 2, wbrass);
346
347 AliMixture( 7, "Ribber $",aribber,zribber,denribber,-3,wribber);
348
349
ef51244a 350 AliMedium(1, "START Air$", 2, 0, isxfld, sxmgmx, 10., .1, 1., .003, .003);
351 AliMedium(2, "Scintillator$", 5, 1, isxfld, sxmgmx, 10., .01, 1., .003, .003);
352 AliMedium(3, "Vacuum$", 1, 0, isxfld, sxmgmx, 10., .01, .1, .003, .003);
353 AliMedium(4, "Ceramic$", 9, 0, isxfld, sxmgmx, 10., .01, .1, .003, .003);
354 AliMedium(6, "Glass$", 4, 0, isxfld, sxmgmx, 10., .01, .1, .003, .003);
355 AliMedium(8, "Steel$", 0, 0, isxfld, sxmgmx, 1., .001, 1., .001, .001);
356 AliMedium(11, "Brass $", 6, 0, isxfld, sxmgmx, 10., .01, .1, .003, .003);
357 AliMedium(9, "Ribber $", 7, 0, isxfld, sxmgmx, 10., .01, .1, .003, .003);
4fdc4526 358 AliMedium(12, "Lucite$", 8, 1, isxfld, sxmgmx, 10., .01, 1., .003, .003);
6ca40650 359
971579f6 360// geant3->Gsckov(idtmed[2105], 14, ppckov, absco_quarz, effic_all,rindex_quarz);
6ca40650 361
362}
363//---------------------------------------------------------------------
77ee006c 364void AliSTARTv0::DrawModule()
6ca40650 365{
366//
367// Draw a shaded view of the Forward multiplicity detector version 0
368//
971579f6 369
370 //Set ALIC mother transparent
371 gMC->Gsatt("ALIC","SEEN",0);
372 //
373 //Set volumes visible
2ca99a7f 374 gMC->Gsatt("0STA","SEEN",0);
375 gMC->Gsatt("0PMT","SEEN",1);
376 gMC->Gsatt("0DIV","SEEN",1);
971579f6 377 //
378 gMC->Gdopt("hide","on");
379 gMC->Gdopt("shad","on");
380 gMC->SetClipBox(".");
381 gMC->SetClipBox("*",0,1000,-1000,1000,-1000,1000);
382 gMC->DefaultRange();
383 gMC->Gdraw("alic",40,30,0,12,9.5,.7,0.7);
384 gMC->Gdhead(1111,"T-Zero detector");
385 gMC->Gdopt("hide","off");
6ca40650 386}
971579f6 387
6ca40650 388//-------------------------------------------------------------------
389void AliSTARTv0::Init()
390{
971579f6 391// Initialises version 0 of the Forward Multiplicity Detector
392//
393//Int_t *idtmed = gAlice->Idtmed();
ca7295b2 394 AliSTART::Init();
2ca99a7f 395 fIdSens1=gMC->VolId("0TOP");
ca7295b2 396 printf("*** START version 0 initialized ***\n");
6ca40650 397
398}
399
400//-------------------------------------------------------------------
401
402void AliSTARTv0::StepManager()
403{
404 //
405 // Called for every step in the START Detector
a94466c5 406 // See AliSTARTv1
407
971579f6 408}
a94466c5 409//---------------------------------------------------------------------
410
971579f6 411
412
413
6ca40650 414
415
416
417
418
419