]> git.uio.no Git - u/mrichter/AliRoot.git/blame - FMD/AliFMDv0.cxx
coding conventions corrections
[u/mrichter/AliRoot.git] / FMD / AliFMDv0.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 **************************************************************************/
d28dcc0d 15 /////////////////////////////////////////////////////////////////////
16// //
17// Forward Multiplicity detector based on Silicon version 0 //
18//
19//Begin Html
fe4da5cc 20/*
d28dcc0d 21<img src="gif/AliFMDv0Class.gif">
fe4da5cc 22*/
d28dcc0d 23//End Html
24// //
25// //
26//////////////////////////////////////////////////////////////////////
fe4da5cc 27
d28dcc0d 28#include <TMath.h>
29#include <TGeometry.h>
30#include <TTUBE.h>
31#include <TNode.h>
32#include <TLorentzVector.h>
fe4da5cc 33#include "AliFMDv0.h"
d28dcc0d 34#include "AliRun.h"
93bdec82 35#include <Riostream.h>
f277ac7c 36#include "AliRndm.h"
94de3818 37#include "AliMagF.h"
d28dcc0d 38#include "AliFMDhit.h"
39#include <stdlib.h>
94de3818 40
d28dcc0d 41//class TGeant3;
fe4da5cc 42ClassImp(AliFMDv0)
d28dcc0d 43
44//--------------------------------------------------------------------
45AliFMDv0::AliFMDv0(const char *name, const char *title):
46 AliFMD(name,title)
fe4da5cc 47{
48 //
d28dcc0d 49 // Standart constructor for Forward Multiplicity Detector version 0
fe4da5cc 50 //
d28dcc0d 51 fIdSens1=0;
37c55dc0 52 fIdSens2=0;
53 fIdSens3=0;
54 fIdSens4=0;
55 fIdSens5=0;
d28dcc0d 56// setBufferSize(128000);
fe4da5cc 57}
d28dcc0d 58//-------------------------------------------------------------------------
37c55dc0 59
fe4da5cc 60void AliFMDv0::CreateGeometry()
61{
d28dcc0d 62 //
63 // Create the geometry of Forward Multiplicity Detector version 0
37c55dc0 64 //Detector consists of 5 volumes:
65 // 1st covered pseudorapidity interval from 3.58 to 2.03
66 // and placed on 62.8cm in Z-direction;
67 // 2nd - from 1.94 to 1.51 and Z=75.2 cm;
d28dcc0d 68 // 3d - the same pseudorapidity interval as the 1st
37c55dc0 69 // but on the other side from the interaction point z=-62.8cm;
d28dcc0d 70 // 4th - simmetricaly with the 2nd :
37c55dc0 71 // pseudorapidity from 1.94 to 1.51, Z=-75.2cm
72 // 5th - from 3.71 to 5.28, Z=-345cm
73 // Each part has 300mkm Si (sensetive area, detector itself),
d28dcc0d 74 // 0.75cm of plastic simulated electronics material,
75 // Al support ring 2cm thickness and 1cm width placed on
76 // the outer radius of each Si disk;
37c55dc0 77 //
d28dcc0d 78 // begin Html
fe4da5cc 79 /*
d28dcc0d 80 <img src="gif/AliFMDv0.gif">
37c55dc0 81 */
d28dcc0d 82 //
83
84 Int_t *idtmed = fIdtmed->GetArray();
d28dcc0d 85 Int_t ifmd;
86 Int_t idrotm[999];
87 Float_t zfmd,par[3];
37c55dc0 88 char name[5], nameSi[5], nameSector[5], nameRing[5];
d28dcc0d 89
90 Float_t rin[6], rout[6],zpos;
37c55dc0 91
c45743f9 92 Float_t etain[5]= {3.40, 2.29, 3.68, 2.29, 5.09};
93 Float_t etaout[6]={2.01, 1.70, 2.28, 1.70, 3.68};
37c55dc0 94 // Float_t z[6]={64., 85., -64., -85., -270., -630};
c45743f9 95 Float_t z[6]={62.8, 75.2, -83.4, -75.2, -340.};
37c55dc0 96 Float_t zDet=0.03;
97 Float_t zElectronic=0.1;
98 Float_t zSupport=1.;
37c55dc0 99
100 Float_t zFMD=1.;
d28dcc0d 101//-------------------------------------------------------------------
102 // FMD
103 //------------------------------------------------------------------
c45743f9 104 cout<<" !!!!!!!!!!!New FMD geometry !!!!!!!!!"<<endl;
d28dcc0d 105
106 AliMatrix(idrotm[901], 90, 0, 90, 90, 180, 0);
107
37c55dc0 108 // gMC->Gsvolu("GSI","TUBE", idtmed[1], par, 0);
d28dcc0d 109 gMC->Gsvolu("GEL ","TUBE", idtmed[4], par, 0);
110 gMC->Gsvolu("GSUP","TUBE", idtmed[2], par, 0);
111
37c55dc0 112 for (ifmd =0; ifmd < 5; ifmd++){
d28dcc0d 113
37c55dc0 114 sprintf(name,"FMD%d",ifmd+1);
115 sprintf(nameSi,"GSI%d",ifmd+1);
116 sprintf(nameSector,"GSC%d",ifmd+1);
117 sprintf(nameRing,"GRN%d",ifmd+1);
118 printf(name,nameSi);
d28dcc0d 119
120 zfmd=TMath::Abs(z[ifmd]);
37c55dc0 121 printf("zfmd %f z[ifmd] %f",zfmd,z[ifmd]);
d28dcc0d 122 AliFMD::Eta2Radius(etain[ifmd],zfmd,&rin[ifmd]);
123 AliFMD::Eta2Radius(etaout[ifmd],zfmd,&rout[ifmd]);
124
125 par[0]=rin[ifmd]; // pipe size
126 par[1]=rout[ifmd];
127 par[2]=zFMD/2;
128 gMC->Gsvolu(name,"TUBE", idtmed[3], par, 3);
37c55dc0 129 // par[2]=zDet/2;
130 gMC->Gsvolu(nameSi,"TUBE", idtmed[1], par, 0);
d28dcc0d 131
37c55dc0 132 printf ("rin %f rout %f ZFMD %f\n",par[0],par[1],z[ifmd]);
d28dcc0d 133 if (z[ifmd] < 0){
134 gMC->Gspos(name,1,"ALIC",0,0,z[ifmd],0, "ONLY");}
135 else {
136 gMC->Gspos(name,1,"ALIC",0,0,z[ifmd],idrotm[901], "ONLY");}
137 //Silicon detector
138 par[2]=zDet/2;
139 zpos=zFMD/2 -par[2];
37c55dc0 140 gMC->Gsposp(nameSi,ifmd+1,name,0,0,zpos,0, "ONLY",par,3);
141 cout<<" Si "<<nameSi<<" ifmd "<<ifmd<<" rin "<<par[0]<<" rout "<<par[1]<<
142 " zDet "<<par[2]<<endl;
143 //Granularity
144 cout<<"fSectorsSi1 "<<fSectorsSi1<<
145 " fRingsSi1 "<<fRingsSi1<<
146 " fSectorsSi2 "<<fSectorsSi2<<
147 " fRingsSi2 "<<fRingsSi2<<endl;
148 if(ifmd==1||ifmd==3)
149 {
150 gMC->Gsdvn(nameSector, nameSi , fSectorsSi2, 2);
151 gMC->Gsdvn(nameRing, nameSector, fRingsSi2, 1);
152 }
153 else
154 {
155 gMC->Gsdvn(nameSector, nameSi , fSectorsSi1, 2);
156 gMC->Gsdvn(nameRing, nameSector , fRingsSi1, 1);
157 }
d28dcc0d 158
159 //Plastic slice for electronics
160 par[2]=zElectronic/2;
161 zpos=zpos-zDet/2-par[2];
162 gMC->Gsposp("GEL ",ifmd+1,name,0,0,zpos,0, "ONLY",par,3);
163
164 //Simple Al support
165 par[1]=rout[ifmd];
166 par[0]=rout[ifmd]-2;
167 par[2]=zSupport/2;
168 zpos=zpos-zElectronic/2-par[2];
37c55dc0 169 // gMC->Gsposp("GSUP",ifmd+1,name,0,0,zpos,0, "ONLY",par,3);
d28dcc0d 170
171
172 }
fe4da5cc 173
d28dcc0d 174}
37c55dc0 175
176
d28dcc0d 177//------------------------------------------------------------------------
178void AliFMDv0::CreateMaterials()
179{
180 Int_t isxfld = gAlice->Field()->Integ();
181 Float_t sxmgmx = gAlice->Field()->Max();
fe4da5cc 182
d28dcc0d 183 // Plastic CH
184 Float_t aPlastic[2]={1.01,12.01};
185 Float_t zPlastic[2]={1,6};
186 Float_t wPlastic[2]={1,1};
187 Float_t denPlastic=1.03;
188 //
189
190 //*** Definition Of avaible FMD materials ***
191 AliMaterial(0, "Si chip$", 28.0855,14.,2.33,9.36,999);
192 AliMaterial(1, "Al supprt$", 26.980,13.,2.70,8.9,999);
193 AliMaterial(2, "FMD Air$", 14.61, 7.3, .001205, 30423.,999);
194 AliMixture( 5, "Plastic$",aPlastic,zPlastic,denPlastic,-2,wPlastic);
195
fe4da5cc 196
d28dcc0d 197//**
198 AliMedium(1, "Si chip$", 0, 1, isxfld, sxmgmx, 1., .001, 1., .001, .001);
199 AliMedium(2, "Al support$", 1, 0, isxfld, sxmgmx, 1., .001, 1., .001, .001);
200 AliMedium(3, "FMD air$", 2, 0, isxfld, sxmgmx, 1., .001, 1., .001, .001);
201 AliMedium(4, "Plastic$", 5, 0,isxfld, sxmgmx, 10., .01, 1., .003, .003);
202
203
204
205}
206//---------------------------------------------------------------------
207void AliFMDv0::DrawDetector()
fe4da5cc 208{
d28dcc0d 209//
210// Draw a shaded view of the Forward multiplicity detector version 0
211//
fe4da5cc 212
d28dcc0d 213
214//Set ALIC mother transparent
5d02ea6f 215gMC->Gsatt("ALIC","SEEN",0);
d28dcc0d 216//
217//Set volumes visible
218gMC->Gsatt("FMD0","SEEN",1);
219gMC->Gsatt("FMD1","SEEN",1);
220gMC->Gsatt("FMD2","SEEN",1);
221gMC->Gsatt("FMD3","SEEN",1);
222gMC->Gsatt("FMD4","SEEN",1);
223gMC->Gsatt("FMD5","SEEN",1);
224
225//
226gMC->Gdopt("hide","on");
227gMC->Gdopt("shad","on");
228gMC->SetClipBox(".");
229gMC->SetClipBox("*",0,1000,-1000,1000,-1000,1000);
230gMC->DefaultRange();
231gMC->Gdraw("alic",40,30,0,12,9.5,.2,0.2);
232gMC->Gdhead(1111,"Forward multiplicity detector");
233gMC->Gdopt("hide","off");
234}
235//-------------------------------------------------------------------
236void AliFMDv0::Init()
237{
238// Initialises version 0 of the Forward Multiplicity Detector
239//
d28dcc0d 240AliFMD::Init();
37c55dc0 241fIdSens1=gMC->VolId("GRN1");
242fIdSens2=gMC->VolId("GRN2");
243fIdSens3=gMC->VolId("GRN3");
244fIdSens4=gMC->VolId("GRN4");
245fIdSens5=gMC->VolId("GRN5");
0422d7f8 246if (fDebug) printf("*** FMD version 0 initialized ***\n");
fe4da5cc 247}
248
d28dcc0d 249//-------------------------------------------------------------------
250
251void AliFMDv0::StepManager()
fe4da5cc 252{
253 //
d28dcc0d 254 // Called for every step in the Forward Multiplicity Detector
fe4da5cc 255 //
37c55dc0 256}
fe4da5cc 257