Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
atlas
athena
Merge requests
!36984
Update documentation of SiSpacePoint package. (
ATLASRECTS-5238
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update documentation of SiSpacePoint package. (
ATLASRECTS-5238
)
oda/athena:master-SiSpacePoint
into
master
Overview
5
Commits
1
Pipelines
1
Changes
1
Merged
Susumu Oda
requested to merge
oda/athena:master-SiSpacePoint
into
master
4 years ago
Overview
5
Commits
1
Pipelines
1
Changes
1
Expand
Update documentation of SiSpacePoint package.
https://its.cern.ch/jira/browse/ATLASRECTS-5238
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
5374e396
1 commit,
4 years ago
1 file
+
7
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
InnerDetector/InDetRecEvent/SiSpacePoint/doc/packagedoc.h
+
7
−
10
Options
/*
Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
/**
@@ -9,19 +9,16 @@
@section SiSpacePoint_SiSpacePointIntro Introduction
This package contains the definition and implementation for the
classes SCT_
SpacePoint and
Pixel
SpacePoint. Both classes are derived from
TrkSpacePoint.
InDet::Pixel
SpacePoint and
InDet::SCT_
SpacePoint
classes
. Both classes are derived from
Trk::
TrkSpacePoint.
@section SiSpacePoint_SiSpacePoint Class Overview
The SiSpacePoint package contains the following classes:
- PixelSpacePoint: The SpacePoints for the PixelDetector.
Most information is taken from PrepRawData, which is
given to the constructor. Local errors are set
(assumed constant for the time being) and global errors
are derived from them. Local errors are
assumed constant for the time being. They are only initialized when
inquired and buffered after that.
- InDet::PixelSpacePoint: The SpacePoints for the PixelDetector.
Most information including local errors is taken from PrepRawData, which is
given to the constructor.
Global errors are derived from them local errors.
- SCT_SpacePoint: The SpacePoints for the SCT. Most
information is derived from the GlobalPosition, which
Loading