Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
This repository contains the datasets needed to train and test the jet clustering models. The preprocessed datasets are generated from the root files for faster access and easier data loading.
|
2 |
|
3 |
Testing datasets:
|
4 |
-
* Delphes_020425_test_PU_PFfix_part0 for signal
|
5 |
-
* QCD_test_part0 for background
|
6 |
|
7 |
Training datasets:
|
8 |
-
* Delphes_020425_train2_PU_PFfix_partX (m=900 GeV, r_inv.=0.3) and Delphes_020425_train3_PU_PFfix_partX (m=700 GeV, r_inv.=0.7) for signal
|
9 |
-
* QCDtrain_part0 for background
|
10 |
|
11 |
The training datasets are split into blocks of 10k events during preprocessing.
|
|
|
1 |
This repository contains the datasets needed to train and test the jet clustering models. The preprocessed datasets are generated from the root files for faster access and easier data loading.
|
2 |
|
3 |
Testing datasets:
|
4 |
+
* `Delphes_020425_test_PU_PFfix_part0` for signal
|
5 |
+
* `QCD_test_part0` for background
|
6 |
|
7 |
Training datasets:
|
8 |
+
* `Delphes_020425_train2_PU_PFfix_partX` (m=900 GeV, r_inv.=0.3) and `Delphes_020425_train3_PU_PFfix_partX` (m=700 GeV, r_inv.=0.7) for signal
|
9 |
+
* `QCDtrain_part0` for background
|
10 |
|
11 |
The training datasets are split into blocks of 10k events during preprocessing.
|