G4QMDGroundStateNucleus.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 //      GEANT4 Class file
00028 //
00029 //
00030 //      File name: G4QMDGroundStateNucleus.hh 
00031 //
00032 //      Author: Koi, Tatsumi (tkoi@slac.stanford.edu)       
00033 // 
00034 //      Creation date: 11 May 2007
00035 // -------------------------------------------------------------------
00036 
00037 #ifndef G4QMDGroundStateNucleus_hh
00038 #define G4QMDGroundStateNucleus_hh
00039 
00040 #include "G4QMDNucleus.hh"
00041 #include "G4QMDMeanField.hh"
00042 
00043 #include "G4QMDParameters.hh"
00044 
00045 class G4QMDGroundStateNucleus : public G4QMDNucleus
00046 {
00047    public:
00048       G4QMDGroundStateNucleus();
00049       G4QMDGroundStateNucleus( G4int z , G4int a );
00050       ~G4QMDGroundStateNucleus()
00051       {
00052          rho_l.clear();  
00053          d_pot.clear();
00054       };
00055                              
00056 
00057 
00058    private:
00059 
00060       void packNucleons();
00061 
00062       void killCMMotionAndAngularM();
00063 
00064       G4int maxTrial;
00065       G4bool samplingPosition( G4int );
00066 
00067       G4bool samplingMomentum( G4int );
00068 
00069       G4double r00 , r01 , saa , rada , radb;
00070 
00071       G4double dsam, ddif, dsam2, ddif2; 
00072 
00073       G4double c0, c3 , cs , cl , wl;
00074 
00075 
00076 
00077       G4double rho0,aaa,bbb;
00078 
00079       G4double cdp;
00080       G4double c0p,clp,c3p,csp;
00081 
00082       G4double hbc;
00083       G4double gamm;
00084       G4double cpw;
00085       G4double cph;
00086       G4double epsx;
00087       G4double cpc;
00088 
00089       G4double rmax,rt00,radm; 
00090 
00091       std::vector< G4double > phase_g;
00092 
00093       std::vector< G4double > rho_l;
00094       std::vector< G4double > d_pot;
00095       G4double ebini;
00096       G4double edepth;
00097       G4double epse;
00098 
00099       
00100       G4QMDMeanField* meanfield;
00101 };
00102 
00103 #endif

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