IAP GITLAB

Skip to content
Snippets Groups Projects

Resolve "make friendly example scripts for the release"

Closed Alan Coleman requested to merge 626-make-friendly-example-scripts-for-the-release into master
Compare and Show latest version
25 files
+ 299
67
Compare changes
  • Side-by-side
  • Inline
Files
25
@@ -7,14 +7,14 @@
the license.
"""
from .observation_plane import ObservationPlane
from .track_writer import TrackWriter
from .longitudinal_profile import LongitudinalProfile
from .bethe_bloch import BetheBlochPDG
from .particle_cut import ParticleCut
from .energy_loss import EnergyLoss
from .longitudinal_profile import LongitudinalProfile
from .observation_plane import ObservationPlane
from .output import Output
from .particle_cut import ParticleCut
from .radio_process import RadioProcess
from .track_writer import TrackWriter
__all__ = [
"Output",
@@ -23,6 +23,6 @@ __all__ = [
"LongitudinalProfile",
"BetheBlochPDG",
"ParticleCut",
"EnergyLoss"
"EnergyLoss",
"RadioProcess",
]
Loading