Skip to content

Commit d1eae84

Browse files
committed
Added final use case. Minor formatting update to tags info
1 parent 63c714c commit d1eae84

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

_episodes/02-rucio_usage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ Most of the tags in this list are optional and may not be applied to all dataset
246246
- **geometry\_config**
247247
- **generator**
248248
249-
Note that as mentioned for the generator, tags are entered in lower case, **with the exception of ion species**.
249+
This does not mean you are *required* to use these, rather that all datasets will have these tags.
250+
251+
Note that tags are entered in lower case, **with the exception of ion species**.
250252
251253
We can use these tags to filter through the available datasets and identify those of interest to us. For example:
252254

_episodes/03-use_cases.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,26 @@ Note that we have restricted these examples to only print out the first five fil
182182

183183
## Detector Designer/Optimiser, Algorithm/Reconstruction Development
184184

185-
Discussion of use case based upon SIM data - To be added soon.
185+
In this use case, someone updating the design of a detector in DD4HEP, or adjusting a reconstruction algorithm for a detector, may not want full reconstructed data. Instead, they may want more raw, hit level information. They may also want a specific detector configuration for comparison. In terms of physics process, they may not be looking at an actual reaction at all, but a particle gun simulation. Some tags they might use to find their data include:
186+
187+
- software\_release
188+
- data\_level
189+
- requester\_dsc
190+
- geometry\_config
191+
- gun\_particle
192+
- gun\_momentum\_min\_gev
193+
- gun\_momentum\_max\_gev
194+
- gun\_theta\_min\_deg
195+
- gun\_theta\_max\_deg
196+
- gun\_phi\_min\_deg
197+
- gun\_phi\_max\_deg
198+
- gun\_distribution
199+
200+
> ## `Exercise:`
201+
> Using combinations of the suggested tags, find the **latest** available dataset for:
202+
> - `K-` single particle gun simulations at a simulation level, i.e. not reconstructed.
203+
> - Determine the available momentum and angular ranges available for these files
204+
{: .challenge}
186205

187206
## Conclusion and Comments
188207

0 commit comments

Comments
 (0)