X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=STRUCT%2FAliHALL.cxx;h=ce936a9cac2b0cc3b914bf5fed3a9eba4fc16dbb;hp=2c6012ad639e269e89f7890ba5b7b73f660348ca;hb=df831521a97c25aeed189ef01a09e16097440113;hpb=b43eb0dca6a0b57b484b305675272fd82dda8b02 diff --git a/STRUCT/AliHALL.cxx b/STRUCT/AliHALL.cxx index 2c6012ad639..ce936a9cac2 100644 --- a/STRUCT/AliHALL.cxx +++ b/STRUCT/AliHALL.cxx @@ -15,6 +15,18 @@ /* $Log$ +Revision 1.11 2001/05/16 14:57:22 alibrary +New files for folders and Stack + +Revision 1.10 2000/10/02 21:28:15 fca +Removal of useless dependecies via forward declarations + +Revision 1.9 2000/06/13 14:55:26 morsch +Unused variables removed + +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 @@ -46,6 +58,8 @@ Introduction of the Copyright and cvs Log #include "AliHALL.h" #include "AliRun.h" +#include "AliMC.h" +#include "AliMagF.h" #include "AliConst.h" ClassImp(AliHALL) @@ -106,7 +120,7 @@ void AliHALL::CreateGeometry() Float_t w1, dh, am, bm, dl,cm, hm, dr, dx, xl; Int_t idrotm[1999]; Float_t trdpar[4], trapar[11], hullen; - Float_t dz, phi, par[3], zFilterIn; + Float_t phi; Int_t *idtmed = fIdtmed->GetArray()-1899; @@ -272,7 +286,7 @@ void AliHALL::CreateGeometry() pbox[2] = 120.; gMC->Gsvolu("HMBS", "BOX ", idtmed[1956], pbox, 3); pbox[0] = 85.; - pbox[1] = 100.; + pbox[1] = 120.; gMC->Gsvolu("HBBS", "BOX ", idtmed[1956], pbox, 3); gMC->Gspos("HBBS", 1, "HMBS", -157.5, 0., 0., 0, "ONLY"); pbox[0] = 40.; @@ -350,15 +364,17 @@ 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(fDebug) { + 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"); + } } //_____________________________________________________________________________