Skip to content

Instantly share code, notes, and snippets.

@matthewfeickert
Last active July 23, 2018 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewfeickert/507c96f0283d7753d8b28a027d27c905 to your computer and use it in GitHub Desktop.
Save matthewfeickert/507c96f0283d7753d8b28a027d27c905 to your computer and use it in GitHub Desktop.
$ ssh feickert@lxplus-cloud.cern.ch -CX
$ source ~recast/public/setup.sh
(venv) [feickert@lxplus074 ~]$ recast catalogue ls
NAME DESCRIPTION
examples/rome Example from ATLAS Exotics Rome Workshop 2018
(venv) [feickert@lxplus074 ~]$ recast run examples/rome
2018-07-23 13:54:22,089 | pack.eventselection. | INFO | starting file loging for topic: step
2018-07-23 13:56:33,921 | pack.statanalysis.st | INFO | starting file loging for topic: step
RECAST result:
--------------
- name: CLs 95% based upper limit on poi
value:
exp: 0.8924846399964371
exp_m1: 0.6377501820447065
exp_m2: 0.4731739008380644
exp_p1: 1.2720762961732819
exp_p2: 1.7545752712294322
obs: 1.3352971254860764
- name: CLs 95% at nominal poi
value:
exp: 0.25999040745937085
exp_m1: 0.10547655600578199
exp_m2: 0.03889040527686523
exp_p1: 0.5345040672498215
exp_p2: 0.8276574946063575
obs: 0.574709475331039
(venv) [feickert@lxplus074 ~]$ tree recast*
recast-4iab5xlk
├── eventselection
│   ├── _packtivity
│   │   ├── eventselection.run.log
│   │   └── eventselection.step.log
│   └── submitDir
│   ├── driver.root
│   ├── hist
│   │   └── sample.root
│   ├── hist-sample.root
│   ├── input
│   │   └── sample.root
│   ├── location
│   └── submitted
├── statanalysis
│   ├── fitresults
│   │   ├── limit_data.json
│   │   ├── limit_data_nomsignal.json
│   │   ├── limit.png
│   │   ├── post.png
│   │   └── pre.png
│   └── _packtivity
│   ├── statanalysis.run.log
│   └── statanalysis.step.log
└── _yadage
├── yadage_snapshot_workflow.json
├── yadage_template.json
├── yadage_workflow_instance.dot
├── yadage_workflow_instance.pdf
└── yadage_workflow_instance.png
9 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment