G4StatMF.hh

Go to the documentation of this file.
00001 //
00002 // ********************************************************************
00003 // * License and Disclaimer                                           *
00004 // *                                                                  *
00005 // * The  Geant4 software  is  copyright of the Copyright Holders  of *
00006 // * the Geant4 Collaboration.  It is provided  under  the terms  and *
00007 // * conditions of the Geant4 Software License,  included in the file *
00008 // * LICENSE and available at  http://cern.ch/geant4/license .  These *
00009 // * include a list of copyright holders.                             *
00010 // *                                                                  *
00011 // * Neither the authors of this software system, nor their employing *
00012 // * institutes,nor the agencies providing financial support for this *
00013 // * work  make  any representation or  warranty, express or implied, *
00014 // * regarding  this  software system or assume any liability for its *
00015 // * use.  Please see the license in the file  LICENSE  and URL above *
00016 // * for the full disclaimer and the limitation of liability.         *
00017 // *                                                                  *
00018 // * This  code  implementation is the result of  the  scientific and *
00019 // * technical work of the GEANT4 collaboration.                      *
00020 // * By using,  copying,  modifying or  distributing the software (or *
00021 // * any work based  on the software)  you  agree  to acknowledge its *
00022 // * use  in  resulting  scientific  publications,  and indicate your *
00023 // * acceptance of all terms of the Geant4 Software license.          *
00024 // ********************************************************************
00025 //
00026 //
00027 // $Id$
00028 //
00029 // Hadronic Process: Nuclear De-excitations
00030 // by V. Lara
00031 
00032 
00033 #ifndef G4StatMF_h
00034 #define G4StatMF_h 1
00035 
00036 #include "globals.hh"
00037 #include "G4VMultiFragmentation.hh"
00038 #include "G4VStatMFEnsemble.hh"
00039 #include "G4StatMFMicroCanonical.hh"
00040 #include "G4StatMFMacroCanonical.hh"
00041 #include "G4StatMFChannel.hh"
00042 #include "G4Fragment.hh"
00043 #include "G4ParticleTable.hh"
00044 #include "G4IonTable.hh"
00045 #include "Randomize.hh"
00046 
00047 class G4StatMF : public G4VMultiFragmentation
00048 {
00049 public:
00050     // Default constructor
00051     G4StatMF();
00052     // Destructor
00053     ~G4StatMF();
00054 
00055 private:
00056     // Copy constructor 
00057     G4StatMF(const G4StatMF & right);
00058 
00059     // Operators
00060     G4StatMF & operator=(const G4StatMF & right);
00061     G4bool operator==(const G4StatMF & right);
00062     G4bool operator!=(const G4StatMF & right);
00063 
00064 public:
00065 
00066     G4FragmentVector * BreakItUp(const G4Fragment &theNucleus);
00067 
00068 private:
00069 
00070     // This finds temperature of breaking channel.
00071     G4bool FindTemperatureOfBreakingChannel(const G4Fragment & theFragment, 
00072                                             const G4StatMFChannel * aChannel,
00073                                             G4double & Temperature);
00074 
00075     // 
00076     G4double CalcEnergy(G4int A, G4int Z, 
00077                         const G4StatMFChannel * aChannel,
00078                         G4double T);
00079 
00080 
00081 private:
00082 
00083     G4VStatMFEnsemble * _theEnsemble;
00084 
00085 
00086 
00087 };
00088 
00089 #endif
00090 
00091 
00092 
00093 
00094 
00095 
00096 
00097 
00098 
00099 
00100 
00101 

Generated on Mon May 27 17:49:53 2013 for Geant4 by  doxygen 1.4.7