-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathvalidation_cms.yaml
More file actions
57 lines (45 loc) · 1.34 KB
/
validation_cms.yaml
File metadata and controls
57 lines (45 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# CMS Validation Plotting Configuration
production: "cms_run3"
# Single source of truth for workspace
workspace_dir: "${productions.cms_run3.workspace_dir}"
# Container image for validation (from main spec)
container: "${project.container}"
# Input directories (resolved relative to workspace_dir if needed)
val_dir: "${workspace_dir}/val"
val_data_dir: "${workspace_dir}/val_data"
# Output directory for parquets and plots
output_dir: "${workspace_dir}/plots_validation"
# MC Samples to validate (from particleflow_spec.yaml)
# We map the sample key to its metadata for path construction
mc_samples:
QCD_PU_13p6:
output_subdir: "pu55to75_val"
process_name: "QCDForPF_13p6TeV_TuneCUETP8M1_cfi"
# Data Samples to validate
data_samples:
jetmet0:
output_subdir: "Run2024C"
process_name: "jetmet0"
# Data validation settings
data_validation:
golden_json: "data/cms/run3/corrections/Cert_Collisions2024_378981_386951_Golden.json"
lumi_csv: "data/cms/run3/corrections/output.csv"
# Sample used to derive JECs
correction_sample: "QCD_PU_13p6"
# Jet types to consider
jet_types:
- ak4
- ak8
# Fiducial cuts for plot_validation.py
fiducial_cuts:
- inclusive
- eta_0_2p5
- eta_2p5_3
- eta_3_5
# Center of mass energy
tev: 13.6
# Resource requirements
resources:
mem_mb: 8000
runtime: "2h"
slurm_partition: "${project.cpu_partition}"