Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:17:57

0001 #!/bin/bash
0002 #==========================================================================
0003 #  AIDA Detector description implementation 
0004 #--------------------------------------------------------------------------
0005 # Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0006 # All rights reserved.
0007 #
0008 # For the licensing terms see $DD4hepINSTALL/LICENSE.
0009 # For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0010 #
0011 #==========================================================================
0012 #
0013 #  @author M.Frank
0014 #
0015 #==========================================================================
0016 if test -z "${DDDB_DIR}"; then
0017     target=/tmp;
0018     if test -n "$USER"; then
0019         target=/tmp/$USER;
0020     fi;
0021     DDDB_DIR=${target}/DDDB;
0022 fi;
0023 export DDDB_DIR;
0024 . ${DD4hepINSTALL}/bin/run_test_DDDB.sh \
0025   ${DD4hepINSTALL}/bin/run_dddb.sh \
0026   -config DD4hep_ConditionsManagerInstaller \
0027   -visualize \
0028   -attr file:${DDDB_DIR}/Visattrs.xml $*