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
7
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
937082be
Commit
937082be
authored
2 years ago
by
FU Chengdong
Browse files
Options
Downloads
Patches
Plain Diff
add message
parent
1bf425c2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp
+2
-1
2 additions, 1 deletion
Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp
with
2 additions
and
1 deletion
Simulation/DetSimSD/src/CalorimeterSensDetTool.cpp
+
2
−
1
View file @
937082be
...
@@ -43,10 +43,11 @@ CalorimeterSensDetTool::createSD(const std::string& name) {
...
@@ -43,10 +43,11 @@ CalorimeterSensDetTool::createSD(const std::string& name) {
}
}
}
}
CaloSensitiveDetector
*
sd
=
new
CaloSensitiveDetector
(
name
,
*
dd4hep_geo
,
is_merge_enabled
);
CaloSensitiveDetector
*
sd
=
new
CaloSensitiveDetector
(
name
,
*
dd4hep_geo
,
is_merge_enabled
);
debu
g
()
<<
name
<<
" set to merge true/false = "
<<
is_merge_enabled
<<
endmsg
;
warnin
g
()
<<
name
<<
" set to merge true/false = "
<<
is_merge_enabled
<<
endmsg
;
for
(
auto
cal_name
:
m_listCalsApplyBirks
){
for
(
auto
cal_name
:
m_listCalsApplyBirks
){
if
(
cal_name
==
name
){
if
(
cal_name
==
name
){
info
()
<<
name
<<
" will apply Birks law"
<<
endmsg
;
sd
->
ApplyBirksLaw
();
sd
->
ApplyBirksLaw
();
break
;
break
;
}
}
...
...
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