Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
NPDet
Commits
e8f41e6e
Commit
e8f41e6e
authored
Sep 21, 2021
by
Wouter Deconinck
Browse files
Comment out unused y
parent
cccebf7f
Pipeline
#18947
passed with stages
in 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/tools/src/npdet_fields.cxx
View file @
e8f41e6e
...
...
@@ -198,15 +198,15 @@ void mag_field(dd4hep::Detector& detector)
{
double
x_min
=
-
100.0
;
double
x_max
=
100.0
;
double
y_min
=
-
100.0
;
double
y_max
=
100.0
;
int
nx_bins
=
200
;
double
dx
=
(
x_max
-
x_min
)
/
nx_bins
;
//double y_min = -100.0;
//double y_max = 100.0;
//int ny_bins = 200;
//double dy = (y_max - y_min) / ny_bins;
double
z_min
=
-
100.0
;
double
z_max
=
100.0
;
int
nx_bins
=
200
;
int
ny_bins
=
200
;
int
nz_bins
=
200
;
double
dx
=
(
x_max
-
x_min
)
/
nx_bins
;
double
dy
=
(
y_max
-
y_min
)
/
ny_bins
;
double
dz
=
(
z_max
-
z_min
)
/
nz_bins
;
double
y0
=
20.0
*
cm
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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