![]() |
|
|||
File indexing completed on 2025-08-05 08:12:56
0001 #!/bin/bash 0002 0003 export HOME=/sphenix/u/${LOGNAME} 0004 source /opt/sphenix/core/bin/sphenix_setup.sh -n new 0005 0006 #export SPHENIX=/sphenix/u/${LOGNAME}/sPHENIX 0007 #export MYINSTALL=$SPHENIX/install 0008 #export LD_LIBRARY_PATH=$MYINSTALL/lib:$LD_LIBRARY_PATH 0009 #export ROOT_INCLUDE_PATH=$MYINSTALL/include:$ROOT_INCLUDE_PATH 0010 # 0011 #source /opt/sphenix/core/bin/setup_local.sh $MYINSTALL 0012 0013 nEvents=0 0014 0015 inputFiles="{" 0016 for fileList in $@ 0017 do 0018 inputFiles+="\"${fileList}\"," 0019 done 0020 inputFiles=${inputFiles::-1} 0021 inputFiles+="}" 0022 echo running: run_HFreco.sh $* 0023 root.exe -q -b Fun4All_MDC2reco.C\(${inputFiles},$nEvents\) 0024 echo Script done
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |