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
!20594
Master vp1 arbitraryline guideline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master vp1 arbitraryline guideline
emoyse/athena:master-vp1-arbitraryline-guideline
into
master
Overview
2
Commits
3
Pipelines
1
Changes
7
Merged
Edward Moyse
requested to merge
emoyse/athena:master-vp1-arbitraryline-guideline
into
master
6 years ago
Overview
2
Commits
3
Pipelines
1
Changes
7
Expand
Adds the ability to draw a line from the origin with a configurable eta/phi/length
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
300e6b7b
3 commits,
6 years ago
7 files
+
548
−
62
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
graphics/VP1/VP1Systems/VP1GuideLineSystems/VP1GuideLineSystems/GuideSysController.h
+
9
−
1
Options
@@ -92,11 +92,15 @@ public:
double
etaExtent
()
const
;
//>0: extent means to a given radius, <0: extent means to a given z.
//TrackingVolumes
bool
showTrackingVolumes
()
const
;
bool
showTrackingVolumes
()
const
;
bool
showInnerDetector
()
const
;
bool
showCalorimeters
()
const
;
bool
showMuonSpectrometer
()
const
;
// Lines
bool
showLines
()
const
;
double
lineLength
()
const
;
SbVec3f
lineDirection
()
const
;
//ID Proj surfs:
@@ -150,6 +154,8 @@ signals:
void
showInnerDetectorChanged
(
bool
);
void
showCalorimetersChanged
(
bool
);
void
showMuonSpectrometerChanged
(
bool
);
void
showLinesChanged
(
bool
);
void
lineDirectionChanged
(
const
SbVec3f
&
);
private:
@@ -194,6 +200,8 @@ private slots:
void
possibleChange_showInnerDetector
();
void
possibleChange_showCalorimeters
();
void
possibleChange_showMuonSpectrometer
();
void
possibleChange_showLines
();
void
possibleChange_lineDirection
();
};
Loading