X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliHALL.cxx;h=081df85bd1fcc2f85be0474938e42818c6751ba9;hb=65acf7d648f0ad8636c5cda00e3d7db1fd9360be;hp=ccae59db52149f503cc9e27b164eb73532a68723;hpb=60404de7fbf9647f20c39998b24c9752576a658c;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliHALL.cxx b/STRUCT/AliHALL.cxx index ccae59db521..081df85bd1f 100644 --- a/STRUCT/AliHALL.cxx +++ b/STRUCT/AliHALL.cxx @@ -13,18 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -Revision 1.8 2000/06/11 12:35:41 morsch -Coding rule violations corrected - -Revision 1.7 2000/01/12 15:33:28 morsch -Muon filter removed - -Revision 1.6 1999/09/29 09:24:30 fca -Introduction of the Copyright and cvs Log - -*/ +/* $Id$ */ /////////////////////////////////////////////////////////////////////////////// // // @@ -47,9 +36,13 @@ Introduction of the Copyright and cvs Log // // /////////////////////////////////////////////////////////////////////////////// +#include + +#include "AliConst.h" #include "AliHALL.h" +#include "AliMagF.h" #include "AliRun.h" -#include "AliConst.h" +#include "AliLog.h" ClassImp(AliHALL) @@ -68,9 +61,9 @@ AliHALL::AliHALL(const char *name, const char *title) // // Standard constructor for the experimental Hall // - SetMarkerColor(7); - SetMarkerStyle(2); - SetMarkerSize(0.4); + //PH SetMarkerColor(7); + //PH SetMarkerStyle(2); + //PH SetMarkerSize(0.4); } //_____________________________________________________________________________ @@ -105,7 +98,7 @@ void AliHALL::CreateGeometry() Float_t r2; - Float_t phid, phim, tpar[3], pbox[3], h, r, tspar[5]; + Float_t phid, phim, pbox[3], h, r, tspar[5]; Float_t w1, dh, am, bm, dl,cm, hm, dr, dx, xl; Int_t idrotm[1999]; Float_t trdpar[4], trapar[11], hullen; @@ -119,17 +112,17 @@ void AliHALL::CreateGeometry() h = 140.; phi = TMath::ACos(h / r); xl = r * TMath::Sin(phi); - dr = 100.; + dr = 1600.; dh = dr * TMath::Cos(phi); dl = dr * TMath::Sin(phi); if (gAlice->GetModule("ZDC") == 0) { // No ZDC - hullen = 250.; + hullen = 370.; } else { // ZDC is present - hullen = 6400.; + hullen = 6520.; } trdpar[0] = xl + dl; trdpar[1] = xl; @@ -138,8 +131,8 @@ void AliHALL::CreateGeometry() AliMatrix(idrotm[1900], 90., 0., 0., 0., 90., 90.); AliMatrix(idrotm[1901], 270., 0., 90., 90., 0., 0.); gMC->Gsvolu("HUFL", "TRD1", idtmed[1956], trdpar, 4); - r2 = hullen + 2020.; - gMC->Gspos("HUFL", 1, "ALIC", 70.,-100-trdpar[3] , r2, idrotm[1900], "ONLY"); + r2 = hullen + 1900.; + gMC->Gspos("HUFL", 1, "ALIC", 70.,-100-trdpar[3] , -r2, idrotm[1900], "ONLY"); // RB24/26 wall @@ -150,24 +143,21 @@ void AliHALL::CreateGeometry() tspar[3] = phid - 90.; tspar[4] = 270. - phid; gMC->Gsvolu("HUWA", "TUBS", idtmed[1956], tspar, 5); - gMC->Gspos("HUWA", 1, "ALIC", 70., 40.,2020+hullen , 0, "ONLY"); - - // tunnelplug - - tpar[0] = 0.; - tpar[1] = 50.; - tpar[2] = 60.; - gMC->Gsvolu("HUP2", "TUBE", idtmed[1954], tpar, 3); + gMC->Gspos("HUWA", 1, "ALIC", 70., 40., -1900 - hullen , 0, "ONLY"); // END WALL - - pbox[0] = 1200.; - pbox[1] = 1300.; - pbox[2] = 60.; - gMC->Gsvolu("HEW1", "BOX ", idtmed[1956], pbox, 3); - gMC->Gspos("HUP2", 1, "HEW1", 0.,-404., 0., 0, "ONLY"); - gMC->Gspos("HEW1", 1, "ALIC", 0., 404., 1960, 0, "ONLY"); - + //gMC->Gsvolu("HEW1", "BOX ", idtmed[1956], pbox, 0); + //pbox[0] = 600.; + //pbox[1] = 418.; + //pbox[2] = 60.; + //gMC->Gsposp("HEW1", 1, "ALIC", 0., -pbox[1]-60., -1960, 0, "ONLY", pbox, 3); + //pbox[1] = 822.; + //gMC->Gsposp("HEW1", 2, "ALIC", 0., pbox[1]+60., -1960, 0, "ONLY", pbox, 3); + //pbox[0] = 270.; + //pbox[1] = 60.; + //gMC->Gsposp("HEW1", 3, "ALIC", pbox[0]+60., 0. , -1960, 0, "ONLY", pbox, 3); + //gMC->Gsposp("HEW1", 4, "ALIC", -pbox[0]-60., 0. , -1960, 0, "ONLY", pbox, 3); + // hall floor phid = 16.197; @@ -262,28 +252,28 @@ void AliHALL::CreateGeometry() // pillars for working platform pbox[0] = 40.; - pbox[1] = 120.; + pbox[1] = 96.; pbox[2] = 550.; gMC->Gsvolu("HPIL", "BOX ", idtmed[1956], pbox, 3); - gMC->Gspos("HPIL", 1, "ALIC", 165.,-706+pbox[1] , 1350., 0, "ONLY"); - gMC->Gspos("HPIL", 2, "ALIC",-165.,-706+pbox[1] , 1350., 0, "ONLY"); - - // concrete beam shield - - pbox[0] = 402.5; - pbox[1] = 260.; - pbox[2] = 120.; - gMC->Gsvolu("HMBS", "BOX ", idtmed[1956], pbox, 3); - pbox[0] = 85.; - pbox[1] = 100.; - gMC->Gsvolu("HBBS", "BOX ", idtmed[1956], pbox, 3); - gMC->Gspos("HBBS", 1, "HMBS", -157.5, 0., 0., 0, "ONLY"); - pbox[0] = 40.; - pbox[1] = 130.; - gMC->Gsvolu("HPBS", "BOX ", idtmed[1956], pbox, 3); - gMC->Gspos("HPBS", 1, "HMBS", 202.5, 30., 0., 0, "ONLY"); - gMC->Gspos("HMBS", 1, "ALIC", 157.5, -50., -820., 0, "ONLY"); - + gMC->Gspos("HPIL", 1, "ALIC", 165.,-706+pbox[1] , -1350., 0, "ONLY"); + gMC->Gspos("HPIL", 2, "ALIC",-165.,-706+pbox[1] , -1350., 0, "ONLY"); + + // simple concrete beam shield + + Float_t ppgon[10]; + ppgon[0] = 45.; + ppgon[1] = 360.; + ppgon[2] = 4.; + ppgon[3] = 2.; + ppgon[7] = 1800.; + ppgon[8] = 150.; + ppgon[9] = 250.; + ppgon[4] = 720.; + ppgon[5] = 150.; + ppgon[6] = 250.; + + gMC->Gsvolu("HMBS", "PGON", idtmed[1956], ppgon, 10); + gMC->Gspos("HMBS", 1, "ALIC", 0., 70., 0., 0, "ONLY"); } //_____________________________________________________________________________ @@ -292,28 +282,34 @@ void AliHALL::CreateMaterials() // // Create materials for the experimental hall // - - - Int_t isxfld = gAlice->Field()->Integ(); + + Int_t isxfld = 0; Float_t sxmgmx = gAlice->Field()->Max(); Float_t aconc[10] = { 1.,12.01,15.994,22.99,24.305,26.98,28.086,39.1,40.08,55.85 }; Float_t zconc[10] = { 1.,6.,8.,11.,12.,13.,14.,19.,20.,26. }; Float_t wconc[10] = { .01,.001,.529107,.016,.002,.033872,.337021,.013,.044,.014 }; + Float_t aAir[4]={12.0107,14.0067,15.9994,39.948}; + Float_t zAir[4]={6.,7.,8.,18.}; + Float_t wAir[4]={0.000124,0.755267,0.231781,0.012827}; + Float_t dAir = 1.20479E-3; + Float_t epsil, stmin, deemax, tmaxfd, stemax; // FOR CONCRETE - AliMaterial(10, "IRON$ ", 55.85, 26., 7.87, 1.76, 17.1); - AliMaterial(30, "IRON$ ", 55.85, 26., 7.87, 1.76, 17.1); - AliMaterial(50, "IRON$ ", 55.85, 26., 7.87, 1.76, 17.1); - AliMaterial(15, "AIR$ ", 14.61, 7.3, .001205, 30423.24, 67500); - AliMaterial(35, "AIR$ ", 14.61, 7.3, .001205, 30423.24, 67500); - AliMaterial(55, "AIR$ ", 14.61, 7.3, .001205, 30423.24, 67500); - AliMixture(17, "CONCRETE$", aconc, zconc, 2.35, 10, wconc); - AliMixture(37, "CONCRETE$", aconc, zconc, 2.35, 10, wconc); - AliMixture(57, "CONCRETE$", aconc, zconc, 2.35, 10, wconc); + AliMaterial(10, "IRON0$ ", 55.85, 26., 7.87, 1.76, 17.1); + AliMaterial(30, "IRON1$ ", 55.85, 26., 7.87, 1.76, 17.1); + AliMaterial(50, "IRON2$ ", 55.85, 26., 7.87, 1.76, 17.1); + + AliMixture(15, "AIR0$ ", aAir, zAir, dAir, 4, wAir); + AliMixture(35, "AIR1$ ", aAir, zAir, dAir, 4, wAir); + AliMixture(55, "AIR2$ ", aAir, zAir, dAir, 4, wAir); + + AliMixture(17, "CONCRETE0$", aconc, zconc, 2.35, 10, wconc); + AliMixture(37, "CONCRETE1$", aconc, zconc, 2.35, 10, wconc); + AliMixture(57, "CONCRETE2$", aconc, zconc, 2.35, 10, wconc); // **************** // Defines tracking media parameters. @@ -353,19 +349,21 @@ void AliHALL::Init() // Int_t i; // - printf("\n"); - for(i=0;i<35;i++) printf("*"); - printf(" HALL_INIT "); - for(i=0;i<35;i++) printf("*"); - printf("\n"); - // - // Here the HALL initialisation code (if any!) - for(i=0;i<80;i++) printf("*"); - printf("\n"); + if(AliLog::GetGlobalDebugLevel()>0) { + printf("\n%s: ",ClassName()); + for(i=0;i<35;i++) printf("*"); + printf(" HALL_INIT "); + for(i=0;i<35;i++) printf("*"); + printf("\n%s: ",ClassName()); + // + // Here the HALL initialisation code (if any!) + for(i=0;i<80;i++) printf("*"); + printf("\n"); + } } //_____________________________________________________________________________ -void AliHALL::DrawModule() +void AliHALL::DrawModule() const { // // Draw a shaded view of Experimental Hall