RunningLUXSim: Difference between revisions

From LZ Computing
Jump to navigation Jump to search
(Created page with "== Available LUXSim versions in CVMFS == * If you have CVMFS available on the machine, check it by : ls /cvmfs/lz.opensciencegrid.org/LUXSim r861 r881 r895")
 
mNo edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Available LUXSim versions in CVMFS ==
== Available LUXSim and other software versions in CVMFS ==


* If you have CVMFS available on the machine, check it by :
* If you have CVMFS available on the machine, check it by :
ls /cvmfs/lz.opensciencegrid.org/LUXSim
ls /cvmfs/lz.opensciencegrid.org/LUXSim
r861 r881 r895
r881 r896 HEAD

* They are the svn checkouts from the main repo and compiled without any modification to the code

* Geant4 version geant4.9.5.p02 is available
ls /cvmfs/lz.opensciencegrid.org/geant4/
etc geant4.9.5.p02

* CLHEP version 2.1.0.1 is available
ls /cvmfs/lz.opensciencegrid.org/CLHEP/
2.1.0.1

* ROOT version is available
ls /cvmfs/lz.opensciencegrid.org/ROOT/
v5.34.32

All these are used to compile LUXSimExecutable

== How to run LUXSim ==

source /cvmfs/lz.opensciencegrid.org/geant4/etc/geant4env.sh geant4.9.5.p02
cd /cvmfs/lz.opensciencegrid.org/LUXSim/release-4.3.2/
./LUXSimExecutable <some macro>

== Convert output ==

* Converters are also compiled and can be used :
export ROOTSYS=/cvmfs/lz.opensciencegrid.org/ROOT/v5.34.32/slc6_gcc44_x86_64/root
export PATH=${ROOTSYS}/bin:${PATH}
export LD_LIBRARY_PATH=${ROOTSYS}/lib:${LD_LIBRARY_PATH}
/cvmfs/lz.opensciencegrid.org/LUXSim/HEAD/tools/LUXRootReader outputXXXXXX.bin

Latest revision as of 20:24, 16 August 2016

Available LUXSim and other software versions in CVMFS

  • If you have CVMFS available on the machine, check it by :
 ls /cvmfs/lz.opensciencegrid.org/LUXSim
    r881    r896   HEAD
  • They are the svn checkouts from the main repo and compiled without any modification to the code
  • Geant4 version geant4.9.5.p02 is available
 ls /cvmfs/lz.opensciencegrid.org/geant4/
    etc    geant4.9.5.p02
  • CLHEP version 2.1.0.1 is available
 ls /cvmfs/lz.opensciencegrid.org/CLHEP/
   2.1.0.1
  • ROOT version is available
 ls /cvmfs/lz.opensciencegrid.org/ROOT/
   v5.34.32

All these are used to compile LUXSimExecutable

How to run LUXSim

 source /cvmfs/lz.opensciencegrid.org/geant4/etc/geant4env.sh geant4.9.5.p02
 cd /cvmfs/lz.opensciencegrid.org/LUXSim/release-4.3.2/
 ./LUXSimExecutable <some macro>

Convert output

  • Converters are also compiled and can be used :
 export ROOTSYS=/cvmfs/lz.opensciencegrid.org/ROOT/v5.34.32/slc6_gcc44_x86_64/root
 export PATH=${ROOTSYS}/bin:${PATH}
 export LD_LIBRARY_PATH=${ROOTSYS}/lib:${LD_LIBRARY_PATH}
 /cvmfs/lz.opensciencegrid.org/LUXSim/HEAD/tools/LUXRootReader  outputXXXXXX.bin