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
9bbedd8c
Commit
9bbedd8c
authored
3 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
In run_unpack_tsa, change default setup to 2021_07 as needed for TRD 2D support
parent
76cacd64
No related branches found
No related tags found
1 merge request
!514
In STS unpack monitor, add plots and debug plots for raw stats and duplicate hits
Pipeline
#13270
passed
3 years ago
Stage: documentation
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/run_unpack_tsa.C
+1
-1
1 addition, 1 deletion
macro/run/run_unpack_tsa.C
with
1 addition
and
1 deletion
macro/run/run_unpack_tsa.C
+
1
−
1
View file @
9bbedd8c
...
...
@@ -33,7 +33,7 @@ std::shared_ptr<CbmTrdSpadic> GetTrdSpadic(bool useAvgBaseline = false);
std
::
shared_ptr
<
CbmStsUnpackMonitor
>
GetStsMonitor
(
std
::
string
treefilename
,
bool
bDebugMode
=
false
);
void
run_unpack_tsa
(
std
::
vector
<
std
::
string
>
infile
=
{
"test.tsa"
},
UInt_t
runid
=
0
,
const
char
*
setupName
=
"mcbm_beam_2021_0
3
"
,
std
::
int32_t
nevents
=
-
1
,
std
::
string
outpath
=
""
)
const
char
*
setupName
=
"mcbm_beam_2021_0
7
"
,
std
::
int32_t
nevents
=
-
1
,
std
::
string
outpath
=
""
)
{
// ========================================================================
...
...
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