Newer
Older
Markus Frank
committed
//==========================================================================
Markus Frank
committed
//--------------------------------------------------------------------------
// Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
Markus Frank
committed
// All rights reserved.
Markus Frank
committed
// For the licensing terms see $DD4hepINSTALL/LICENSE.
// For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
Markus Frank
committed
// Author : M.Frank
//
//==========================================================================
// Framework include files
#include "DDG4/Factories.h"
// ==================================================================================
// Predefined physics constructors
//
// Usage:
//
// <physicslist name="Geant4PhysicsList/MyPhysics.0">
// <physics>
// <construct name="G4EmStandardPhysics"/>
// <construct name="HadronPhysicsQGSP"/>
// </physics>
// </physicslist>
//
// ==================================================================================
// Geant4 physics lists
#include "G4Version.hh"
#include "G4DecayPhysics.hh"
// ==================================================================================
#if G4VERSION_NUMBER>=960 and G4VERSION_NUMBER<1000
#include "Geant4.9.PhysicsConstructors.h"
// ==================================================================================
#elif G4VERSION_NUMBER>=1000
#include "Geant4.10.PhysicsConstructors.h"
// ==================================================================================
#else
#error "Unsupported Geant4 version "