Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Mar 6, 2018
1 parent 156c7a8 commit e1e31de
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
9 changes: 7 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@

----

* [ Standard scripts ](standard-scripts/README.md)
* [ Standard Bender scripts ](standard-scripts/README.md)
* [dst-dump](standard-scripts/README.md)
* [get-dbtags](standard-scripts/README.md)
* [get-metainfo](standard-scripts/README.md)
* [trg-check](standard-scripts/README.md)
* [no-mc-decays](standard-scripts/README.md)

----

Expand All @@ -38,7 +43,7 @@
----

* [Contributing](CONTRIBUTING.md)
* [Examples of formatting](getting-started/formatting-examples.md)

----

* [Download PDF](ref://bender-tutorials.pdf)
2 changes: 1 addition & 1 deletion advanced-bender/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
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`

- using of _tools_
13 changes: 12 additions & 1 deletion getting-started/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Getting started

Click on the "[Examples of formatting](formatting-examples.md)" section on the left
{% objectives "Learning objectives" %}
* Understand the overal structure of Bender module and the corresponding configuration
* Access to data, looping, histograming and n-tupling
* Combining particles with creation of compound particles
{% endobjectives %}

We'll start Bender tutorials with few very simple examples
- [(trivial) _DoNothing_ and _DaVinci_ examples](../twouseless.md)
- [(less trivial) _HelloWorld_ examples](../getting-started/firstalgorithms.md)
- [access to data, looping, histograming and n-tupling](../getting-started/firstalgorithms.md)
- [combining particles with creation of compound particles](../getting-started/createcompounds.md)

10 changes: 10 additions & 0 deletions standard-scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Standard Bender scripts

There are several preconfigured [`bender` scripts](../bender-script/README.md) that helps to solve frequent problems. The list includes:
- `dst-dump` : the script that allows to _dump the content sumamry_ for the certain (x,u,...)DST-file.
- `get-dbtags` : the script that helps to get `DDDB/CONDB`-tags from certain data file. It coudl be useful for [processing of simulated samples](../simulation/README.md)
- `get-metainfo` : the script that help to a lot of available meta-information (including `DDDB/CONDB`-tags) from certain data file and corresponisng entry in `RunDB`. It could be useful for [processing of simulated samples](../simulation/README.md) of other purposes
- `trg-check` : the script that helps to get [the list of the relevant](../advanced-bender/tistos.md) `L0TIS`, `L0TOS`, `Hlt1TIS`, `Hlt1TOS`, `Hlt2TIS` and `Hlt2TOS` trigger lines fo the given selection
- `no-mc-decays` : helper script that often helps to understand why not all MC-truth decays are [selected](../simulation/mctruth.md) using certain [decay descriptor]](https://twiki.cern.ch/twiki/bin/view/LHCb/FAQ/LoKiNewDecayFinders_. It allows to tune the decay descriptor properly to accept the missing entries.

All there scripts are properly documented and one can invoke them using `-h` option.

0 comments on commit e1e31de

Please sign in to comment.