Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Computing
cbmroot
Commits
8d49ca07
Commit
8d49ca07
authored
1 year ago
by
Axel Puntke
Committed by
Pierre-Alain Loizeau
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable TRD Monitor for new FEX format
parent
b5b0110c
No related branches found
No related tags found
1 merge request
!1712
Enable TRD Monitor for new FEX format
Pipeline
#28152
passed
1 year ago
Stage: build
Stage: package
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reco/detectors/trd/unpack/CbmTrdUnpackAlgoR.cxx
+5
-0
5 additions, 0 deletions
reco/detectors/trd/unpack/CbmTrdUnpackAlgoR.cxx
with
5 additions
and
0 deletions
reco/detectors/trd/unpack/CbmTrdUnpackAlgoR.cxx
+
5
−
0
View file @
8d49ca07
...
@@ -344,6 +344,11 @@ void CbmTrdUnpackAlgoR::makeDigi(Spadic::FexWord<0x10> fw, std::uint32_t criid)
...
@@ -344,6 +344,11 @@ void CbmTrdUnpackAlgoR::makeDigi(Spadic::FexWord<0x10> fw, std::uint32_t criid)
// If the message was flagged as multi hit, forward this info to the digi
// If the message was flagged as multi hit, forward this info to the digi
if
(
fw
.
mh
!=
0
)
digi
->
SetTriggerType
(
CbmTrdDigi
::
eTriggerType
::
kMulti
);
if
(
fw
.
mh
!=
0
)
digi
->
SetTriggerType
(
CbmTrdDigi
::
eTriggerType
::
kMulti
);
//pass digi to monitor
if
(
fMonitor
)
{
fMonitor
->
FillHistos
(
digi
.
get
(),
nullptr
);
}
fOutputVec
.
emplace_back
(
*
std
::
move
(
digi
));
fOutputVec
.
emplace_back
(
*
std
::
move
(
digi
));
}
}
}
}
...
...
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