Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Riccardo Longo
JZCaPA
Commits
127f98f8
Commit
127f98f8
authored
Jan 22, 2020
by
aricct2
Browse files
Run3 dimensions
parent
fddbbeee
Changes
3
Hide whitespace changes
Inline
Side-by-side
MonteCarlo/config/config.cfg
View file @
127f98f8
...
...
@@ -29,7 +29,7 @@ EMCALz: 77.0
RPDx: 0
RPDy: 0
RPDz: 15
2.5
RPDz: 15
1
#190
#40090.0
#8190.0
...
...
@@ -98,7 +98,7 @@ mod6Type: 5
#######################################ZDC_MODULE_DO_NOT_ALTER#######################################
#####################################################################################################
mod5CasingThickness: 1.2
mod5NStripsPerGap: 2
9
mod5NStripsPerGap:
5
2
# 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: 2
9
mod4NStripsPerGap:
5
2
# 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: 2
4
mod4NRadiators:
1
2
mod4RadiatorGapLength: 2
mod4CoreIndexRefraction: 1.46
mod4Cladding: NO
...
...
MonteCarlo/run2.mac
View file @
127f98f8
...
...
@@ -77,6 +77,6 @@
##############################################################
##############################################################
# number of events
/run/beamOn
3
0
/run/beamOn
1
0
##############################################################
##############################################################
MonteCarlo/src/DetectorConstruction.cc
View file @
127f98f8
...
...
@@ -355,7 +355,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector()
}
if
(
BRAN
){
float
boxWidthX
=
4
8
;
float
boxWidthX
=
8
0
;
float
boxHeightY
=
95
;
float
boxLengthZ
=
50
;
...
...
@@ -409,7 +409,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector()
new
G4PVPlacement
(
0
,
G4ThreeVector
(
1
0
.0
,
0.0
,
0.0
),
G4ThreeVector
(
1
5
.0
,
0.0
,
0.0
),
logic_alumBlock
,
"phys_alumBlock_1"
,
logic_airBlock
,
...
...
@@ -418,7 +418,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector()
);
new
G4PVPlacement
(
0
,
G4ThreeVector
(
-
1
0
.0
,
0.0
,
0.0
),
G4ThreeVector
(
-
1
5
.0
,
0.0
,
0.0
),
logic_alumBlock
,
"phys_alumBlock_2"
,
logic_airBlock
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment