Warning, /Alignment/OfflineValidation/README_Generic.md is written in an unsupported language. File is not indexed.
0001 # Generic Validation
0002
0003 ## General info
0004 ```
0005 validations:
0006 Generic:
0007 <step_type>:
0008 <step_name>:
0009 <options>
0010 ```
0011
0012 Generic validation runs in 2 possible types of steps:
0013 - single (validation analysis by GenericV_cfg.py)
0014 - (optional) merge (GenericVmerge macro)
0015 Step name is and arbitrary string which will be used as a reference for consequent steps.
0016 Merge job awill only start if all corresponding single jobs are done.
0017 Merge jobs can run in parallel.
0018
0019 ## Single Generic jobs
0020 Single jobs can be specified per run (IoV as well). In case of MC, IoV is specified to arbitrary 1.
0021
0022 Variable | Default value | Explanation/Options
0023 -------- | ------------- | --------------------
0024 IOV | None | List of IOVs/runs defined by integer value. IOV 1 is reserved for MC.
0025 Alignments | None | List of alignments. Will create separate directory for each.
0026 dataset | See defaultInputFiles_cff.py | Path to txt file containing list of datasets to be used. If file is missing at EOS or is corrupted - job will eventually fail (most common issue).
0027 goodlumi | cms.untracked.VLuminosityBlockRange() | Path to json file containing lumi information about selected IoV - must contain list of runs under particular IoV with lumiblock info. Format: `IOV_Vali_{}.json`
0028 maxevents | 1 | Maximum number of events before cmsRun terminates.
0029 trackcollection | "generalTracks" | Track collection to be specified here, e.g. "ALCARECOTkAlMuonIsolated" or "ALCARECOTkAlMinBias" ...
0030 tthrbuilder | "WithAngleAndTemplate" | Specify TTRH Builder
0031
0032 ## Merge Generic job
0033 Its name do not need to match single job name but option `singles` must list all single jobs to be merged.
0034 Generic merged plot style can be adjusted from global plotting style.
0035
0036 Variable | Default value | Explanation/Options
0037 -------- | ------------- | --------------------
0038 singles | None | List of strings matching single job names to be merged in one plot.
0039 customrighttitle | "" | Top right title. Reserved word "IOV" will be replaced for given IOV/run in the list.