Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Methods for particle identification:

### pid_purity
Mimimum purities for pid-mode 3 & 4:
- `all_pdgs`: minimum purity is set for all pdgs (pdg-spefic purities need to be omitted) (in pid-mode 3 & 4)
- `default`: minimum purity is set for all pdgs (pdg-spefic purities need to be omitted) (in pid-mode 3 & 4)
- `protons`, `pions`, etc: minimum purity is set specifically for every pdg (general purity will be overwritten, if pdg-specific purity is given) (in pid-mode 4)

### decays
Expand Down
2 changes: 1 addition & 1 deletion at_interface/configs/config_H3L_pidmode4.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pid_mode" : 4, // pid mode: =0: no pid; =1: mc pid; =2: rec pid (default); =3: rec pid (max. purity & purity > min. purity); =4 (purity > min. purity)
// for 2-4: Pid-framework needs to be applied first
"pid_purity" : { // this block is only needed in pid_mode > 2
"all_pdgs" : 0.5,
"default" : 0.5,
"protons" : 0.7,
"pions" : 0.7,
"kaons" : 0.7,
Expand Down
2 changes: 1 addition & 1 deletion at_interface/configs/config_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"pid_mode" : number, // pid_mode: =0: no pid; =1: mc pid; =2: rec pid (default); =3: rec pid (max. purity & purity > min. purity); =4 (purity > min. purity)
// for pid_mode 2-4: Pid-framework needs to be applied first!
"pid_purity" : { // this block is only needed in pid_mode > 2
"all_pdgs" : purity_value,
"default" : purity_value,
"protons" : purity_value,
"pions" : purity_value,
"kaons" : purity_value,
Expand Down
Loading