]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added line for closed space frame option
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 1999 21:16:43 +0000 (21:16 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 6 Oct 1999 21:16:43 +0000 (21:16 +0000)
macros/Config.C

index 39c4ceda28ac74de4980f31330f620a370c69ebb..4d41fd1be1233e0c1dc1d16137887c300c12e054 100644 (file)
@@ -112,6 +112,9 @@ if(iFRAME) {
 //=================== FRAME parameters ============================
 
 AliFRAME *FRAME  = new AliFRAMEv0("FRAME","Space Frame");
+// Uncomment the following line to obtain the closed version
+// of the space frame. The default is the version with holes
+// FRAME->SetEuclidFile("$(ALICE_ROOT)/Euclid/frame.tme","$(ALICE_ROOT)/Euclid/frame1099i.euc");
 }
 
 if(iSHIL) {