Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Samuel Van Stroud
training-dataset-dumper
Commits
181ef61d
Commit
181ef61d
authored
Aug 21, 2018
by
Dan Guest
Browse files
Add ghost associated H, W, Z, and Top counts to fat jet
parent
e808da4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
BTagTrainingPreprocessing/src/BTaggingWriterConfiguration.hh
View file @
181ef61d
...
...
@@ -26,6 +26,12 @@ namespace cfg {
"XbbScoreTop"
,
"XbbScoreHiggs"
,
};
const
List
FatJetParentTruthLabels
=
{
"GhostHBosonsCount"
,
"GhostWBosonsCount"
,
"GhostZBosonsCount"
,
"GhostTQuarksFinalCount"
,
};
// BTagging
const
List
BTagDoubles
=
{
...
...
BTagTrainingPreprocessing/util/dump-hbb.cxx
View file @
181ef61d
...
...
@@ -203,7 +203,7 @@ int main (int argc, char *argv[])
fat_cfg
.
jet_float_variables
.
push_back
(
name
);
}
}
fat_cfg
.
parent_truth_labels
=
{
"GhostHBosonsCount"
}
;
fat_cfg
.
parent_truth_labels
=
cfg
::
FatJetParentTruthLabels
;
fat_cfg
.
name
=
"fat_jet"
;
BTagJetWriter
fatjet_writer
(
output
,
fat_cfg
);
...
...
Write
Preview
Markdown
is supported
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