]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Rotation matrix in BuildGeometry has been changed to rotx999
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Jun 2001 16:06:59 +0000 (16:06 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Jun 2001 16:06:59 +0000 (16:06 +0000)
START/AliSTART.cxx

index 9c0091d9f272f82a222765c46e79a6bf8c5572a4..d43492910cc5e5df9bd639397f79c326a85ad9de 100755 (executable)
 
 /*
 $Log$
+Revision 1.20.2.1  2001/06/27 10:51:15  alla
+Rotation matrix in BuildGeometry has benn changed to rotx999
+
+Revision 1.20  2001/05/16 14:57:21  alibrary
+New files for folders and Stack
+
 Revision 1.19  2001/04/04 12:10:18  alla
 changes according Coding Convension
 
@@ -178,7 +184,7 @@ void AliSTART::BuildGeometry()
   top=gAlice->GetGeometry()->GetNode("alice");
 
   // START define the different volumes
-  new TRotMatrix("rot999","rot999",  90,0,90,90,180,0);
+  new TRotMatrix("rotx999","rot999",  90,0,90,90,180,0);
 
   new TTUBE("S_0ST1","START  volume 1","void",5.,10.7,5.3);
   top->cd();
@@ -188,7 +194,7 @@ void AliSTART::BuildGeometry()
 
   new TTUBE("S_0ST2","START volume 2","void",5.,10.7,5.3);
   top->cd();
-  node = new TNode("0ST2","0ST2","S_0ST2",0,0,-75,"rot999");
+  node = new TNode("0ST2","0ST2","S_0ST2",0,0,-75,"rotx999");
   node->SetLineColor(kColorSTART);
   fNodes->Add(node);
 }