Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
{    
    "LFS": "$CMSSW_BASE/src/JetHtExample",
    "name": "example_json_jetHT",

    "alignments": {
	"prompt": {
           "color": "600",
           "globaltag": "110X_dataRun3_Prompt_v3",
           "style": "20",
           "title": "Prompt"
        },
	"rereco": {
           "color": "632",
           "globaltag": "106X_dataRun2_v10",
           "style": "20",
           "title": "ReReco"
        },
        "ultralegacy": {
           "color": "418",
           "globaltag": "111X_dataRun2_v3",
           "style": "20",
           "title": "UltraLegacy"
        }
    },
    "validations": {
        "JetHT": {
            "single": {
                "fullExample": {
                    "alignments": ["prompt", "rereco", "ultralegacy"],
                    "trackCollection": "ALCARECOTkAlMinBias",
                    "dataset": "$CMSSW_BASE/src/Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt",
                    "filesPerJob": 1,
                    "iovListFile": "Alignment/OfflineValidation/data/lumiPerRun_Run2.txt",
                    "maxevents": 1000
                }
            },
            "merge": {
                "fullExample": {
                    "singles": ["fullExample"],
                    "alignments": ["prompt", "rereco", "ultralegacy"]
                }
            },
            "plot": {
                "fullExample": {
                    "merges": ["fullExample"],
                    "alignments": ["prompt", "rereco", "ultralegacy"],
                    "jethtplot":{
                        "drawProfiles": {
                            "drawDzErrorVsPt": true,
                            "drawDxyErrorVsPt": true,
                            "nIovInOnePlot": 1
                        },
                        "drawHistograms": {
                            "drawDz": true,
                            "drawDxy": true
                        },
                        "drawTrends": {
                            "drawDzError": true,
                            "drawDxyError": true,
                            "useLuminosityAxis": true,
                            "drawYearLines": true,
                            "runsForLines": [290543,314881]
                        },
                        "trendZoom": {
                            "minZoomDzTrend": 20,
                            "maxZoomDzTrend": 95,
                            "minZoomDxyTrend": 10,
                            "maxZoomDxyTrend": 90
                        },
                        "lumiPerIovFile": "Alignment/OfflineValidation/data/lumiPerRun_Run2.txt"
                    }
                }
            }
        }
    }
}