-
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
156c7a8
commit e1e31de
Showing
4 changed files
with
30 additions
and
4 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
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
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 |
---|---|---|
@@ -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) | ||
|
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,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. |