Geant4  10.02.p01
HadronPhysicsUrQMD.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
28 //
29 // $Id: HadronPhysicsUrQMD.hh 77519 2013-11-25 10:54:57Z gcosmo $
30 //
31 //---------------------------------------------------------------------------
32 //
33 // ClassName:
34 //
35 // Author: 2012 Andrea Dotti
36 // created from HadronPhysicsFTFP_BERT
37 // Modified:
38 // 07.02.2012 A. Dotti: First version
39 //----------------------------------------------------------------------------
40 //
41 #ifndef HadronPhysicsUrQMD_h
42 #define HadronPhysicsUrQMD_h 1
43 
44 #include "globals.hh"
45 #include "G4ios.hh"
46 
47 #include "G4PiKBuilder.hh"
48 #include "UrQMDPiKBuilder.hh"
49 
50 #include "G4ProtonBuilder.hh"
51 #include "UrQMDProtonBuilder.hh"
52 
53 #include "G4NeutronBuilder.hh"
54 #include "UrQMDNeutronBuilder.hh"
55 
56 #include "G4HyperonFTFPBuilder.hh"
57 
58 #include "G4AntiBarionBuilder.hh"
60 
62 {
63 public:
64 
65  HadronPhysicsUrQMD(G4int verbose =1);
66  virtual ~HadronPhysicsUrQMD();
67 
68  virtual void ConstructParticle();
69  virtual void ConstructProcess();
70 
71 private:
72 
73  void CreateModels();
75 
78 
81 
84 
86 
89 
90 };
91 
92 #endif
93 
HadronPhysicsUrQMD(G4int verbose=1)
UrQMDAntiBarionBuilder * fUrQMDAntiBaryon
G4AntiBarionBuilder * fAntiBaryon
Definition of the UrQMDNeutronBuilder class.
int G4int
Definition: G4Types.hh:78
Definition of the UrQMDAntiBarionBuilder class.
Definition of the UrQMDProtonBuilder class.
UrQMDPiKBuilder * fUrQMDPiK
G4HadronicProcess * FindInelasticProcess(const G4ParticleDefinition *)
G4NeutronBuilder * fNeutrons
UrQMDProtonBuilder * fUrQMDPro
virtual ~HadronPhysicsUrQMD()
UrQMDNeutronBuilder * fUrQMDNeutron
virtual void ConstructProcess()
G4ProtonBuilder * fPro
Definition of the UrQMDPiKBuilder class.
G4HyperonFTFPBuilder * fHyperon
virtual void ConstructParticle()