Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JZCaPA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Riccardo Longo
JZCaPA
Commits
9a4df9c3
Commit
9a4df9c3
authored
5 years ago
by
aricct2
Browse files
Options
Downloads
Patches
Plain Diff
cone beam
parent
11e03e29
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MonteCarlo/config/config.cfg
+10
-5
10 additions, 5 deletions
MonteCarlo/config/config.cfg
MonteCarlo/run2.mac
+12
-6
12 additions, 6 deletions
MonteCarlo/run2.mac
MonteCarlo/src/DetectorConstruction.cc
+1
-1
1 addition, 1 deletion
MonteCarlo/src/DetectorConstruction.cc
with
23 additions
and
12 deletions
MonteCarlo/config/config.cfg
+
10
−
5
View file @
9a4df9c3
...
...
@@ -20,23 +20,28 @@ ForceDetectorPosition: YES
EMCALx:
0
EMCALy:
0
EMCALz:
0.0
EMCALz:
1825.0
#0.0
RPDx:
0
RPDy:
0
RPDz:
190.0
RPDz:
400.0
#190
ZDC1x:
0
ZDC1y:
0
ZDC1z:
1525.0
ZDC1z:
0.0
#1525
ZDC2x:
0
ZDC2y:
0
ZDC2z:
1675.0
ZDC2z:
150.0
#1675
ZDC3x:
0
ZDC3y:
0
ZDC3z:
1825.0
ZDC3z:
300.0
%1825
AbsorberZ:
0
...
...
This diff is collapsed.
Click to expand it.
MonteCarlo/run2.mac
+
12
−
6
View file @
9a4df9c3
...
...
@@ -27,7 +27,7 @@
# the beam energy is in gaussian profile
/gps/ene/type Gauss
/gps/ene/mono
2.5 T
eV
/gps/ene/mono
500 G
eV
/gps/ene/sigma 1 MeV
...
...
@@ -38,11 +38,17 @@
#/gps/pos/halfx 20 mm
#/gps/pos/halfy 20 mm
/gps/pos/type Beam
/gps/pos/shape Circle
/gps/pos/centre 0. 0. -1500. mm
/gps/pos/radius 1. mm
/gps/pos/sigma_r 2. mm
#/gps/pos/type Beam
#/gps/pos/shape Circle
#/gps/pos/centre 0. 0. -1500. mm
#/gps/pos/radius 1. mm
#/gps/pos/sigma_r 2. mm
/gps/ang/type iso
/gps/ang/maxtheta 10 deg
/gps/ang/rot1 0 0 1
/gps/ang/rot2 0 1 0
/gps/pos/centre 0. 0. -100. mm
#
#
...
...
This diff is collapsed.
Click to expand it.
MonteCarlo/src/DetectorConstruction.cc
+
1
−
1
View file @
9a4df9c3
...
...
@@ -171,7 +171,7 @@ G4VPhysicalVolume* DetectorConstruction::ConstructDetector()
ZDC2
=
true
;
ZDC3
=
true
;
EMCAL
=
true
;
RPD
=
fals
e
;
RPD
=
tru
e
;
leadblockZ
=
(
AbsorberZ
)
*
mm
;
lead_in
=
align_run
->
lead_In
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment