Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json is written in an unsupported language. File is not indexed.

0001 {    
0002     "LFS": "$CMSSW_BASE/src/JetHtExample",
0003     "name": "example_json_jetHT",
0004 
0005     "alignments": {
0006         "prompt": {
0007            "color": "600",
0008            "globaltag": "110X_dataRun3_Prompt_v3",
0009            "style": "20",
0010            "title": "Prompt"
0011         },
0012         "rereco": {
0013            "color": "632",
0014            "globaltag": "106X_dataRun2_v10",
0015            "style": "20",
0016            "title": "ReReco"
0017         },
0018         "ultralegacy": {
0019            "color": "418",
0020            "globaltag": "111X_dataRun2_v3",
0021            "style": "20",
0022            "title": "UltraLegacy"
0023         }
0024     },
0025     "validations": {
0026         "JetHT": {
0027             "single": {
0028                 "fullExample": {
0029                     "alignments": ["prompt", "rereco", "ultralegacy"],
0030                     "trackCollection": "ALCARECOTkAlMinBias",
0031                     "dataset": "$CMSSW_BASE/src/Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt",
0032                     "filesPerJob": 1,
0033                     "iovListFile": "Alignment/OfflineValidation/data/lumiPerRun_Run2.txt",
0034                     "maxevents": 1000
0035                 }
0036             },
0037             "merge": {
0038                 "fullExample": {
0039                     "singles": ["fullExample"],
0040                     "alignments": ["prompt", "rereco", "ultralegacy"]
0041                 }
0042             },
0043             "plot": {
0044                 "fullExample": {
0045                     "merges": ["fullExample"],
0046                     "alignments": ["prompt", "rereco", "ultralegacy"],
0047                     "jethtplot":{
0048                         "drawProfiles": {
0049                             "drawDzErrorVsPt": true,
0050                             "drawDxyErrorVsPt": true,
0051                             "nIovInOnePlot": 1
0052                         },
0053                         "drawHistograms": {
0054                             "drawDz": true,
0055                             "drawDxy": true
0056                         },
0057                         "drawTrends": {
0058                             "drawDzError": true,
0059                             "drawDxyError": true,
0060                             "useLuminosityAxis": true,
0061                             "drawYearLines": true,
0062                             "runsForLines": [290543,314881]
0063                         },
0064                         "trendZoom": {
0065                             "minZoomDzTrend": 20,
0066                             "maxZoomDzTrend": 95,
0067                             "minZoomDxyTrend": 10,
0068                             "maxZoomDxyTrend": 90
0069                         },
0070                         "lumiPerIovFile": "Alignment/OfflineValidation/data/lumiPerRun_Run2.txt"
0071                     }
0072                 }
0073             }
0074         }
0075     }
0076 }