Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTPfragment
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
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
atlas-tdaq-software
CTPfragment
Merge requests
!7
fix muctpi cand flags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix muctpi cand flags
aikoulou
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Aimilianos Koulouris
requested to merge
aikoulou
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e59a724f
1 commit,
2 years ago
1 file
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
CTPfragment/MuCTPIdataformat_run3.h
+
4
−
4
Options
@@ -123,19 +123,19 @@ namespace MuCTPIdataformat_run3 {
@@ -123,19 +123,19 @@ namespace MuCTPIdataformat_run3 {
/// Mask for extracting the GoodMF bit for endcap/forward candidates from the data words
/// Mask for extracting the GoodMF bit for endcap/forward candidates from the data words
static
const
uint32_t
EndcapForwardGoodMFMask
=
0x1
;
static
const
uint32_t
EndcapForwardGoodMFMask
=
0x1
;
/// Position of the GoodMF bit in endcap/fw data words
/// Position of the GoodMF bit in endcap/fw data words
static
const
uint32_t
EndcapForwardGoodMFShift
=
1
8
;
static
const
uint32_t
EndcapForwardGoodMFShift
=
1
5
;
/// Mask for extracting the InnerCoin bit for endcap/forward candidates from the data words
/// Mask for extracting the InnerCoin bit for endcap/forward candidates from the data words
static
const
uint32_t
EndcapForwardInnerCoinMask
=
0x1
;
static
const
uint32_t
EndcapForwardInnerCoinMask
=
0x1
;
/// Position of the InnerCoin bit in endcap/fw data words
/// Position of the InnerCoin bit in endcap/fw data words
static
const
uint32_t
EndcapForwardInnerCoinShift
=
1
8
;
static
const
uint32_t
EndcapForwardInnerCoinShift
=
1
4
;
/// Mask for extracting the BW23 bit for endcap/forward candidates from the data words
/// Mask for extracting the BW23 bit for endcap/forward candidates from the data words
static
const
uint32_t
EndcapForwardBW23Mask
=
0x1
;
static
const
uint32_t
EndcapForwardBW23Mask
=
0x1
;
/// Position of the BW23 bit in endcap/fw data words
/// Position of the BW23 bit in endcap/fw data words
static
const
uint32_t
EndcapForwardBW23Shift
=
1
8
;
static
const
uint32_t
EndcapForwardBW23Shift
=
1
3
;
/// Mask for extracting the Charge bit for endcap/forward candidates from the data words
/// Mask for extracting the Charge bit for endcap/forward candidates from the data words
static
const
uint32_t
EndcapForwardChargeMask
=
0x1
;
static
const
uint32_t
EndcapForwardChargeMask
=
0x1
;
/// Position of the Charge bit in endcap/fw data words
/// Position of the Charge bit in endcap/fw data words
static
const
uint32_t
EndcapForwardChargeShift
=
1
8
;
static
const
uint32_t
EndcapForwardChargeShift
=
1
2
;
/// Mask for extracting the VETO bit from the data words
/// Mask for extracting the VETO bit from the data words
static
const
uint32_t
CandVetoMask
=
0x1
;
static
const
uint32_t
CandVetoMask
=
0x1
;
Loading