You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/MUON/MID/Calibration/macros/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ This can be done with a json file in the form:
72
72
{
73
73
"startRun": 557251,
74
74
"endRun": 557926,
75
+
"startTT": 1726300235000,
76
+
"endTT": 1726324000000,
75
77
"rejectList": [
76
78
{
77
79
"deId": 4,
@@ -99,6 +101,8 @@ This can be done with a json file in the form:
99
101
}
100
102
```
101
103
104
+
Where `startTT` and `endTT` are the timestamps in which the manual reject list will be built. To use the timestamps of start/end of the specified runs set `startTT` and `endTT` to 0 (or do not include them in the json).
105
+
102
106
The path to the file is then given to the macro with:
0 commit comments