Skip to content

Commit a9aab4c

Browse files
committed
Adding documentation for production checker
1 parent 3a4fe9c commit a9aab4c

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,36 @@ Where the path is the path to the production directory. This script will check:
114114
made.
115115

116116
The second argument is a list of strings representing samples. Here they represent inclusive samples, which should
117-
be skipped; this argument is optional.
117+
be skipped; this argument is optional.
118+
119+
This script will produce `report.yaml`, which looks like:
120+
121+
```yaml
122+
# Print nicknames of samples going above 100 characters
123+
long_nicknames: ['105', 'some_long_sample_name']
124+
missing:
125+
info.yaml_mcfuntuple.yaml:
126+
only info.yaml:
127+
- Bd_KstPi0gamma_Kpi_eq_DPC_SS
128+
- Bd_Ksteta_gg_eq_DPC_SS
129+
only mcfuntuple.yaml:
130+
- Bd_KplKmn_eq_DPC
131+
- Bd_Kplpimn_eq_CPV2017_DPC
132+
info.yaml_samples.yaml:
133+
only info.yaml:
134+
- Bd_Denu_Kstenu_eq_VIA_HVM_EGDWC
135+
- Bd_Dmunu_Kstmunu_eq_DPC
136+
only samples.yaml:
137+
- Bd_KplKmn_eq_DPC
138+
- Bd_Kplpimn_eq_CPV2017_DPC
139+
mcfuntuple.yaml_samples.yaml:
140+
only mcfuntuple.yaml:
141+
- Bd_Denu_Kstenu_eq_VIA_HVM_EGDWC
142+
- Bd_Dmunu_Kstmunu_eq_DPC
143+
only samples.yaml:
144+
- Dst_D0pi_KK_TightCut
145+
- Dst_D0pi_KPi_TightCut
146+
```
118147

119148
### After pipelines
120149

0 commit comments

Comments
 (0)