Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
$Id: History,v 1.11 2007/09/30 23:00:40 gum Exp $
|
||||
$Id: History,v 1.13 2008/11/24 14:34:11 cirrone Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -9,6 +9,12 @@ $Id: History,v 1.11 2007/09/30 23:00:40 gum Exp $
|
||||
Category History file
|
||||
---------------------
|
||||
|
||||
23.11.2008 - G.A.P.Cirrone; Tag: Rich-V09-01-01
|
||||
Fixed compilation errors on the file RichTbEventAction
|
||||
|
||||
14.06.2008 - G.A.P.Cirrone (Rich-V09-01-00)
|
||||
Fixed compilation errors and removed warnigs
|
||||
|
||||
30.09.2007 - P.Gumplinger (Rich-V09-00-00)
|
||||
adjust to the G4Cerenkov process now being a G4VDiscreteProcess
|
||||
|
||||
|
||||
@@ -372,7 +372,7 @@ G4int icurpixel;
|
||||
|
||||
static const G4int NumberOfHpds=4;
|
||||
static const G4double HpdPosRad=146.5*mm;
|
||||
static const G4double HpdZfromEnd=HpdMasterHalfZ-VesselPosZ+1.0*mm;;
|
||||
static const G4double HpdZfromEnd=HpdMasterHalfZ-VesselPosZ+1.0*mm;
|
||||
|
||||
static const G4double HpdMasterPosX[NumberOfHpds]=
|
||||
{HpdPosRad,0.0*mm,-HpdPosRad,0.0*mm};
|
||||
|
||||
Reference in New Issue
Block a user