Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
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
Zhiwen Zhao
athena
Commits
e3809d2d
Commit
e3809d2d
authored
3 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Plain Diff
Merge branch 'tracker_cleanup' into 'master'
Barrel Tracker construction rename See merge request
!4
parents
dcdcf2e6
50772ee2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
compact/far_forward_detectors.xml
+1
-1
1 addition, 1 deletion
compact/far_forward_detectors.xml
src/BarrelTrackerWithFrame_geo.cpp
+4
-1
4 additions, 1 deletion
src/BarrelTrackerWithFrame_geo.cpp
src/CylinderTrackerBarrel_geo.cpp
+4
-0
4 additions, 0 deletions
src/CylinderTrackerBarrel_geo.cpp
with
9 additions
and
2 deletions
compact/far_forward_detectors.xml
+
1
−
1
View file @
e3809d2d
...
...
@@ -15,7 +15,7 @@
</display>
<include
ref=
"
compact/
ffi_ZDC.xml"
/>
<include
ref=
"ffi_ZDC.xml"
/>
<detectors>
</detectors>
...
...
This diff is collapsed.
Click to expand it.
src/
SiVertexBarrel
_geo.cpp
→
src/
BarrelTrackerWithFrame
_geo.cpp
+
4
−
1
View file @
e3809d2d
...
...
@@ -142,7 +142,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
Volume
module_env
=
volumes
[
m_nam
];
DetElement
lay_elt
(
sdet
,
_toString
(
x_layer
.
id
(),
"layer%d"
),
lay_id
);
Placements
&
sensVols
=
sensitives
[
m_nam
];
// the local coordinate systems of modules in dd4hep and acts differ
// see http://acts.web.cern.ch/ACTS/latest/doc/group__DD4hepPlugins.html
Acts
::
ActsExtension
*
layerExtension
=
new
Acts
::
ActsExtension
();
...
...
@@ -220,4 +220,7 @@ static Ref_t create_detector(Detector& description, xml_h e, SensitiveDetector s
//@}
// clang-format off
DECLARE_DETELEMENT
(
BarrelTrackerWithFrame
,
create_detector
)
DECLARE_DETELEMENT
(
athena_SiVertexTracker
,
create_detector
)
DECLARE_DETELEMENT
(
athena_SiBarrelTracker
,
create_detector
)
DECLARE_DETELEMENT
(
refdet_SiVertexBarrel
,
create_detector
)
This diff is collapsed.
Click to expand it.
src/CylinderTrackerBarrel_geo.cpp
+
4
−
0
View file @
e3809d2d
...
...
@@ -11,6 +11,10 @@ using namespace std;
using
namespace
dd4hep
;
using
namespace
dd4hep
::
detail
;
/** A barrel tracker with a module that is curved (not flat).
*
*
*/
static
Ref_t
create_detector
(
Detector
&
description
,
xml_h
e
,
SensitiveDetector
sens
)
{
typedef
vector
<
PlacedVolume
>
Placements
;
...
...
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