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
!71771
Itk pixel bytestream encoding
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Itk pixel bytestream encoding
okovanda/athena:itk_pixel_bytestream_encoding
into
main
Overview
95
Commits
24
Pipelines
8
Changes
15
Merged
Sebastien Roy-Garand
requested to merge
okovanda/athena:itk_pixel_bytestream_encoding
into
main
11 months ago
Overview
95
Commits
24
Pipelines
8
Changes
15
Expand
Reorganized RDO access, implemented encoder
ATLITKSW-232
@okovanda
Edited
10 months ago
by
Ondrej Kovanda
0
0
Merge request reports
Compare
main
version 7
bdaf178d
10 months ago
version 6
7383f9e6
10 months ago
version 5
80865673
10 months ago
version 4
5ec2e344
10 months ago
version 3
64f21f83
10 months ago
version 2
76f19ba5
10 months ago
version 1
f236eee8
11 months ago
main (base)
and
latest version
latest version
8afbc95c
24 commits,
10 months ago
version 7
bdaf178d
23 commits,
10 months ago
version 6
7383f9e6
22 commits,
10 months ago
version 5
80865673
21 commits,
10 months ago
version 4
5ec2e344
18 commits,
10 months ago
version 3
64f21f83
17 commits,
10 months ago
version 2
76f19ba5
15 commits,
10 months ago
version 1
f236eee8
14 commits,
11 months ago
15 files
+
646
−
130
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetEventCnv/ITkPixelByteStreamCnv/src/components/ITkPixelByteStreamCnv_entries.cxx
+
4
−
7
Options
@@ -2,13 +2,10 @@
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
// #include "src/ITkPixelRawDataProviderTool.h"
// #include "src/ITkPixelRodDecoder.h"
#include
"src/ITkPixelEncodingAlg.h"
// #include "src/PixelRDOTool.h"
#include
"src/ITkPixelEncodingTool.h"
#include
"src/ITkPixelHitSortingTool.h"
// DECLARE_COMPONENT( ITkPixelRawDataProviderTool )
// DECLARE_COMPONENT( ITkPixelRodDecoder )
DECLARE_COMPONENT
(
ITkPixelEncodingAlg
)
// DECLARE_COMPONENT( PixelRDOTool )
\ No newline at end of file
DECLARE_COMPONENT
(
ITkPixelEncodingTool
)
DECLARE_COMPONENT
(
ITkPixelHitSortingTool
)
\ No newline at end of file
Loading