Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JZCaPA
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
Model registry
Operate
Environments
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
Riccardo Longo
JZCaPA
Commits
1bc874b7
Commit
1bc874b7
authored
6 years ago
by
clantz
Browse files
Options
Downloads
Patches
Plain Diff
Added m_SortedElements to store channels in row,column format
parent
2d355b5a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Analysis/include/Detector.h
+2
-0
2 additions, 0 deletions
Analysis/include/Detector.h
with
2 additions
and
0 deletions
Analysis/include/Detector.h
+
2
−
0
View file @
1bc874b7
...
...
@@ -41,6 +41,8 @@ class Detector{
private
:
/** Vector of channels associated to the dector **/
std
::
vector
<
Channel
*
>
m_Element
;
/** 2D vector of channels sorted in a [row][column] format **/
std
::
vector
<
vector
<
Channel
*
>
>
m_SortedElements
;
/** Three element array with x, y, and z of some pre-defined point on the detector **/
double
m_Position
[
3
];
/** Three element array of angle about the x, y, and z axis **/
...
...
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