RunningLUXSim: Difference between revisions
Jump to navigation
Jump to search
TapasSarangi (talk | contribs) No edit summary |
mNo edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
* 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 |
|||
r881 r896 HEAD |
|||
* They are the svn checkouts from the main repo and compiled without any |
* 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 |
* Geant4 version geant4.9.5.p02 is available |
||
ls /cvmfs/lz.opensciencegrid.org/geant4/ |
|||
etc geant4.9.5.p02 |
etc geant4.9.5.p02 |
||
* CLHEP version 2.1.0.1 is available |
* CLHEP version 2.1.0.1 is available |
||
ls /cvmfs/lz.opensciencegrid.org/CLHEP/ |
|||
2.1.0.1 |
2.1.0.1 |
||
* ROOT version is available |
* ROOT version is available |
||
ls /cvmfs/lz.opensciencegrid.org/ROOT/ |
|||
v5.34.32 |
v5.34.32 |
||
Line 24: | Line 24: | ||
== How to run LUXSim == |
== How to run LUXSim == |
||
source /cvmfs/lz.opensciencegrid.org/geant4/etc/geant4env.sh |
source /cvmfs/lz.opensciencegrid.org/geant4/etc/geant4env.sh geant4.9.5.p02 |
||
cd /cvmfs/lz.opensciencegrid.org/ |
cd /cvmfs/lz.opensciencegrid.org/LUXSim/release-4.3.2/ |
||
./LUXSimExecutable |
./LUXSimExecutable <some macro> |
||
== Convert output == |
== Convert output == |
||
Line 33: | Line 32: | ||
* Converters are also compiled and can be used : |
* 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