G4MiscQGSCBuilder.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 // GEANT4 tag $Name: not supported by cvs2svn $
00027 //
00028 //---------------------------------------------------------------------------
00029 //
00030 // ClassName:   G4MiscQGSCBuilder
00031 //
00032 // Author: 2009 M. Kossov (on the basis of the G4MiscLHEPBuilder)
00033 //
00034 // Modified:
00035 //
00036 //----------------------------------------------------------------------------
00037 //
00038 #ifndef G4MiscQGSCBuilder_h
00039 #define G4MiscQGSCBuilder_h 1
00040 
00041 #include "globals.hh"
00042 
00043 #include "G4VPhysicsConstructor.hh"
00044 #include "G4HadronInelasticProcess.hh"
00045 #include "G4TheoFSGenerator.hh"
00046 #include "G4StringChipsParticleLevelInterface.hh"
00047 #include "G4QGSModel.hh"
00048 #include "G4QGSParticipants.hh"
00049 #include "G4QGSMFragmentation.hh"
00050 #include "G4ExcitedStringDecay.hh"
00051 #include "G4QuasiElasticChannel.hh"
00052 
00053 #include "G4ParticleDefinition.hh"
00054 #include "G4ParticleTable.hh"
00055 #include "G4ProcessManager.hh"
00056 
00057 //class G4HadronicProcess;
00058 //class G4TheoFSGenerator;
00059 //class G4StringChipsParticleLevelInterface;
00060 //class G4ExcitedStringDecay;
00061 //class G4HadronProcessStore;
00062 //class G4QuasiElasticChannel;
00063 
00064 class G4MiscQGSCBuilder
00065 //class G4MiscQGSCBuilder : public G4VPhysicsConstructor
00066 {
00067   public: 
00068     G4MiscQGSCBuilder(G4int verbose);
00069     virtual ~G4MiscQGSCBuilder();
00070 
00071   public: 
00072     void Build();
00073 
00074  protected:
00075   // the particle table has the complete List of existing particle types
00076   G4ParticleTable* theParticleTable;
00077   G4ParticleTable::G4PTblDicIterator* theParticleIterator;
00078 
00079  private:
00080     G4TheoFSGenerator * theModel;
00081     G4StringChipsParticleLevelInterface * theCascade;
00082     G4QGSModel< G4QGSParticipants > * theQGSCModel;
00083     G4ExcitedStringDecay * theQGSCDecay;
00084     G4QuasiElasticChannel * theQuasiElastic;
00085 
00086     G4int  verbose;
00087     G4bool wasActivated;
00088 };
00089 // 2009 by M. Kossov
00090 
00091 #endif

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