]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/ViewS01.C
User stepping methods added (E. Futo)
[u/mrichter/AliRoot.git] / ITS / ViewS01.C
CommitLineData
ecdeb966 1void ViewS01(){
2 gMC->Gsatt("ITSV","seen",0); // Air "Gen Air"
3 gMC->Gsatt("ITSD","seen",0); // Air "Gen Air"
4 gMC->Gsatt("IS01","seen",0); // Air "Air"
5 gMC->Gsatt("ICY2","seen",1); // Carbon Fiber "SDD C (M55J)
6 gMC->Gsatt("I212","seen",1); // Carbon "ITS SandW C"
7 gMC->Gsatt("I211","seen",1); // PC board "G10FR4"
8 gMC->Gsatt("I217","seen",1); // Carbon Fiber "SDD/SSD rings"
9 gMC->Gsatt("I219","seen",1); // Carbon Fiber "SDD/SSD rings"
10 gMC->Gsatt("I214","seen",1); // PC board "G10FR4"
11 gMC->Gsatt("I213","seen",1); // PC board "G10FR4"
12 gMC->Gsatt("I215","seen",2); // Air "Air"
13 gMC->Gsatt("I216","seen",1); // Carbon "ITS Sandw C"
14}