-
Notifications
You must be signed in to change notification settings - Fork 33
Add vasilisa section #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vasilisa section #175
Conversation
|
Can you add |
| - Use this setup if you want to run the latest compatible versions of the FCC software: | ||
|
|
||
| **Event generation** | ||
| To generate events with Pythia8 + EvtGen, use the executable ```DelphesPythia8EvtGen_EDM4HEP_k4Interface```. Make sure your FCC software setup is actually working in correct enviroment. You can check this by running: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why multiple backticks? One should be enough for an in-line term
| To generate events with Pythia8 + EvtGen, use the executable ```DelphesPythia8EvtGen_EDM4HEP_k4Interface```. Make sure your FCC software setup is actually working in correct enviroment. You can check this by running: | ||
| ```bash | ||
| source /cvmfs/fcc.cern.ch/sw/latest/setup.sh | ||
| which DelphesPythia8EvtGen_EDM4HEP_k4Interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the expected output? How do I know that the executable is from the correct stack?
| The executable wrapper that connects Pythia8, EvtGen, and Delphes, and writes output in EDM4hep format. You can inspect its expected argument order by running: | ||
| ```bash | ||
| echo $KEY4HEP_STACK | ||
| DelphesPythia8EvtGen_EDM4HEP_k4Interface -h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add closed admonition with the output?
| Here we download a custom EvtGen decay file `Bu2TauNuTAUHADNU.dec` to describe $B^{+} \;\rightarrow\; \tau^{+} \nu_{\tau} \;\rightarrow\; 3\pi$. | ||
| EvtGen uses a flexible text-based format to define particle decays, allowing users to override or extend the default decay tables. To do this safely — without altering the global definitions in `DECAY.DEC` — we use **aliases**, which act as local copies of particles. | ||
|
|
||
| Example `.dec` file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here Iit might be beneficial to have an admonition as well.
| **EvtGen** is a decay generator specialized in the simulation of hadronic decays of heavy-flavour particles with accurate angular correlations and form-factor models. | ||
| **EvtGen** is interfaced to [**Pythia8**](https://github.com/HEP-FCC/k4Gen/blob/main/k4Gen/src/components/PythiaInterface.h#L88-L97) through **k4Gen**, | ||
| so that events generated by **Pythia** can be decayed by **EvtGen** before detector simulation. | ||
| **EvtGen** is a decay generator specialized in the simulation of hadronic decays of heavy-flavour particles with accurate angular correlations and form-factor models. **EvtGen** is interfaced to [**Pythia8**](https://github.com/HEP-FCC/k4Gen/blob/main/k4Gen/src/components/PythiaInterface.h#L88-L97) through **k4Gen**, so that events generated by **Pythia** can be decayed by **EvtGen** before detector simulation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If there is a website for EvtGen, can it be linked?
@BrieucF @kjvbrt Can you please check EvtGen + Pythia tutorial. I have refined all comments from Hands-On tutorial.