diff --git a/examples/CLICSiD/scripts/CLIC_ECAL_Parallel_Readout.py b/examples/CLICSiD/scripts/CLIC_ECAL_Parallel_Readout.py index 3a3e9d2ada8994347e13df0800cc9f197dbeec12..bc8180567d58479844d1816148328fb7e912df08 100644 --- a/examples/CLICSiD/scripts/CLIC_ECAL_Parallel_Readout.py +++ b/examples/CLICSiD/scripts/CLIC_ECAL_Parallel_Readout.py @@ -9,17 +9,16 @@ # # ========================================================================== # -""" - - Subtest using CLICSid showing the usage of the G4Particle gun using - the Geant4GeneratorWrapper object. - - @author M.Frank - @version 1.0 - -""" +# +# +# Subtest using CLICSid showing the usage of the G4Particle gun using +# the Geant4GeneratorWrapper object. +# +# @author M.Frank +# @version 1.0 +# +# ========================================================================== from __future__ import absolute_import, unicode_literals - import DDG4 import CLICSid from DDG4 import OutputLevel as Output @@ -60,7 +59,6 @@ def run(): # First use the default definition for the basic setup (and the first sensitive action) det = str('EcalBarrel') typ = sid.geant4.sensitive_types['calorimeter'] - print(sid.geant4.sensitive_types['calorimeter']) seq = DDG4.SensitiveSequence(sid.kernel, str('Geant4SensDetActionSequence/')+det) seq.enableUI() act = DDG4.SensitiveAction(sid.kernel, str(typ+'/EcalBarrelHandler'), det)