Skip to content
Snippets Groups Projects
Commit 585dcbeb authored by Alexander MAZUROV's avatar Alexander MAZUROV
Browse files

Fix PhisicsLists header paths

parent 1bb228d9
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ use G4physics_lists v* Geant4
library LHCbG4PhysLists -x=DNA $(G4LibraryFlags) \
../src/*.cc
apply_pattern linker_library library=LHCbG4PhysLists
apply_pattern install_more_includes more=LHCbG4PhysLists
# Apply Geant4 patterns
#============================================================================
# apply_pattern G4AllCMTpatterns
......
//
// ********************************************************************
// * License and Disclaimer *
// * *
......@@ -38,7 +37,7 @@
//----------------------------------------------------------------------------
//
#include "G4EmStandardPhysics_LHCbTest.hh"
#include "LHCbG4PhysLists/G4EmStandardPhysics_LHCbTest.hh"
#include "G4ParticleDefinition.hh"
#include "G4ProcessManager.hh"
#include "G4LossTableManager.hh"
......
......@@ -37,7 +37,8 @@
//----------------------------------------------------------------------------
//
#include "G4EmStandardPhysics_option1LHCb.hh"
#include "LHCbG4PhysLists/G4EmStandardPhysics_option1LHCb.hh"
#include "G4ParticleDefinition.hh"
#include "G4ProcessManager.hh"
#include "G4LossTableManager.hh"
......
......@@ -46,7 +46,7 @@
//----------------------------------------------------------------------------
//
#include "G4EmStandardPhysics_option1NoApplyCuts.hh"
#include "LHCbG4PhysLists/G4EmStandardPhysics_option1NoApplyCuts.hh"
#include "G4SystemOfUnits.hh"
#include "G4ParticleDefinition.hh"
#include "G4LossTableManager.hh"
......
......@@ -45,7 +45,10 @@
#include "G4EmStandardPhysics_option2.hh"
#include "G4EmStandardPhysics_option3.hh"
#include "G4EmStandardPhysics_option4.hh"
#include "G4EmStandardPhysics_option1NoApplyCuts.hh"
// LHCb
#include "LHCbG4PhysLists/G4EmStandardPhysics_option1NoApplyCuts.hh"
#include "G4EmLivermorePhysics.hh"
#include "G4EmPenelopePhysics.hh"
......
......@@ -42,7 +42,10 @@
#include "G4EmStandardPhysics_option2.hh"
#include "G4EmStandardPhysics_option3.hh"
#include "G4EmStandardPhysics_option4.hh"
#include "G4EmStandardPhysics_option1NoApplyCuts.hh"
// LHCb
#include "LHCbG4PhysLists/G4EmStandardPhysics_option1NoApplyCuts.hh"
#include "G4EmLivermorePhysics.hh"
#include "G4EmPenelopePhysics.hh"
......
#============================================================================
# Created : 2014-03-03
# Maintainer : Tim Williams / Nigel Watson
#============================================================================
package G4examples
version v6r2
#============================================================================
# Structure, i.e. directories to process.
#============================================================================
branches cmt G4HadronixXSectionsTest
#============================================================================
# Used packages. Specify the version, * at the end specifies 'any revision'
# Put as many lines as needed, with all packages, without the '#'
#============================================================================
use G4HadronicXSectionsTest v* LHCbG4Tests
use G4SamplingCaloTest v* LHCbG4Tests
use G4MScInThinLayerTest v* LHCbG4Tests
use G4RichTbSimHTest v* LHCbG4Tests
include_path none
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment