Skip to content
Snippets Groups Projects
Commit bb8a4fee authored by Marco Clemencic's avatar Marco Clemencic
Browse files

v94r2p1

parent f91218b3
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ class G4EmStandardPhysics_option1LHCb : public G4VPhysicsConstructor
{
public:
G4EmStandardPhysics_option1LHCb(G4int ver = 1);
G4EmStandardPhysics_option1LHCb(G4int ver = 1, bool applyCut = true,
bool newForElectrons = true);
virtual ~G4EmStandardPhysics_option1LHCb();
......@@ -63,6 +64,8 @@ public:
private:
G4int verbose;
bool applyCut;
bool newForElectrons;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
......
......@@ -3,7 +3,7 @@
# Maintainer : Gloria CORTI
#============================================================================
package G4LHCblists
version v2r0
version v2r1
# Structure, i.e. directories to process.
#============================================================================
......
v2r0
v2r1
......@@ -4,6 +4,13 @@
! Purpose : Private LHCb physics lists
!-----------------------------------------------------------------------------
!======================== G4LHCblists v2r1 2011-09-19 ========================
! 2011-09-18 - Gloria Corti
- Add options in contructor to apply or not the cuts, as to have the
possibility to have a physics list with old EM behaviour and new MS and to
apply simple MS to e+/- as provided by A.Dotti to address CMS calorimeter
issues with this physics list
!======================== G4LHCblists v2r0 2011-07-13 ========================
! 2011-07-13 - Gloria Corti
- Fix renaming in G4EmStandardPhysics_option1NoApplyCuts.cc
......
This diff is collapsed.
package G4config
version v94r2
version v94r2p1
branches cmt doc
......@@ -12,7 +12,7 @@ use CLHEP v* LCG_Interfaces
# set versions of Geant4
#==============================================================================
set G4_native_version "9.4.p02"
set G4VERS v94r2
set G4VERS v94r2p1
# =============================================================================
# set Geant4 environment variables
......
v94r2
v94r2p1
......@@ -4,6 +4,10 @@
! Purpose : Configuration package for Geant4 build
!-----------------------------------------------------------------------------
! ======================= G4config v94r2p1 2011-09-18 ========================
! 2011-09-19 - Gloria Corti
- Only change local version.
! ======================== G4config v94r2 2011-07-14 =========================
! 2011-07-06 - Gloria Corti
- Change version of Geant4 to 9.4.p02
......
package Geant4Sys
version v94r2
version v94r2p1
branches cmt doc
use G4config v94r2 Geant4
use G4config v94r2p1 Geant4
# =============================================================================
# =========== global libraries ================================================
......@@ -45,7 +45,7 @@ use G4UIbasic v4r3 Geant4
use G4UIGAG v4r2 Geant4
# LHCb additional package (eg. for MC11 G4LHCblists)
use G4LHCblists v2r0 Geant4
use G4LHCblists v2r1 Geant4
#=============================================================================
# ======== the end ============================================================
......
v94r2
v94r2p1
......@@ -3,6 +3,22 @@ Package : Geant4Sys
Package manager(s) : Gloria Corti, Hubert DeGaudenzi
Purpose : LHCb build using cmt of Geant4
!</PRE><H1><A NAME=v94r2p1>2011-09-20 Geant4Sys v94r2p1</A></H1><PRE>
use Gaudi v22r4 and geant4 9.4.patch02
built on slc5 i686(32-bit), x86_64(64-bit) and icc11
! ======================= G4config v94r2p1 2011-09-18 ========================
! 2011-09-19 - Gloria Corti
- Only change local version.
!======================== G4LHCblists v2r1 2011-09-19 ========================
! 2011-09-18 - Gloria Corti
- Add options in contructor to apply or not the cuts, as to have the
possibility to have a physics list with old EM behaviour and new MS and to
apply simple MS to e+/- as provided by A.Dotti to address CMS calorimeter
issues with this physics list
!=============================================================================
!</PRE><H1><A NAME=v94r2>2011-07-14 Geant4Sys v94r2</A></H1><PRE>
use Gaudi v22r2 and geant4 9.4.patch02
built on slc5 i686(32-bit), x86_64(64-bit) and icc11
......
project GEANT4
use GAUDI GAUDI_v22r2
use GAUDI GAUDI_v22r4
build_strategy with_installarea
setup_strategy root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment