Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4UrQMD1_3Model.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 // * *
21 // * Parts of this code which have been developed by Abdel-Waged *
22 // * et al under contract (31-465) to the King Abdul-Aziz City for *
23 // * Science and Technology (KACST), the National Centre of *
24 // * Mathematics and Physics (NCMP), Saudi Arabia. *
25 // * *
26 // * By using, copying, modifying or distributing the software (or *
27 // * any work based on the software) you agree to acknowledge its *
28 // * use in resulting scientific publications, and indicate your *
29 // * acceptance of all terms of the Geant4 Software license. *
30 // ********************************************************************
31 //
32 /// \file hadronic/Hadr02/include/G4UrQMD1_3Model.hh
33 /// \brief Definition of the G4UrQMD1_3Model class
34 //
35 // $Id: G4UrQMD1_3Model.hh 77519 2013-11-25 10:54:57Z gcosmo $
36 //
37 
38 #ifndef G4UrQMD1_3Model_hh
39 #define G4UrQMD1_3Model_hh
40 // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
41 //
42 // MODULE: G4UrQMD1_3Model.hh
43 //
44 // Version: 0.B
45 // Date: 20/10/12
46 // Author: Kh. Abdel-Waged and Nuha Felemban
47 // Revised by: V.V. Uzhinskii
48 // SPONSERED BY
49 // Customer: KAUST/NCMP
50 // Contract: 31-465
51 //
52 // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
53 //
54 // Class Description
55 //
56 //
57 // Class Description - End
58 //
59 // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60 ///////////////////////////////////////////////////////////////////////////////
61 
62 #include "G4Nucleon.hh"
63 #include "G4Nucleus.hh"
65 #include "G4KineticTrackVector.hh"
66 #include "G4FragmentVector.hh"
67 #include "G4ParticleChange.hh"
69 #include "G4ReactionProduct.hh"
70 #include "G4IntraNucleiCascader.hh"
71 #include "G4Track.hh"
72 
73 #include <fstream>
74 #include <string>
75 
76 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
78 
79 public:
80 
81  G4UrQMD1_3Model(const G4String& name = "UrQMD1_3");
82 
83  virtual ~G4UrQMD1_3Model ();
84 
86  theSecondaries,
88 
90  G4Nucleus&);
91 
92 private:
93 
94  G4int operator==(G4UrQMD1_3Model& right);
95  G4int operator!=(G4UrQMD1_3Model& right);
96 
97  void InitialiseDataTables();
98 
99  void WelcomeMessage () const;
100 
101  G4int CurrentEvent;
102  G4int verbose;
103 
104  G4HadFinalState theResult;
105 };
106 
107 #endif
const XML_Char * name
int G4int
Definition: G4Types.hh:78
std::vector< G4ReactionProduct * > G4ReactionProductVector
G4ErrorTarget * theTarget
Definition: errprop.cc:59
G4ReactionProductVector * Propagate(G4KineticTrackVector *theSecondaries, G4V3DNucleus *theTarget)
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &, G4Nucleus &)
virtual ~G4UrQMD1_3Model()
G4UrQMD1_3Model(const G4String &name="UrQMD1_3")