Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AnalysisProductions
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
LHCb Data Packages
AnalysisProductions
Merge requests
!2711
data block1 updated requirements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
data block1 updated requirements
mwaterla_data_block1_updated_requirements
into
master
Overview
1
Commits
4
Pipelines
2
Changes
2
1 unresolved thread
Hide all comments
Open
Mark Waterlaat
requested to merge
mwaterla_data_block1_updated_requirements
into
master
3 weeks ago
Overview
1
Commits
4
Pipelines
2
Changes
2
1 unresolved thread
Hide all comments
Expand
data block1 updated requirements 4 hits on track, seeding 3/5 and with IP cut
0
0
Merge request reports
Compare
master
version 1
525d87f0
3 weeks ago
master (HEAD)
and
latest version
latest version
c76f9876
4 commits,
3 weeks ago
version 1
525d87f0
3 commits,
3 weeks ago
2 files
+
250
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
VPHitEfficiencies/info.yaml
0 → 100644
+
49
−
0
Options
defaults
:
application
:
"
Moore/v55r17"
inform
:
-
mark.waterlaat@cern.ch
wg
:
Calib
{
%
- set samples =
[
"
95100000/TURCAL_RAWBANKS.DST"
,
"
95100000/TURCAL_PERSISTRECORAWBANKS.DST"
,
"
96000000/NOBIAS.DST"
,
]
%
}
# Split the jobs into batches of 42 sensors to reduce the memory usage
{
%
- set sensor_step = 42 %
}
{
%
- set n_sensors = 208 %
}
{
%
- for filetype in samples %
}
{
%
- for begin_sensor in range(0
,
n_sensors
,
sensor_step) %
}
{
%
- set stream = filetype.split("/")
[
1
]
.rsplit("."
,
1)
[
0
]
%
}
{
#- Subtract one as the sensors are zero indexed #}
{
%
- set end_sensor =
[
begin_sensor + sensor_step
,
n_sensors
]
|
min - 1 %
}
MagUp_Collision24_
{{
stream
}}
_
{{
begin_sensor
}}
-
{{
end_sensor
}}:
input
:
bk_query
:
"
/LHCb/Collision24/Beam6800GeV-VeloClosed-MagUp/RealData/Sprucing24c2/{{
filetype
}}"
keep_running
:
false
runs
:
- 303092
:
304604
dq_flags
:
- OK
output
:
VPHITEFFICIENCIES.ROOT
options
:
entrypoint
:
VPHitEfficiencies.moore_data
:
main
extra_args
:
-
{{
stream | lower
}}
-
{{
begin_sensor
}}
-
{{
end_sensor
}}
extra_options
:
input_type
:
ROOT
input_raw_format
:
0.5
evt_max
:
-1
output_type
:
"
ROOT"
simulation
:
False
data_type
:
"
Upgrade"
geometry_version
:
"
run3/2024.Q1.2-v00.00"
conditions_version
:
"
master"
{
%
- endfor %
}
{
%
- endfor %
}
Loading