- Dec 09, 2022
-
-
Markus Frank authored
-
Markus Frank authored
-
- Nov 26, 2022
-
-
Markus Frank authored
-
- Nov 24, 2022
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
Co-authored-by:
Andre Sailer <andre.philippe.sailer@cern.ch>
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Nov 22, 2022
-
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Nov 11, 2022
-
-
Wouter Deconinck authored
This enables ddsim to accept `--inputFiles example.hepmc3.tree.root` files as produced by the [HepMC3 rootIO writers](https://gitlab.cern.ch/hepmc/HepMC3/-/tree/master/rootIO/include/HepMC3). There are two rootIO writers: `WriterRoot` writes HepMC3 objects to a ROOT file, while `WriterRootTree` writes a ROOT TTree with events. There are two corresponding rootIO readers. When HepMC3's `deduce_reader` is passed a `.root` file, it only [attempts to use](https://gitlab.cern.ch/hepmc/HepMC3/-/blob/master/include/HepMC3/ReaderFactory.h#L107) the `WriterRootTree`. Since `.root` is a bit too generic as an extension (it does not indicate the data model) and since ddsim already uses multiple extensions in output formates, e.g. `.edm4hep.root`, I considered that the intent is best conveyed with `.hepmc3.tree.root` (making it clear that the HepMC3 data model is used, stored in TTrees, inside the ROOT file format). With this change it is now also possible to run ddsim against remote HepMC3 events on an xrootd server, e.g. ``` ddsim --compactFile $DD4hepINSTALL/DDDetectors/compact/SiD.xml -N 10 --inputFiles root://dtn-eic.jlab.org//work/eic2/users/wdconinc/pythia8NCDIS_5x41_minQ2\=1_beamEffects_xAngle\=-0.025_hiDiv_vtxfix_1.hepmc3.tree.root --outputFile output.edm4hep.root ```
-
- Nov 10, 2022
-
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Oct 29, 2022
-
-
Markus Frank authored
-
Markus Frank authored
-
- Oct 22, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
- Sep 01, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
Wouter Deconinck authored
-
- Aug 25, 2022
-
-
Andre Sailer authored
-
- Aug 11, 2022
-
-
Andre Sailer authored
-
- Aug 10, 2022
-
-
Markus Frank authored
-
- Aug 09, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
Some time in the past, the simple fixed momentum setting for particle gun was lost. Now we set a fixed energy if the Energy property is set, otherwise we use momentumMin and momentumMax to chose a momentum from a range. Also changed some printouts to show the range we chose and the final value used during simulation.
-
Dmitry Kalinkin authored
-
- Aug 05, 2022
-
-
Andre Sailer authored
-
Andre Sailer authored
-
Andre Sailer authored
-
- Aug 02, 2022
-
-
Juraj Smiesko authored
-
- Jul 27, 2022
-
-
Andre Sailer authored
-
- Jul 19, 2022
-
-
Markus Frank authored
Implement fast simulation shower modelling. Simplify GFlash to use the same sensitive actions as fast simulation
-
- Jun 09, 2022
-
-
Andre Sailer authored
DDSim: compactFile can only be one instance, otherwise we cannot overwrite what is in the steeringfile, still takes multiple XML files
-
- Jun 08, 2022
-
-
Andre Sailer authored
-