forked from aferrero2707/AliceAsyncQcBasicAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplots.json
More file actions
39 lines (39 loc) · 1.03 KB
/
plots.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"id": "test",
"plots": [
{
"detector": "MCH",
"task": "Clusters",
"name": "ClustersPerChamber",
"drawOptions": "H"
},
{
"detector": "GLO",
"task": "MUONTracks",
"name": "MCH-MID/WithCuts/TrackEta",
"checkThreshold": "0.05",
"maxBadBinsFrac": "0.05",
"checkRangeMin": "-3.99",
"checkRangeMax": "-2.51",
"drawOptions": "H"
},
{
"detector": "GLO",
"task": "MUONTracks",
"name": "MCH-MID/WithCuts/TrackPhi",
"checkThreshold": "0.05",
"maxBadBinsFrac": "0.05",
"drawOptions": "H"
},
{
"detector": "GLO",
"task": "MUONTracks",
"name": "MCH-MID/WithCuts/TrackPt",
"checkThreshold": "0.05",
"maxBadBinsFrac": "0.05",
"drawOptions": "H",
"logx": "1",
"logy": "0"
}
]
}