Skip to content

Commit

Permalink
update README for Muon Track Splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Jan 12, 2024
1 parent d25185f commit 856fc05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
3 changes: 3 additions & 0 deletions Alignment/OfflineValidation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,8 @@ For details read [`README_PV.md`](https://github.com/cms-sw/cmssw/blob/master/Al
## JetHT validation
For details read [`README_JetHT.md`](https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_JetHT.md)

## MTS validation
For details read [`README_MTS.md`](https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_MTS.md)

## General info about IOV/run arguments
For details read [`README_IOV.md`](https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_IOV.md)
20 changes: 3 additions & 17 deletions Alignment/OfflineValidation/README_MTS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## PV validation
## MTS (Muon Track Splitting) validation

### General info

Expand All @@ -15,9 +15,9 @@ MTS validation runs in 1 possible type of steps:
Step name is arbitrary string which will be used as a reference for consequent steps.
Merge and trend jobs are not yet implemented.

### Single PV jobs
### Single MTS jobs

Single jobs can be specified per run (IoV as well). In case of MC, IoV is specified to arbitrary 1.
Single jobs can be specified per run (IoV as well).

**Parameters below to be updated**
Variable | Default value | Explanation/Options
Expand All @@ -27,21 +27,7 @@ Alignments | None | List of alignments. Will create separate directory for each.
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).
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`
maxevents | 1 | Maximum number of events before cmsRun terminates.
maxtracks | 1 | Maximum number of tracks per event before next event is processed.
trackcollection | "generalTracks" | Track collection to be specified here, e.g. "ALCARECOTkAlMuonIsolated" or "ALCARECOTkAlMinBias" ...
tthrbuilder | "WithAngleAndTemplate" | Specify TTRH Builder
usePixelQualityFlag | True | Use pixel quality flag?
cosmicsZeroTesla | False | Is this validation for cosmics with zero magnetic field?
vertexcollection | "offlinePrimaryVertices" | Specify vertex collection to be used.
isda | True | Use DA algorithm (True) or GAP algorithm (False)
ismc | True | Is validation for MC (True) or Data (False)?
runboundary | 1 | Specify starting run number (can be also list of starting numbers in multirun approach).
runControl | False | Enable run control
ptCut | 3. | Probe tracks with pT > 3GeV
etaCut | 2.5 | Probe tracks in abs(eta) < 2.5 region
minPt | 1. | Define minimal track pT
maxPt | 30. | Define maximum track pT
doBPix | True | Do not run validation for BPix if needed
doFPix | True | Do not run validation for FPix if needed
forceBeamSpot | False | Force beam spot
numberOfBins | 48 | Define histogram granularity

0 comments on commit 856fc05

Please sign in to comment.