Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
dhb112358@mail.ustc.edu.cn
CEPCSW
Commits
5c0f897c
Commit
5c0f897c
authored
8 months ago
by
shexin@ihep.ac.cn
Committed by
FU Chengdong
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix a bug in TPC_ModularEndcap_o1_v01.cpp when constructing Al frame position at the TPC endcap
parent
145e0d73
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Detector/DetCRD/compact/TDR_o1_v01/TDR_o1_v01-onlyTracker.xml
+5
-6
5 additions, 6 deletions
...ctor/DetCRD/compact/TDR_o1_v01/TDR_o1_v01-onlyTracker.xml
Detector/DetCRD/src/Tracker/TPC_ModularEndcap_o1_v01.cpp
+1
-1
1 addition, 1 deletion
Detector/DetCRD/src/Tracker/TPC_ModularEndcap_o1_v01.cpp
with
6 additions
and
7 deletions
Detector/DetCRD/compact/TDR_o1_v01/TDR_o1_v01-onlyTracker.xml
+
5
−
6
View file @
5c0f897c
...
...
@@ -29,16 +29,15 @@
<!--TODO: vertex cooling-->
<!--include ref="../CRD_common_v02/Beampipe_v01_03.xml"/-->
<!--preliminary vertex and tracker, to update/-->
<
!--
include ref="../CRD_common_v02/VXD_StaggeredLadder_v02_01.xml"/>
<include
ref=
"../CRD_common_v02/VXD_StaggeredLadder_v02_01.xml"
/>
<include
ref=
"../CRD_common_v02/FTD_SkewRing_v01_05.xml"
/>
<include
ref=
"../CRD_common_v02/SIT_SimplePixel_v01_03.xml"
/>
<include ref="../CRD_common_v01/TPC_Simple_v10_02.xml"/>
<include ref="../CRD_common_v01/SET_SimplePixel_v01_01.xml"/-->
<include
ref=
"./TPC_ModularEndcap_TDR_o1_v01.xml"
/>
<!--include ref="../CRD_common_v01/TPC_Simple_v10_02.xml"/-->
<include
ref=
"../CRD_common_v01/SET_SimplePixel_v01_01.xml"
/>
<!--prepare for update, need check first-->
<
!--
include ref="../CRD_common_v02/TPC_ModularEndcap_o1_v01.xml"/
--
>
<include
ref=
"../CRD_common_v01/SET_SimplePixel_v01_01.xml"
/>
<include
ref=
"../CRD_common_v02/TPC_ModularEndcap_o1_v01.xml"
/>
<
!--
include ref="../CRD_common_v01/SET_SimplePixel_v01_01.xml"/
--
>
<fields>
<field
name=
"InnerSolenoid"
type=
"solenoid"
...
...
This diff is collapsed.
Click to expand it.
Detector/DetCRD/src/Tracker/TPC_ModularEndcap_o1_v01.cpp
+
1
−
1
View file @
5c0f897c
...
...
@@ -371,7 +371,7 @@ static Ref_t create_element(Detector& theDetector, xml_h e, SensitiveDetector se
double
phi_end
=
2
*
M_PI
;
Tube
ringSolid
(
rCursor
,
r_end
,
dz_Alframe
/
2.
,
phi_start
,
phi_end
)
;
Volume
ringLog
(
layerName
+
"Log"
,
ringSolid
,
materialAlframe
)
;
pv
=
endcapLog
.
placeVolume
(
ringLog
,
Position
(
0.
,
0.
,
-
dz_Endpaltelength
/
2.
+
dz_Alframe
)
)
;
pv
=
endcapLog
.
placeVolume
(
ringLog
,
Position
(
0.
,
0.
,
-
dz_Endpaltelength
/
2.
+
dz_Alframe
/
2.
)
)
;
tpc
.
setVisAttributes
(
theDetector
,
"GrayVis"
,
ringLog
);
}
if
(
layerType
==
"Module"
)
...
...
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