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
b376299b
Commit
b376299b
authored
2 years ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
[MQ] In startBuildRawEvents2022.sh, add STS support in layers nb cut
parent
9f2ebfaf
No related branches found
No related tags found
1 merge request
!815
Changes to the unpacking and MQ macros from mCBM march 2022 runs
Pipeline
#17292
passed
2 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MQ/mcbm/startBuildRawEvents2022.sh.in
+8
-0
8 additions, 0 deletions
MQ/mcbm/startBuildRawEvents2022.sh.in
with
8 additions
and
0 deletions
MQ/mcbm/startBuildRawEvents2022.sh.in
+
8
−
0
View file @
b376299b
...
@@ -102,6 +102,7 @@ case $_TriggSet in
...
@@ -102,6 +102,7 @@ case $_TriggSet in
_TofMin
=
1
_TofMin
=
1
_T0Min
=
0
_T0Min
=
0
_StsMin
=
0
_StsMin
=
0
_StsMinLay
=
0
_MuchMin
=
0
_MuchMin
=
0
_Trd1dMin
=
0
_Trd1dMin
=
0
_Trd2dMin
=
0
_Trd2dMin
=
0
...
@@ -115,6 +116,7 @@ case $_TriggSet in
...
@@ -115,6 +116,7 @@ case $_TriggSet in
_TofMinLay
=
1
_TofMinLay
=
1
_T0Min
=
1
_T0Min
=
1
_StsMin
=
0
_StsMin
=
0
_StsMinLay
=
0
_MuchMin
=
0
_MuchMin
=
0
_Trd1dMin
=
0
_Trd1dMin
=
0
_Trd2dMin
=
0
_Trd2dMin
=
0
...
@@ -128,6 +130,7 @@ case $_TriggSet in
...
@@ -128,6 +130,7 @@ case $_TriggSet in
_TofMinLay
=
4
_TofMinLay
=
4
_T0Min
=
0
_T0Min
=
0
_StsMin
=
0
_StsMin
=
0
_StsMinLay
=
0
_MuchMin
=
0
_MuchMin
=
0
_Trd1dMin
=
0
_Trd1dMin
=
0
_Trd2dMin
=
0
_Trd2dMin
=
0
...
@@ -141,6 +144,7 @@ case $_TriggSet in
...
@@ -141,6 +144,7 @@ case $_TriggSet in
_TofMinLay
=
4
_TofMinLay
=
4
_T0Min
=
1
_T0Min
=
1
_StsMin
=
0
_StsMin
=
0
_StsMinLay
=
0
_MuchMin
=
0
_MuchMin
=
0
_Trd1dMin
=
0
_Trd1dMin
=
0
_Trd2dMin
=
0
_Trd2dMin
=
0
...
@@ -154,6 +158,7 @@ case $_TriggSet in
...
@@ -154,6 +158,7 @@ case $_TriggSet in
_TofMinLay
=
4
_TofMinLay
=
4
_T0Min
=
1
_T0Min
=
1
_StsMin
=
2
_StsMin
=
2
_StsMinLay
=
0
_MuchMin
=
0
_MuchMin
=
0
_Trd1dMin
=
0
_Trd1dMin
=
0
_Trd2dMin
=
0
_Trd2dMin
=
0
...
@@ -167,6 +172,7 @@ case $_TriggSet in
...
@@ -167,6 +172,7 @@ case $_TriggSet in
_TofMinLay
=
8
# PAL 07/04/2022: Not sure here if it should be 4 or 8 (2 tracks in same det. stack excluded?)
_TofMinLay
=
8
# PAL 07/04/2022: Not sure here if it should be 4 or 8 (2 tracks in same det. stack excluded?)
_T0Min
=
1
_T0Min
=
1
_StsMin
=
8
_StsMin
=
8
_StsMinLay
=
0
_MuchMin
=
0
_MuchMin
=
0
_Trd1dMin
=
0
_Trd1dMin
=
0
_Trd2dMin
=
0
_Trd2dMin
=
0
...
@@ -180,6 +186,7 @@ case $_TriggSet in
...
@@ -180,6 +186,7 @@ case $_TriggSet in
_TofMinLay
=
4
_TofMinLay
=
4
_T0Min
=
1
_T0Min
=
1
_StsMin
=
4
_StsMin
=
4
_StsMinLay
=
0
_MuchMin
=
2
_MuchMin
=
2
_Trd1dMin
=
2
_Trd1dMin
=
2
_Trd2dMin
=
0
_Trd2dMin
=
0
...
@@ -360,6 +367,7 @@ while (( _iBranch < _nbbranch )); do
...
@@ -360,6 +367,7 @@ while (( _iBranch < _nbbranch )); do
EVTBUILDER+
=
" --SetTrigMinNb kTof,
$_TofMin
"
EVTBUILDER+
=
" --SetTrigMinNb kTof,
$_TofMin
"
EVTBUILDER+
=
" --SetTrigMinNb kRich,0"
EVTBUILDER+
=
" --SetTrigMinNb kRich,0"
EVTBUILDER+
=
" --SetTrigMinLayersNb kTof,
$_TofMinLay
"
EVTBUILDER+
=
" --SetTrigMinLayersNb kTof,
$_TofMinLay
"
EVTBUILDER+
=
" --SetTrigMinLayersNb kSts,
$_StsMinLay
"
EVTBUILDER+
=
" --TsNameIn unpts
$_iBranch
"
EVTBUILDER+
=
" --TsNameIn unpts
$_iBranch
"
EVTBUILDER+
=
" --EvtNameOut events"
EVTBUILDER+
=
" --EvtNameOut events"
EVTBUILDER+
=
" --channel-config name=unpts
$_iBranch
,type=pull,method=connect,transport=zeromq,rcvBufSize=2,address=tcp://127.0.0.1:
$_iPort
,rateLogging=
$_ratelog
"
EVTBUILDER+
=
" --channel-config name=unpts
$_iBranch
,type=pull,method=connect,transport=zeromq,rcvBufSize=2,address=tcp://127.0.0.1:
$_iPort
,rateLogging=
$_ratelog
"
...
...
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