Skip to content

Instantly share code, notes, and snippets.

@clelange
Created July 23, 2018 11:24
Show Gist options
  • Save clelange/26c97a12fed336bc31b8f5033677f98d to your computer and use it in GitHub Desktop.
Save clelange/26c97a12fed336bc31b8f5033677f98d to your computer and use it in GitHub Desktop.
Recast lxplus
[clange@lxplus000]~/myswarmcluster% source ~recast/public/setup.sh
(venv) [clange@lxplus000]~/myswarmcluster% recast catalogue ls
NAME DESCRIPTION
examples/rome Example from ATLAS Exotics Rome Workshop 2018
(venv) [clange@lxplus000]~/myswarmcluster% recast run examples/rome
2018-07-23 13:19:45,430 | pack.eventselection. | INFO | starting file loging for topic: step
2018-07-23 13:21:35,320 | 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) [clange@lxplus000]~/myswarmcluster% tree recast-b99gx59w
recast-b99gx59w
├── 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