You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Alignment/OfflineValidation/README_JetHT.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
##JetHT validation
1
+
# JetHT validation
2
2
3
-
###Validation analysis - JetHT_cfg.py
3
+
## Validation analysis - JetHT_cfg.py
4
4
5
5
The vast majority of the time in the JetHT validation goes to running the actual validation analysis. This is done with cmsRun using the JetHT_cfg.py configuration file. To configure the analysis in the all-in-one framework, the following parameters can be set in the json/yaml configuration file:
6
6
@@ -29,7 +29,7 @@ profilePtBorders | [3,5,10,20,50,100] | List for pT borders used in wide pT bin
29
29
TrackerAlignmentRcdFile | "nothing" | Local database file from which the TrackerAlignmentRcd is read. Notice that usual method to set this is reading from the database for each alignment.
30
30
TrackerAlignmentErrorFile | "nothing" | Local database file from which the TrackerAlignmentExtendedErrorRcd is read. Notice that usual method to set this is reading from the database for each alignment.
31
31
32
-
###File merging - addHistograms.sh
32
+
## File merging - addHistograms.sh
33
33
34
34
The addHistograms.sh script is used to merge the root files for jetHT validation. Merging is fast and can easily be done locally in seconds, but the tool is fully integrated to the all-in-one configuration for automated processing.
35
35
@@ -61,8 +61,7 @@ Variable | Default value | Explanation
61
61
singles | None | An array of single job names that must be finished before plotting can be run.
62
62
alignments | None | An array of alignment names for which the files are merged within those alignments. Different alignments are kept separate.
63
63
64
-
65
-
### Plotting - jetHtPlotter
64
+
## Plotting - jetHtPlotter
66
65
67
66
The tool is originally designed to be used standalone, since the plotting the histograms locally does not take more that tens of second at maximum. But the plotter works also together with the all-in-one configuration. The only difference for user is the structure of the configuration file, that changes a bit between standalone and all-in-one usage.
0 commit comments