Commit in slic/src on MAIN
LCSUSYPhysics.cc+1-61.2 -> 1.3
JM: use decay process for susy particles based on G4UnknownDecay

slic/src
LCSUSYPhysics.cc 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- LCSUSYPhysics.cc	19 Jun 2008 19:49:03 -0000	1.2
+++ LCSUSYPhysics.cc	26 Aug 2008 23:12:13 -0000	1.3
@@ -23,9 +23,6 @@
         // Get the particle data table to be imported.
         HepPDT::ParticleDataTable* pdtbl = HepPDTManager::instance()->getParticleDataTable();
 
-        // New SUSY particle definitions will be added to this Geant4 table.
-        //G4ParticleTable* pTable = G4ParticleTable::GetParticleTable();
-
         // Loop over all particles.
         for ( HepPDT::ParticleDataTable::const_iterator it = pdtbl->begin();
               it != pdtbl->end();
@@ -61,7 +58,7 @@
                         false,                         // stable 
                         1e30,                          // lifetime (DEBUG)
                         0,                             // decay table
-                        false                          // short lived 
+                        false                          // short lived
                         );               
                 
                 // Save the particles for ConstructProcess().
@@ -72,7 +69,6 @@
     
     void LCSUSYPhysics::ConstructProcess()
     {               
-/*
         theParticleIterator->reset();
         while( (*theParticleIterator)() )
         {
@@ -84,6 +80,5 @@
                 pmgr->AddProcess( &m_decay, -1, -1, 1 );
             }
         }
-*/
     }
 }
CVSspam 0.2.8