Removed old ACORDE configuration
authorgamez <gamez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jul 2002 15:58:34 +0000 (15:58 +0000)
committergamez <gamez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jul 2002 15:58:34 +0000 (15:58 +0000)
CRT/DrawCRT.C
CRT/ViewCRT.C

index 6f3eba7a5b8ad30b3d421f8ec26b3f7528257dba..c6d38db6b0290eca5b2b1083bb0c2715c04f7f9c 100644 (file)
@@ -1,9 +1,9 @@
-void DrawACORDE()
+void DrawCRT()
 {
    gMC->Gsatt("*", "seen", -1);
    gMC->Gsatt("alic", "seen", 0);
-   gROOT->LoadMacro("ViewACORDE.C");
-   gInterpreter->ProcessLine("ViewACORDE()");
+   gROOT->LoadMacro("ViewCRT.C");
+   gInterpreter->ProcessLine("ViewCRT()");
    //gMC->Gdopt("proj", "pers");
    gMC->Gdopt("hide", "on");
    gMC->Gdopt("shad", "on");
@@ -12,6 +12,6 @@ void DrawACORDE()
    gMC->SetClipBox("ALIC", 0, 3000, -3000, 3000, -6000, 6000);
    gMC->DefaultRange();
    gMC->Gdraw("alic", 0, 90, 0, 10, 9.5, .009, .009);
-   gMC->Gdhead(1111, "View of ACORDE");
+   gMC->Gdhead(1111, "View of CRT (ACORDE)");
    gMC->Gdman(18, 4, "MAN");
 }
index 32546816dda8375ba298c66f05bc72b5844fa2fd..54f9a93b6ad3c396663799cac0c3674d932d48ee 100644 (file)
@@ -1,14 +1,21 @@
-void ViewACORDE()
+void ViewCRT()
 {
-   //gMC->Gsatt("HHC1","seen",0); // Mother Volume
-   gMC->Gsatt("L3MO","seen",1); // Magnet
-   //gMC->Gsatt("SCNB","seen",0); // Module Box
-   gMC->Gsatt("SCNS","seen",1); // Scintillator. 
-   gMC->Gsatt("SPLA","seen",1);
-   gMC->Gsatt("SPAL","seen",1);
-   //gMC->Gsatt("SCLL","seen",1);
-   //gMC->Gsatt("SCLR","seen",1);
-   //gMC->Gsatt("SCSL","seen",1);
-   //gMC->Gsatt("SCSR","seen",1);
+   gMC->Gsatt("ALIC","seen",0);
+   gMC->Gsatt("L3MO","seen",1); // L3 Magnet
+   gMC->Gsatt("CRT1","seen",1); // Scintillators
+
+   // Draw the molasse volumes
+   gMC->Gsatt("CMO1","seen",0); // Exactly above the HALL
+   gMC->Gsatt("CMO2","seen",0); // Molasse, along the PM25
+   gMC->Gsatt("CMO3","seen",0); // molasse along the PGC2
+   gMC->Gsatt("CMO4","seen",0); // Molasse, behind the PX24 upper part
+   gMC->Gsatt("CMO5","seen",0); // molasse behind px24, lower part
+   gMC->Gsatt("CMO6","seen",0); // behind the PX24
+   gMC->Gsatt("CMO7","seen",0); // behind the PGC2
+   gMC->Gsatt("CMO8","seen",0); // on the right side.
+   gMC->Gsatt("CMO9","seen",0); // on the left side.
+   gMC->Gsatt("CM10","seen",0); // betwen PX24 & PM25.
+   gMC->Gsatt("CM11","seen",0); // betwen PGC2 & PM25.
+   gMC->Gsatt("CM12","seen",0); // box above the hall.
 
 }