Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
cepc
CEPCSW
Commits
f4849f6a
Commit
f4849f6a
authored
4 years ago
by
myliu@ihep.ac.cn
Browse files
Options
Downloads
Patches
Plain Diff
fix the name of safe value
parent
002c86e0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Detector/DetDriftChamber/compact/det.xml
+1
-1
1 addition, 1 deletion
Detector/DetDriftChamber/compact/det.xml
Detector/DetDriftChamber/src/driftchamber/DriftChamber.cpp
+1
-1
1 addition, 1 deletion
Detector/DetDriftChamber/src/driftchamber/DriftChamber.cpp
with
2 additions
and
2 deletions
Detector/DetDriftChamber/compact/det.xml
+
1
−
1
View file @
f4849f6a
...
...
@@ -63,7 +63,7 @@
<constant
name=
"DC_inner_chamber_enabled"
value=
"1"
/>
<constant
name=
"DC_outer_chamber_enabled"
value=
"1"
/>
<constant
name=
"
S
afe_distance"
value=
"0.02*mm"
/>
<constant
name=
"
DC_s
afe_distance"
value=
"0.02*mm"
/>
</define>
...
...
This diff is collapsed.
Click to expand it.
Detector/DetDriftChamber/src/driftchamber/DriftChamber.cpp
+
1
−
1
View file @
f4849f6a
...
...
@@ -67,7 +67,7 @@ static dd4hep::Ref_t create_detector(dd4hep::Detector& theDetector,
int
outer_chamber_enabled
=
theDetector
.
constant
<
int
>
(
"DC_outer_chamber_enabled"
);
// - safe distance
double
safe_diatance
=
theDetector
.
constant
<
double
>
(
"
S
afe_distance"
);
double
safe_diatance
=
theDetector
.
constant
<
double
>
(
"
DC_s
afe_distance"
);
// =======================================================================
// Detector Construction
...
...
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