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
b6794462
Commit
b6794462
authored
2 years ago
by
Vikas Singhal
Committed by
Pierre-Alain Loizeau
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[mMUCH] Use proper parameter file for runs 2060 to 2062 in main unpack macro
parent
35bba1cd
No related branches found
No related tags found
1 merge request
!815
Changes to the unpacking and MQ macros from mCBM march 2022 runs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
macro/run/run_unpack_tsa.C
+4
-0
4 additions, 0 deletions
macro/run/run_unpack_tsa.C
with
4 additions
and
0 deletions
macro/run/run_unpack_tsa.C
+
4
−
0
View file @
b6794462
...
@@ -212,6 +212,10 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid
...
@@ -212,6 +212,10 @@ void run_unpack_tsa(std::vector<std::string> infile = {"test.tsa"}, UInt_t runid
muchconfig
->
SetDoWriteOptOutA
(
"MuchDigiPulser"
);
muchconfig
->
SetDoWriteOptOutA
(
"MuchDigiPulser"
);
std
::
string
parfilesbasepathMuch
=
Form
(
"%s/macro/beamtime/mcbm2022/"
,
srcDir
.
Data
());
std
::
string
parfilesbasepathMuch
=
Form
(
"%s/macro/beamtime/mcbm2022/"
,
srcDir
.
Data
());
muchconfig
->
SetParFilesBasePath
(
parfilesbasepathMuch
);
muchconfig
->
SetParFilesBasePath
(
parfilesbasepathMuch
);
if
(
2060
<=
runid
&&
runid
<=
2162
)
{
/// Starting to use CRI Based MUCH setup with 2GEM and 1 RPC since 09/03/2022 Carbon run
muchconfig
->
SetParFileName
(
"mMuchParUpto26032022.par"
);
}
/// Enable duplicates rejection, Ignores the ADC for duplicates check
/// Enable duplicates rejection, Ignores the ADC for duplicates check
muchconfig
->
SetDuplicatesRejection
(
true
,
true
);
muchconfig
->
SetDuplicatesRejection
(
true
,
true
);
/// Enable Monitor plots
/// Enable Monitor plots
...
...
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