Questions tagged [muon]
4 questions
1
vote
1 answer
Trigger :visited state (make links purple) when browsing in Electron
In my Electron app I have a webview. If I click a link (e.g. on Google) and then move back, the link turns not purple, like in normal browsers.
Can I activate this behaviour in Electron too? Or do it programmatically, if I would store the browsing…

flori
- 14,339
- 4
- 56
- 63
0
votes
0 answers
How to change part of a muon object in python when the shape differs
I've been trying to make changes to a muon object in python.
import pandas as pd
import sys
import os
import muon
import muon as mu
import numpy as np
madata = mu.read("Example_data.h5mu")
df = madata.mod['atac'].var
# change the data…

Murphy
- 241
- 2
- 12
0
votes
0 answers
How to Find the Number of Muons in a Branch in a TTree:ROOT
I am trying to find the number of muons inside my TTree called Delphes. I have a Muon Branch inside the Delphes tree that gives different variables of the muons such as transverse momentum; however, it does not tell the number of muons generated.…

usernew
- 125
- 1
- 13
0
votes
1 answer
electron/muon: require not defined in renderer
I'm currently working on an IPFS/Ethereum dapp in Muon.
Because i need Metamask i started with this Boilerplate: https://github.com/SwapyNetwork/electron-metamask-boilerplate
Everything is working fine so far.
However i can not use…

Sauseee
- 45
- 1
- 6