-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");
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");
}
-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.
}