G4INCLConfigEnums.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 // INCL++ intra-nuclear cascade model
00027 // Pekka Kaitaniemi, CEA and Helsinki Institute of Physics
00028 // Davide Mancusi, CEA
00029 // Alain Boudard, CEA
00030 // Sylvie Leray, CEA
00031 // Joseph Cugnon, University of Liege
00032 //
00033 #define INCLXX_IN_GEANT4_MODE 1
00034 
00035 #include "globals.hh"
00036 
00037 #ifndef G4INCLConfigEnums_hh
00038 #define G4INCLConfigEnums_hh
00039 
00040 namespace G4INCL {
00041 
00042   // Enumerator for Pauli-blocking algorithms
00043   enum PauliType {
00044     StatisticalPauli,
00045     StrictPauli,
00046     StrictStatisticalPauli,
00047     GlobalPauli,
00048     NoPauli
00049   };
00050 
00051   // Enumerator for Coulomb-distortion algorithms
00052   enum CoulombType {
00053     NonRelativisticCoulomb,
00054     NoCoulomb
00055   };
00056 
00057   // Enumerator for potential types
00058   enum PotentialType {
00059     IsospinEnergySmoothPotential,
00060     IsospinEnergyPotential,
00061     IsospinPotential,
00062     ConstantPotential
00063   };
00064 
00065   // Enumerator for local-energy types
00066   enum LocalEnergyType {
00067     AlwaysLocalEnergy,
00068     FirstCollisionLocalEnergy,
00069     NeverLocalEnergy
00070   };
00071 
00072   // Enumerator for de-excitation types
00073   enum DeExcitationType {
00074     DeExcitationNone
00075 #ifdef INCL_DEEXCITATION_ABLAXX
00076     , DeExcitationABLAv3p
00077 #endif
00078 #ifdef INCL_DEEXCITATION_ABLA07
00079     , DeExcitationABLA07
00080 #endif
00081 #ifdef INCL_DEEXCITATION_SMM
00082     , DeExcitationSMM
00083 #endif
00084 #ifdef INCL_DEEXCITATION_GEMINIXX
00085     , DeExcitationGEMINIXX
00086 #endif
00087   };
00088 
00089   // Enumerator for cluster-algorithm types
00090   enum ClusterAlgorithmType {
00091     IntercomparisonClusterAlgorithm,
00092     NoClusterAlgorithm
00093   };
00094 
00095   // Enumerator for separation-energy types
00096   enum SeparationEnergyType {
00097     INCLSeparationEnergy,
00098     RealSeparationEnergy,
00099     RealForLightSeparationEnergy
00100   };
00101 
00102 }
00103 
00104 #endif

Generated on Mon May 27 17:48:34 2013 for Geant4 by  doxygen 1.4.7