Skip to content

Commit aca78b9

Browse files
committed
Reorganize ParticleNet models and add README.
1 parent 909c7c7 commit aca78b9

File tree

6 files changed

+40
-0
lines changed

6 files changed

+40
-0
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# ParticleNetAK8-General-V00
2+
3+
This folder contains the MXNet models for the ParticleNet tagger designed for identifying Top/W/Z/H and their decay modes. No mass decorrelation is performed. The model is trained on AK8Puppi jets using `RunIIFall17MiniAODv2` samples.
4+
5+
The output classes of the DNN are:
6+
- probTbcq
7+
- probTbqq
8+
- probTbc
9+
- probTbq
10+
- probTbel
11+
- probTbmu
12+
- probTbta
13+
- probWcq
14+
- probWqq
15+
- probZbb
16+
- probZcc
17+
- probZqq
18+
- probHbb
19+
- probHcc
20+
- probHqqqq
21+
- probQCDbb
22+
- probQCDcc
23+
- probQCDb
24+
- probQCDc
25+
- probQCDothers
26+
File renamed without changes.
File renamed without changes.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ParticleNetAK8-MD-2prong-V00
2+
3+
This folder contains the MXNet models for the ParticleNet tagger designed for mass-independent 2-prong jet tagging (i.e., X->bb, X->cc, X->qq). The mass decorrelation is achieved by using a dedicated signal sample w/ a flat mass distribution (`/BulkGravitonToHHTo4Q_MX-600to6000_MH-15to250_part*_TuneCP5_13TeV-madgraph_pythia8/RunIIFall17MiniAODv2-PU2017_12Apr2018_multigridpack_94X_mc2017_realistic_v14-v1/MINIAODSIM`). The model is trained on AK8Puppi jets using `RunIIFall17MiniAODv2` samples.
4+
5+
The output classes of the DNN are:
6+
- probXbb
7+
- probXcc
8+
- probXqq
9+
- probQCDbb
10+
- probQCDcc
11+
- probQCDb
12+
- probQCDc
13+
- probQCDothers
14+

0 commit comments

Comments
 (0)