FairRoot icon indicating copy to clipboard operation
FairRoot copied to clipboard

C++ simulation, reconstruction and analysis framework for particle physics experiments

Results 62 FairRoot issues
Sort by recently updated
recently updated
newest added

Inherit FairModule from TVirtualMCSensitiveDetector, which allows to use VMC stepping. Tested with Tutorial1. Requires changes in detector interface.

feature
in progress

**Describe the bug** Sometimes FairRoot ends with a segmentation violation during the "tear down" phase (aka after the `FairRunAna` instance is being deconstructed). However, this segmentation violation only occurs randomly...

need-feedback:submitter

Our own examples should not use deprecated functionality (e.g. `ex_sim_tutorial2_run_signal2`, but we should make sure to update all examples).

Use the FairVMCConfig in the simulation macros. Addresses issue #1010. --- Checklist: [ X ] Rebased against `dev` branch [ X ] My name is in the resp. CONTRIBUTORS/AUTHORS file...

(follow-up of #1113 and many offline discussions regarding the more general topic of how to get rid of the `config.sh` **requirement**) As we concluded in our last group meeting (11.10.)...

I suspect that one of the reasons why I see so many FairTasks doing unrelated things (e.g. god class antipattern) in a project using FairRoot is that writing a typical...

ROOT 6.26 finally got a notice that TGeoTrack got deprecated. * https://root.cern.ch/doc/v626/classTGeoTrack.html * https://root.cern/doc/v626/release-notes.html#class-reference-guide We should investigate migration options!

FairRoot version: v18.6.4 Errors while running examples/simulation/Tutorial4/macros/plots.C: ``` $ cd examples/simulation/Tutorial4/macros $ root plots.C /simulation/Tutorial4/macros/plots.C:8:1: error: C++ requires a type specifier for all declarations plots(Int_t nEvents = 1000, Int_t iout...

need-feedback:submitter

**Is your feature request related to a problem? Please describe.** It looks like `examples/advanced/MbsTutorial/` is the only part of the code that tests / is an example for `FairRunOnline`. As...

**OS**: Fedora 31 **Compiler**: GCC 10.2.1 **FairRoot**: dev @ 71dedec0fbeee1ff0a093709a6916c11663951f5 When closing the event display window by clicking the X in the top right corner, one ends up in an...

bug