Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Mar 3, 2018
1 parent 7d81403 commit 6758fc4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions advanced-bender/README.md
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`

20 changes: 20 additions & 0 deletions advanced-bender/fill.md
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

0 comments on commit 6758fc4

Please sign in to comment.