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
!56664
Manual cherry pick of 55026
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Manual cherry pick of 55026
jojungge/athena:CherryPick_55026
into
22.0
Overview
3
Commits
1
Pipelines
0
Changes
2
Merged
Johannes Junggeburth
requested to merge
jojungge/athena:CherryPick_55026
into
22.0
2 years ago
Overview
3
Commits
1
Pipelines
0
Changes
2
Expand
Tagging
@epasqual
as original author
0
0
Merge request reports
Compare
22.0
22.0 (base)
and
latest version
latest version
b594bd8f
1 commit,
2 years ago
2 files
+
17
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonCnv/MuonNSWCommonDecode/MuonNSWCommonDecode/NSWElink.h
+
6
−
3
Options
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
#ifndef
_
MUON
_
NSW
_
ELINK_H
_
#define
_
MUON
_
NSW
_
ELINK_H
_
#ifndef MUONNSW
COMMONDECODE_NSW
ELINK_H
#define MUONNSW
COMMONDECODE_NSW
ELINK_H
#include
<stdint.h>
#include
<vector>
@@ -51,6 +51,9 @@ namespace Muon
NSWElink
(
const
uint32_t
*
bs
,
uint32_t
remaining
);
virtual
~
NSWElink
();
NSWElink
(
const
NSWElink
&
)
=
delete
;
NSWElink
&
operator
=
(
const
NSWElink
&
)
=
delete
;
const
std
::
vector
<
Muon
::
nsw
::
VMMChannel
*>
&
get_channels
()
const
{
return
m_channels
;};
unsigned
int
nwords
()
const
{
return
m_wordCount
;};
@@ -129,4 +132,4 @@ inline unsigned int Muon::nsw::NSWElink::test_checksum (const uint8_t *buffer, u
return
running_checksum
;
}
#endif //
_
MUON
_
NSW
_
ELINK_H
_
#endif // MUONNSW
COMMONDECODE_NSW
ELINK_H
Loading