Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Ondrej Penc
athena
Commits
684978ba
Commit
684978ba
authored
1 year ago
by
Ondrej Penc
Browse files
Options
Downloads
Patches
Plain Diff
Clarify the comments from the previous commit
parent
a49a45c5
No related branches found
No related tags found
No related merge requests found
Pipeline
#6633249
passed
1 year ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigConfiguration/TrigConfData/TrigConfData/L1CTPFiles.h
+9
-9
9 additions, 9 deletions
.../TrigConfiguration/TrigConfData/TrigConfData/L1CTPFiles.h
with
9 additions
and
9 deletions
Trigger/TrigConfiguration/TrigConfData/TrigConfData/L1CTPFiles.h
+
9
−
9
View file @
684978ba
...
...
@@ -59,11 +59,11 @@ namespace TrigConf {
size_t
phase
()
const
{
return
m_phase
;
}
InputType
inputType
()
const
{
return
m_inputType
;
}
private
:
size_t
m_inputNumber
;
// index
std
::
string
m_name
;
// trigger threshold name
size_t
m_bit
;
// multiplicity bit
(a
threshold can
have more inpu
ts)
size_t
m_phase
;
// double data rate flag
InputType
m_inputType
;
// input tag
(for this class only PIT and DIR are accepted for now)
size_t
m_inputNumber
;
//
internal Trigger Menu Compiler
index
std
::
string
m_name
;
// trigger threshold name
, a label for input to the CTP
size_t
m_bit
;
//
number of
multiplicity bit
s of the
threshold
(it
can
typically have multiplicity up to 7, so up to 3 bi
ts)
size_t
m_phase
;
// double data rate flag
, a parameter saying if the input comes on the rising or falling edge
InputType
m_inputType
;
// input tag
, clarifying the origin or a group of the inputs
};
// Register the CTPCORE inputs to the CTPCORE switch matrix
...
...
@@ -77,10 +77,10 @@ namespace TrigConf {
size_t
bit
()
const
{
return
m_bit
;
}
InputType
inputType
()
const
{
return
m_inputType
;
}
private
:
size_t
m_inputNumber
;
// index
std
::
string
m_name
;
// trigger threshold name
size_t
m_bit
;
// multiplicity bit
(a
threshold can
have more inpu
ts)
InputType
m_inputType
;
// input tag
(for this class only CTPX is accepted for now)
size_t
m_inputNumber
;
//
internal Trigger Menu Compiler
index
std
::
string
m_name
;
// trigger threshold name
, a label for input to the CTP
size_t
m_bit
;
//
number of
multiplicity bit
s of the
threshold
(it
can
typically have multiplicity up to 7, so up to 3 bi
ts)
InputType
m_inputType
;
// input tag
, clarifying the origin or a group of the inputs
};
class
CTPInCounter
{
...
...
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