Message: Re: Antiproton annihilation cross section Not Logged In (login)

Idea Re: Antiproton annihilation cross section 

Forum: Hadronic Processes
Re: Question Antiproton annihilation cross section (Kirill Skovpen)
Date: 07 Apr, 2009
From: Vladimir Ivanchenko <Vladimir Ivanchenko>

Hello Kirill,

You probably is right about the default cross section. At the same time, it is possible to use a specific cross section per particle type and energy range.

VI

Inline Depth:
 0 0
 All All
Outline Depth:
 1 1
 2 2
 All All
Add message: (add)

Question Re: Antiproton annihilation cross section  by Kirill Skovpen <Kirill Skovpen>,   08 Apr, 2009
Re: Idea Re: Antiproton annihilation cross section (Vladimir Ivanchenko)
Dear, Vladimir,

Thank you very much for answering. Well, I was not using default PhysicsLists, I've made up my own. As for antiprotons, defined processes are:

        else if (particleName == "anti_proton")
          {
             pmanager->AddDiscreteProcess(theElasticProcess);

             G4AntiProtonInelasticProcess* theInelasticProcess =
               new G4AntiProtonInelasticProcess();

             G4LEAntiProtonInelastic* theLEInelasticModel =
                    new G4LEAntiProtonInelastic;
             theLEInelasticModel->SetMaxEnergy(20.0*GeV);
             theInelasticProcess->RegisterMe(theLEInelasticModel);

             pmanager->AddDiscreteProcess(theInelasticProcess);

             pmanager->AddRestProcess(new G4AntiProtonAnnihilationAtRest);

             pmanager->AddRestProcess(new G4QCaptureAtRest());
          }

and, of course, EM part:

        pmanager->AddProcess(new G4MultipleScattering(), -1, 1, 1);
        pmanager->AddProcess(new G4hIonisation(), -1, 2, 2);

Or maybe you are suggesting to use another models/processes for antiprotons?

Thank you,

 Kirill Skovpen

1 Idea: Re: Antiproton annihilation cross section   (Vladimir Ivanchenko - 12 Apr, 2009)
(_ None: Re: Antiproton annihilation cross section   (Kirill Skovpen - 16 Apr, 2009)
 Add Message Add Message
to: "Re: Antiproton annihilation cross section"

 Subscribe Subscribe

This site runs SLAC HyperNews version 1.11-slac-98, derived from the original HyperNews


[ Geant 4 Home | Geant 4 HyperNews | Search | Request New Forum | Feedback ]