Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions web/colours/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"MTD": "#00ffff",
"Muons": "#0040ff",
"Particle Flow": "#ff66cc",
"Pixels": "#33ff33",
"Pixel track and vertex": "#33ff33",
"Taus": "#800055",
"Tracking": "#009900",
"Full track and vertex": "#009900",
"Full Track": "#009900",
"Local Track": "#33ff33",
"Full Track and Vertex": "#009900",
"Vertices": "#006600",
"ZDC": "#008B8B",

"Pixels on GPU": "#33ff33",
"Local Track on GPU": "#33ff33",
"ECAL on GPU": "#4ddbff",
"HCAL on GPU": "#b5a642",

Expand Down
9 changes: 5 additions & 4 deletions web/groups/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ hlt_summary.json: hlt.json
-e 's#: "L1T\>#: "others#' \
-e 's#: "TOTEM\>#: "others#' \
-e 's#: "ZDC\>#: "others#' \
-e '/PixelVertex/s#: "Vertices\>#: "Pixel track and vertex#' \
-e 's#: "Pixels\>#: "Pixel track and vertex#' \
-e 's#: "Tracking\>#: "Full track and vertex#' \
-e 's#: "Vertices\>#: "Full track and vertex#' \
-e '/PixelVertex/s#: "Vertices\>#: "Local Track#' \
-e 's#: "Vertices\>#: "Full Track and Vertex#' \
-e 's#: "Local Track\>#: "Local Track#' \
-e 's#: "Full Track"#: "Full Track and Vertex"#' \
-e 's#: "Full Track|#: "Full Track and Vertex|#' \
-e 's#|\(Alpaka\|Conversion\|GPU\|Portable\)\>##' \
> hlt_summary.json

Expand Down
Loading
Loading