|
||||
File indexing completed on 2025-01-30 09:17:45
0001 # ========================================================================== 0002 # AIDA Detector description implementation 0003 # -------------------------------------------------------------------------- 0004 # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN) 0005 # All rights reserved. 0006 # 0007 # For the licensing terms see $DD4hepINSTALL/LICENSE. 0008 # For the list of contributors see $DD4hepINSTALL/doc/CREDITS. 0009 # 0010 # ========================================================================== 0011 # 0012 """ 0013 Subtest using CLICSid showing how to setup the Geant4 physics list 0014 0015 @author M.Frank 0016 @version 1.0 0017 0018 """ 0019 from __future__ import absolute_import, unicode_literals 0020 if __name__ == "__main__": 0021 import CLICSid 0022 sid = CLICSid.CLICSid().loadGeometry() 0023 # <<-- See this function to know how it's done.... 0024 sid.setupPhysics('QGSP_BERT') 0025 sid.test_run()
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |