-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example config to test new features in findAndChange
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
Alignment/OfflineValidation/test/examples/DMR_testFeatures.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
LFS: /eos/cms/store/group/alca_trackeralign/AlignmentValidation/AlignmentValidation/NewTool | ||
name: DMR_testFeatures | ||
|
||
alignments: | ||
mp3707withSD: | ||
color: kRed + 3 # ROOT color constants are translated into integers; additions and subtractions (the symbols '+' and '-') are evaulated | ||
style: 2101 | ||
title: mp3707+SD | ||
globaltag: 130X_dataRun3_HLT_v2 | ||
conditions: | ||
TrackerAlignmentRcd: | ||
connect: sqlite_file:/afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/mp3707/jobData/jobm/alignments_MP.db | ||
tag: Alignments | ||
TrackerSurfaceDeformationRcd: | ||
connect: sqlite_file:/afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/mp3643/jobData/jobm4/alignments_MP.db | ||
tag: Deformations | ||
|
||
validations: | ||
DMR: | ||
merge: | ||
mergeJob: | ||
methods: | ||
- median | ||
- rmsNorm | ||
curves: | ||
- plain | ||
customrighttitle: "pp collisions (2023) 13.6 TeV" | ||
legendoptions: | ||
- mean | ||
- rms | ||
singles: | ||
- singleJob | ||
minimum: 10 | ||
|
||
single: | ||
singleJob: | ||
IOV: | ||
- 370667 | ||
alignments: | ||
- mp3707withSD | ||
trackcollection: hltMergedTracks | ||
vertexcollection: offlinePrimaryVertices | ||
tthrbuilder: WithTrackAngle | ||
usePixelQualityFlag: false | ||
maxevents: 2000 | ||
maxtracks: 18000 | ||
dataset: /afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/datasetfiles/Collisions2023/310723/HLTMonitor_Run2023D-Express-v2_FEVTHLTALL/Dataset_Validation_HLTMonitor_Run2023D-Express-v2_FEVTHLTALL_since370667.txt | ||
goodlumi: /afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/datasetfiles/Collisions2023/310723/Collisions23_13p6TeV_366403_370790_DCSOnly_TkPx.json |