G4QMDParameters.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:    G4QMDParameters.hh 
00031 //
00032 //      Author: Koi, Tatsumi (tkoi@slac.stanford.edu)       
00033 // 
00034 //      Creation date: 12 May 2007
00035 // -----------------------------------------------------------------------------
00036 
00037 #ifndef G4QMDParameters_hh
00038 #define G4QMDParameters_hh
00039 
00040 #include "globals.hh"
00041 
00042 class G4QMDParameters 
00043 {
00044       static G4QMDParameters* parameters;
00045      
00046       G4QMDParameters();
00047    public:
00048       ~G4QMDParameters();
00049       static G4QMDParameters* GetInstance()
00050       {
00051          if ( parameters == NULL ) parameters = new G4QMDParameters(); 
00052          return parameters;
00053       }
00054 
00055 
00056       // GroundStateNucleus
00057       G4double Get_wl() { return wl; };
00058       G4double Get_cl() { return cl; };
00059       G4double Get_hbc() { return hbc; };
00060       G4double Get_rho0() { return rho0; };
00061       G4double Get_gamm() { return gamm; };
00062       G4double Get_cpw() { return cpw; };
00063       G4double Get_cph() { return cph; };
00064       G4double Get_epsx() { return epsx; };
00065       G4double Get_cpc() { return cpc; };
00066       G4double Get_cs() { return cs; };
00067       G4double Get_c0() { return c0; };
00068       G4double Get_c0p() { return c0p; };
00069       G4double Get_clp() { return clp; };
00070       G4double Get_c3() { return c3; };
00071       G4double Get_c3p() { return c3p; };
00072       G4double Get_csp() { return csp; };
00073       G4double Get_cdp() { return cdp; };
00074 
00075    protected:
00076       G4double wl;
00077       G4double cl;
00078       G4double hbc; 
00079       G4double rho0;
00080       G4double gamm; 
00081 
00082 /*
00083       G4double rho0;
00084       G4double t0;
00085 
00086       G4double aaa;
00087 
00088 */
00089       // MeanField 
00090       G4double c0, c3, cs;
00091 
00092       // GroundStateNucleus
00093       G4double cpw; 
00094       G4double cph; 
00095       G4double epsx;
00096       G4double cpc;
00097       G4double c0p , clp , c3p , csp , cdp;
00098 
00099 };
00100 
00101 #endif

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