Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Alignment/APEEstimation/test/apeMeasurement/config.yaml is written in an unsupported language. File is not indexed.

0001 datasets:
0002     MinBias2024A:
0003         iovs: # if only one IOV is defined, take only that run?
0004         - 333333
0005         - 333336
0006         - 333339
0007         lastRun: 333340
0008         dataset: /MinimumBias/Run2023C-TkAlMinBias-PromptReco-v1/ALCARECO
0009         json: /eos/user/c/cmsdqm/www/CAF/certification/Collisions23/DCSOnly_JSON/Collisions23_13p6TeV_eraBCD_366403_370790_DCSOnly_TkPx.json 
0010         
0011         redo: False # if data set files already exist, redo skim?
0012         
0013         targetPath: /some/eos/path # where to transfer the files
0014         
0015         isCosmics: False
0016         maxEvents: -1
0017         trackSelection: MinBias # Or SingleMuon, DoubleMuon, etc
0018         maxFileSize: 350000
0019 
0020         globalTag: 141X_Whatever_GT
0021         conditions: # optional
0022             AlignmentRcd:
0023                 source: prod
0024                 tag: Alignment
0025                 
0026     somedesignsample:
0027         iovs: 
0028         - 1
0029         fileList: /path/to/fileList_iov{}.py # will be converted to /path/to/fileList_iov1.py
0030         redo: False # if data set files already exist, redo skim?
0031         
0032         targetPath: /some/eos/path # where to transfer the files
0033         
0034         trackSelection: MinBias # Or SingleMuon, DoubleMuon, etc
0035 
0036         globalTag: 141X_Whatever_GT
0037 
0038 
0039 baselines:
0040     Design:
0041         dataset: somedesignsample
0042         globalTag: 141_design_GT
0043         complete: False
0044         conditions:
0045             AlignmentRcd:
0046                 source: prod
0047                 tag: Alignment
0048 
0049 
0050 #~ measurements:
0051     #~ testAPE:
0052         #~ maxIterations: 15
0053         #~ baseline: Design
0054         #~ dataset: MinBias2024A
0055         #~ globalTag: 141X_Whatever_GT
0056         #~ conditions:
0057             #~ AlignmentRcd:
0058                 #~ source: mp4321
0059                 #~ tag: Alignment
0060 
0061 
0062