Print

Print


Commit in slic/src on MAIN
LCSUSYPhysics.cc+4-21.1 -> 1.2
JM: use infinite lifetime and non-stable so that SUSY particles will decay via a predefined decay only

slic/src
LCSUSYPhysics.cc 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- LCSUSYPhysics.cc	11 Apr 2008 03:20:19 -0000	1.1
+++ LCSUSYPhysics.cc	19 Jun 2008 19:49:03 -0000	1.2
@@ -58,8 +58,8 @@
                         0,                             // lepton number
                         0,                             // baryon number
                         pdata.pid(),                   // PDG encoding
-                        true,                          // stable 
-                        0.,                            // lifetime (DEBUG)
+                        false,                         // stable 
+                        1e30,                          // lifetime (DEBUG)
                         0,                             // decay table
                         false                          // short lived 
                         );               
@@ -72,6 +72,7 @@
     
     void LCSUSYPhysics::ConstructProcess()
     {               
+/*
         theParticleIterator->reset();
         while( (*theParticleIterator)() )
         {
@@ -83,5 +84,6 @@
                 pmgr->AddProcess( &m_decay, -1, -1, 1 );
             }
         }
+*/
     }
 }
CVSspam 0.2.8