Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
solid
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
Package registry
Container 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
EIC
detectors
solid
Commits
f3d3f30f
Commit
f3d3f30f
authored
1 year ago
by
Chao Peng
Browse files
Options
Downloads
Patches
Plain Diff
update GEM, adding GEM into solid.xml
parent
c94c9731
Branches
Branches containing commit
No related tags found
1 merge request
!1
Update
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compact/GEM_sidis.xml
+1
-1
1 addition, 1 deletion
compact/GEM_sidis.xml
solid.xml
+1
-0
1 addition, 0 deletions
solid.xml
src/GEMTrackerDisc_geo.cpp
+4
-1
4 additions, 1 deletion
src/GEMTrackerDisc_geo.cpp
with
6 additions
and
2 deletions
compact/GEM_sidis.xml
+
1
−
1
View file @
f3d3f30f
<lccdd>
<lccdd>
<detectors>
<detectors>
<detector
id=
"2"
name=
"GEMTracker_SIDIS"
vis=
"RedVis"
type=
"
Gapless
GEMTrackerDisc"
readout=
"GEMTrackerHits"
>
<detector
id=
"2"
name=
"GEMTracker_SIDIS"
vis=
"RedVis"
type=
"
SoLID_
GEMTrackerDisc"
readout=
"GEMTrackerHits"
>
<module
name=
"Module_A"
id=
"1"
inner_r=
"50.0*cm"
outer_r=
"118.0*cm"
segments=
"30"
>
<module
name=
"Module_A"
id=
"1"
inner_r=
"50.0*cm"
outer_r=
"118.0*cm"
segments=
"30"
>
<slice
name=
"drift_cathode"
material=
"Kapton"
thickness=
"0.100*mm"
/>
<slice
name=
"drift_cathode"
material=
"Kapton"
thickness=
"0.100*mm"
/>
<slice
name=
"drift_gas1"
material=
"GEMGas"
thickness=
"3.0*mm"
/>
<slice
name=
"drift_gas1"
material=
"GEMGas"
thickness=
"3.0*mm"
/>
...
...
This diff is collapsed.
Click to expand it.
solid.xml
+
1
−
0
View file @
f3d3f30f
...
@@ -64,6 +64,7 @@
...
@@ -64,6 +64,7 @@
<!--<include ref="compact/LAEC.xml"/>
<!--<include ref="compact/LAEC.xml"/>
<include ref="compact/FAEC.xml"/>-->
<include ref="compact/FAEC.xml"/>-->
<include
ref=
"compact/LGC.xml"
/>
<include
ref=
"compact/LGC.xml"
/>
<include
ref=
"compact/GEM_sidis.xml"
/>
</detectors>
</detectors>
<!-- Definition of the readout segmentation/definition -->
<!-- Definition of the readout segmentation/definition -->
...
...
This diff is collapsed.
Click to expand it.
src/GEMTrackerDisc
SOLID
_geo.cpp
→
src/GEMTrackerDisc_geo.cpp
+
4
−
1
View file @
f3d3f30f
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (C) 2024 Chao Peng, Whitney Armstrong
#include
"DD4hep/DetFactoryHelper.h"
#include
"DD4hep/DetFactoryHelper.h"
#include
"DD4hep/Printout.h"
#include
"DD4hep/Printout.h"
#include
"TMath.h"
#include
"TMath.h"
...
@@ -79,4 +82,4 @@ static Ref_t create_detector(Detector& lcdd, xml_h e, SensitiveDetector sens)
...
@@ -79,4 +82,4 @@ static Ref_t create_detector(Detector& lcdd, xml_h e, SensitiveDetector sens)
return
sdet
;
return
sdet
;
}
}
DECLARE_DETELEMENT
(
GEMTrackerDisc
SOLID
,
create_detector
)
DECLARE_DETELEMENT
(
SoLID_
GEMTrackerDisc
,
create_detector
)
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