G4NuclearAbrasionGeometry.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 // *                                                                  *
00021 // * Parts of this code which have been  developed by QinetiQ Ltd     *
00022 // * under contract to the European Space Agency (ESA) are the        *
00023 // * intellectual property of ESA. Rights to use, copy, modify and    *
00024 // * redistribute this software for general public use are granted    *
00025 // * in compliance with any licensing, distribution and development   *
00026 // * policy adopted by the Geant4 Collaboration. This code has been   *
00027 // * written by QinetiQ Ltd for the European Space Agency, under ESA  *
00028 // * contract 17191/03/NL/LvH (Aurora Programme).                     *
00029 // *                                                                  *
00030 // * By using,  copying,  modifying or  distributing the software (or *
00031 // * any work based  on the software)  you  agree  to acknowledge its *
00032 // * use  in  resulting  scientific  publications,  and indicate your *
00033 // * acceptance of all terms of the Geant4 Software license.          *
00034 // ********************************************************************
00035 //
00036 #ifndef G4NuclearAbrasionGeometry_h
00037 #define G4NuclearAbrasionGeometry_h 1
00038 // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
00039 //
00040 // MODULE:              G4NuclearAbrasionGeometry.hh
00041 //
00042 // Version:             B.1
00043 // Date:                15/04/04
00044 // Author:              P R Truscott
00045 // Organisation:        QinetiQ Ltd, UK
00046 // Customer:            ESA/ESTEC, NOORDWIJK
00047 // Contract:            17191/03/NL/LvH
00048 //
00049 // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
00050 //
00051 // CHANGE HISTORY
00052 // --------------
00053 //
00054 // 18 November 2003, P R Truscott, QinetiQ Ltd, UK
00055 // Created.
00056 //
00057 // 15 March 2004, P R Truscott, QinetiQ Ltd, UK
00058 // Beta release
00059 //
00060 // %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
00062 //
00063 #include "globals.hh"
00064 
00066 //
00067 class G4NuclearAbrasionGeometry
00068 {
00069   public:
00070     G4NuclearAbrasionGeometry (G4double AP, G4double AT, G4double r);
00071     ~G4NuclearAbrasionGeometry ();
00072     void SetPeripheralThreshold (G4double);
00073     G4double GetPeripheralThreshold ();
00074     G4double F ();
00075     G4double P ();
00076     G4double GetExcitationEnergyOfProjectile ();
00077     G4double GetExcitationEnergyOfTarget ();
00078 
00079   private:
00080     G4double AP;
00081     G4double AT;
00082     G4double rP;
00083     G4double rT;
00084     G4double r;
00085     G4double n;
00086     G4double b;
00087     G4double m;
00088 
00089     G4double Q;
00090     G4double S;
00091     G4double T;
00092     G4double R;
00093     G4double U;
00094     
00095     G4double rth;
00096     G4double B;
00097 };
00098 #endif

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