Skip to content

Instantly share code, notes, and snippets.

View jstrube's full-sized avatar

Jan Strube jstrube

View GitHub Profile
@jstrube
jstrube / LimitsCalculator.ipynb
Last active December 4, 2020 04:52
IJulia notebook to calculate expected upper limits.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jstrube
jstrube / parseSVN.go
Last active August 29, 2015 14:23
Proof-of-principle parser of the commit history of an svn repo. Requires the history to be dumped to a single file first.
package main
import (
"os"
"fmt"
"xml"
"time"
"strings"
)
type Path struct {
@jstrube
jstrube / lcdd2gdml.go
Last active August 29, 2015 14:20
Converter of lcdd files to gdml files. Basically just extracts the gdml sub-tree from the lcdd file
package main
import (
"fmt"
"encoding/xml"
"io/ioutil"
"flag"
)
type InnerGDML struct {
@jstrube
jstrube / Gauge Boson Mass Resolution.ipynb
Last active December 4, 2020 04:55
Notebook to investigate the effect of detector resolution on the separation of W and Z bosons
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.