]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
now set for 1 particle per event.
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Oct 2003 14:06:22 +0000 (14:06 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Oct 2003 14:06:22 +0000 (14:06 +0000)
ITS/ConfigSPD02.C

index 58fc4ad93f5e62ee2a8802d1941a4e983e3e6ed2..48154f9709a5edc4747b6b5d451233a12845e2fc 100644 (file)
@@ -79,7 +79,7 @@ void Config(){
     gMC->SetCut("DCUTM",  cut);
     gMC->SetCut("PPCUTM", cut);
     gMC->SetCut("TOFMAX", tofmax);
-    int     nParticles = 10;
+    int     nParticles = 1;
     if (gSystem->Getenv("CONFIG_NPARTICLES")){
       nParticles = atoi(gSystem->Getenv("CONFIG_NPARTICLES"));
     } // end if