Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rec
Manage
Activity
Members
Labels
Plan
Issues
291
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
113
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LHCb
Rec
Merge requests
!828
RICH Clean up Pixel SIMD algorithm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
RICH Clean up Pixel SIMD algorithm
Rich-TidyUpSIMDPixelReco
into
master
Overview
1
Commits
4
Pipelines
0
Changes
4
Merged
Christopher Rob Jones
requested to merge
Rich-TidyUpSIMDPixelReco
into
master
7 years ago
Overview
1
Commits
4
Pipelines
0
Changes
4
Expand
Removes a redundant 'creator' class. Instead move the code directly to the algorithm that uses it.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
befd6c6a
4 commits,
7 years ago
4 files
+
174
−
218
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Rich/RichFutureRecEvent/RichFutureRecEvent/RichRecSIMDPixels.h
+
0
−
25
Options
@@ -227,31 +227,6 @@ namespace Rich
/// Default Location in TES for the pixel SIMD summaries
static
const
std
::
string
Default
=
"Rec/RichFuture/SIMDPixelSummaries/Default"
;
}
/** @class SIMDPixelSummariesCreator RichFutureRecEvent/RichRecSIMDPixels.h
*
* Helper class to form the summaries
*
* @author Chris Jones
* @date 2017-10-16
*/
class
SIMDPixelSummariesCreator
final
:
public
Vc
::
AlignedBase
<
Vc
::
VectorAlignment
>
{
public:
/// Add an entry to the summaries
void
fill
(
const
Rich
::
PDPixelCluster
::
Vector
&
clusters
,
const
SpacePointVector
&
gPoints
,
const
SpacePointVector
&
lPoints
);
public:
/// The summaries object
SIMDPixelSummaries
summaries
;
};
}
}
Loading