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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!753
Add Monitoring service for the Trd2d(FASP) unpacker
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add Monitoring service for the Trd2d(FASP) unpacker
a.bercuci/cbmroot:monitor-trd2d
into
master
Overview
4
Commits
4
Pipelines
2
Changes
15
Merged
Alexandru Bercuci
requested to merge
a.bercuci/cbmroot:monitor-trd2d
into
master
3 years ago
Overview
4
Commits
4
Pipelines
2
Changes
15
Add monitor for online diagnosis of the FASP unpacked data:
Rename unpacking classes and align them to the prefix CbmTrdUnpackFasp
extend CbmTrdUnpackMonitor class functionality for the Fasp data by introducing the daughter class CbmTrdUnpackFaspMonitor
Edited
3 years ago
by
Alexandru Bercuci
0
0
Merge request reports
Compare
master
version 1
0c29e352
3 years ago
master (base)
and
latest version
latest version
518a5a1b
4 commits,
3 years ago
version 1
0c29e352
3 commits,
3 years ago
15 files
+
542
−
100
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
MQ/mcbm/CbmDeviceUnpack.cxx
+
3
−
3
View file @ 518a5a1b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -20,7 +20,7 @@
#include
"CbmStsUnpackConfig.h"
#include
"CbmTofUnpackConfig.h"
#include
"CbmTrdUnpackConfig.h"
#include
"CbmTrdUnpackConfig
Fasp2D
.h"
#include
"CbmTrdUnpack
Fasp
Config.h"
#include
"StorableTimeslice.hpp"
#include
"TimesliceMetaData.h"
@@ -211,9 +211,9 @@ Bool_t CbmDeviceUnpack::InitContainers()
}
// if ("" != trdsetuptag)
// -------------
// ---- TRDFASP2D ----
std
::
shared_ptr
<
CbmTrdUnpackConfig
Fasp2D
>
trdfasp2dconfig
=
nullptr
;
std
::
shared_ptr
<
CbmTrdUnpack
Fasp
Config
>
trdfasp2dconfig
=
nullptr
;
if
(
""
!=
trdsetuptag
)
{
trdfasp2dconfig
=
std
::
make_shared
<
CbmTrdUnpackConfig
Fasp2D
>
(
trdsetuptag
.
Data
(),
3
);
trdfasp2dconfig
=
std
::
make_shared
<
CbmTrdUnpack
Fasp
Config
>
(
trdsetuptag
.
Data
(),
3
);
if
(
trdfasp2dconfig
)
{
// trdfasp2dconfig->SetDebugState();
trdfasp2dconfig
->
SetDoWriteOutput
();
Loading