Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
CMS Analyses
bbWW_SL
Commits
e55cb4d6
Commit
e55cb4d6
authored
Mar 02, 2022
by
Dennis Noll
Browse files
[recipes] common: add nu to eval vars
parent
d8d48a42
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/common.py
View file @
e55cb4d6
...
...
@@ -137,7 +137,7 @@ class Base:
"jet"
:
(
"analysis_jets"
,
6
,
common
+
(
"btagDeepFlavB"
,),
np
.
float32
,
{
"groups"
:
[
"multiclass"
,
"eval"
,
"input"
,
"part"
]}),
"fat"
:
(
"good_fat_bjets"
,
1
,
common
+
fat_jet_vars
,
np
.
float32
,
{
"groups"
:
[
"multiclass"
,
"eval"
,
"input"
,
"part"
]}),
"met"
:
(
"metp4"
,
0
,
common
,
np
.
float32
,
{
"groups"
:
[
"multiclass"
,
"eval"
,
"input"
,
"part"
]}),
"nu"
:
(
"neutrino"
,
0
,
common
,
np
.
float32
,
{
"groups"
:
[
"multiclass"
,
"input"
,
"part"
],
"blackout"
:
np
.
s_
[
0
:]}),
"nu"
:
(
"neutrino"
,
0
,
common
,
np
.
float32
,
{
"groups"
:
[
"multiclass"
,
"eval"
,
"input"
,
"part"
],
"blackout"
:
np
.
s_
[
0
:]}),
"hl"
:
(
None
,
0
,
hl
,
np
.
float32
,
{
"groups"
:
[
"multiclass"
,
"eval"
,
"input"
],
"blackout"
:
np
.
s_
[
30
:]}),
"param"
:
(
None
,
0
,
param
,
np
.
float32
,
{
"groups"
:
[
"multiclass"
,
"eval"
,
"input"
]}),
"eventnr"
:
(
None
,
0
,
[
"eventnr"
],
np
.
int64
,
{
"groups"
:
[
"multiclass"
,
"eval"
,
"split"
]}),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment