[gate-users] questions about using G4LECS

Li HAN hanliresearch at yahoo.ca
Thu Jun 2 01:47:31 CEST 2005


Hello gate-users,

I would like to use G4LECS package http://public.lanl.gov/mkippen/actsim/g4lecs/ in GATE to make simulation.
I modified the class GateGammaPhysics.cc, however when I make simulation there are no compton scatter generated.
I do not know whether I need change more relative class.

if (m_comptonSelector)
  {
    if ( m_comptonSelector == lowenergy_process)
      //m_compton = new G4LowEnergyCompton();
      m_compton = new G4LECSCompton();	
    else
      m_compton = new G4ComptonScattering();
    pManager->AddDiscreteProcess(m_compton);
  }

Best regards, 
  
Li HAN
hanliresearch at yahoo.ca
2005-06-01


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the Gate-users mailing list