Problem 1381

Summary: List of advanced examples macros that does not respect conventions
Product: Examples/Advanced Reporter: garnier
Component: air_showerAssignee: Luciano Pandola <pandola>
Status: RESOLVED FIXED    
Severity: trivial CC: Ivana.Hrivnacova, John.Allison, luciano.pandola
Priority: P5    
Version: 9.5   
Hardware: All   
OS: All   

Description garnier 2012-11-09 11:24:41 CET
From http://geant4.web.cern.ch/geant4/support/ReleaseNotes4.9.5.html :

>>>>>>
Interfaces and Visualization

    Improvements to the Qt Graphical User Interface and Viewer. Involves installation of Qt from qt.nokia.com and selection with CMake - see CMake instructions.
    Users are encouraged to use the generic "/vis/open OGL" command, which selects the OpenGL viewer most appropriate to the installation.
    Some new /vis/ commands - see Detailed list of changes and fixes.
>>>>>>>

List of examples/advanced :

advanced/ChargeExchangeMC/mac/visQt.mac:/vis/open OGLSQt 600x600-0+0
advanced/hadrontherapy/defaultMacro.mac:/vis/open OGLI
advanced/hadrontherapy/defaultMacroWithReferencePhysicsList.mac:/vis/open OGLI
advanced/hadrontherapy/macro/carbon_beamline.mac:/vis/open OGLI
advanced/hadrontherapy/macro/manySlabsPhantom.mac:/vis/open OGLIX
advanced/hadrontherapy/macro/modulatorMacro.mac:/vis/open OGLI
advanced/hadrontherapy/macro/oneSlabPhantom.mac:/vis/open OGLIX
advanced/hadrontherapy/macro/visualisationMacro.mac:/vis/open OGLIX
advanced/hadrontherapy/macro/voxellizedPhantom.mac:/vis/open OGLI
advanced/iort_therapy/defaultMacro.mac:/vis/open OGLI
advanced/iort_therapy/defaultMacroWithReferencePhysicsList.mac:/vis/open OGLI
advanced/iort_therapy/macro/manySlabsPhantom.mac:/vis/open OGLIX
advanced/iort_therapy/macro/oneSlabPhantom.mac:/vis/open OGLIX
advanced/iort_therapy/macro/visualisationMacro.mac:/vis/open OGLIX
advanced/iort_therapy/macro/voxellizedPhantom.mac:/vis/open OGLI
advanced/medical_linac/vis.mac:/vis/open OGLIX
Comment 1 Luciano Pandola 2012-11-22 09:41:52 CET
Advanced examples hadrontherapy, iort_therapy and medical_linac fixed (tags: hadrontherapy-V09-05-11, iort_therapy-V09-05-11 and medical_linac-V09-05-09, respectively).

Bug report invalid for ChargeExchangeMC: the example relies upon Qt session in the Live Histograming feature which makes it possible to see ROOT histograms "online". The feature uses ROOT's TQtWidget and only available when Qt application is running. Therefore it is not easy/possible at the moment to provide a further "abstraction" of the visualization macro. [Alexey Radkov]