-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d81403
commit 6758fc4
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Advanced Bender | ||
|
||
Here we discuss some _advanced_ features of Bender, namely | ||
- the powefull _fill_ of n-tuples provied by `BenderTools.Fill` module | ||
- the treatment of `TisTos` information in Bender, provided by the module `BenderTools.TisTos` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Advanced fill of n-tuples | ||
|
||
The n-tuple filling functionality, described [above](getting-started/firstalgorithms.md) is | ||
drasticlaly extended using the functions from `BenderTools.Fill` module. | ||
The import of this module add following functions to the base class `Algo`: | ||
| Method | Short description | | ||
| --- | --- | | ||
| `treatPions` | add information about pions | | ||
| `treatKaons` | add information about kaons | | ||
| `treatProtons' | add information about protons | | ||
| `treatMuons` | add information about muons | | ||
| `treatPhotons` | add information about photons | | ||
| `treatDiGammas` | add information about di-photons (pi0, eta,...) | | ||
| `treatTracks` | add information about the tracks | | ||
| `treatKine` | add detailed kinematic information for the particle | | ||
| `fillMasses` | masses of sub-combinations | | ||
| `addRecSummary` | add rec-summary information | | ||
| `addGecInfo` | add some GEC-info | | ||
|
||
q |