Skip to content
Snippets Groups Projects
Commit 127f98f8 authored by aricct2's avatar aricct2
Browse files

Run3 dimensions

parent fddbbeee
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ EMCALz: 77.0
RPDx: 0
RPDy: 0
RPDz: 152.5
RPDz: 151
#190
#40090.0
#8190.0
......@@ -98,7 +98,7 @@ mod6Type: 5
#######################################ZDC_MODULE_DO_NOT_ALTER#######################################
#####################################################################################################
mod5CasingThickness: 1.2
mod5NStripsPerGap: 29
mod5NStripsPerGap: 52
# W and Pb are two currently enabled
mod5AbsorberMat: W
mod5AbsorberThickness: 10.2
......@@ -166,16 +166,16 @@ mod6CladdingIndexRefraction: 1.43
#########################################################################################
#Custom categorizes (use same syntax for modN -- w/ 5 being the max # of mods supported)
mod4CasingThickness: 1.2
mod4NStripsPerGap: 29
mod4NStripsPerGap: 52
# W and Pb are two currently enabled
mod4AbsorberMat: W
mod4AbsorberThickness: 4.0
mod4AbsorberThickness: 10.2
mod4AbsorberHeight: 182.8
# AbsorberWidth is only used if NStripsPerGap = 0 -- ie absorber only mode
mod4AbsorberWidth: 90.
mod4CoreDiameter: 1.5
# Number of absorber layers assumed 1 fewer than # of radiators
mod4NRadiators: 24
mod4NRadiators: 12
mod4RadiatorGapLength: 2
mod4CoreIndexRefraction: 1.46
mod4Cladding: NO
......
......@@ -77,6 +77,6 @@
##############################################################
##############################################################
# number of events
/run/beamOn 30
/run/beamOn 10
##############################################################
##############################################################
......@@ -355,7 +355,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector()
}
if( BRAN ){
float boxWidthX = 48;
float boxWidthX = 80;
float boxHeightY = 95;
float boxLengthZ = 50;
......@@ -409,7 +409,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector()
new G4PVPlacement(0,
G4ThreeVector(10.0, 0.0, 0.0),
G4ThreeVector(15.0, 0.0, 0.0),
logic_alumBlock,
"phys_alumBlock_1",
logic_airBlock,
......@@ -418,7 +418,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector()
);
new G4PVPlacement(0,
G4ThreeVector(-10.0, 0.0, 0.0),
G4ThreeVector(-15.0, 0.0, 0.0),
logic_alumBlock,
"phys_alumBlock_2",
logic_airBlock,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment