Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DIR_INST=~/e1039/core-inst
mkdir -p $DIR_INST
cd ~/e1039
git clone https://github.com/E1039-Collaboration/e1039-core.git
cd e1039-core
cp -p script/this-core-org.sh DIRINST/thiscore.shsource/project/ptgroup/spinquest/thise1039.shexportROOTINCLUDEPATH=ROOT_INCLUDE_PATH_E1039_SHARE
source $DIR_INST/this-core.sh
./build.sh

b

Code Block
languagebash
DIR_INST=~/e1039/core-inst
mkdir -p $DIR_INST
cd ~/e1039
git clone https://github.com/E1039-Collaboration/e1039-core.git
cd e1039-core
cp -p script/this-core-org.sh $DIR_INST/this-core.sh
source /project/ptgroup/spinquest/this-e1039.sh
export ROOT_INCLUDE_PATH=$ROOT_INCLUDE_PATH_E1039_SHARE
source $DIR_INST/this-core.sh
./build.sh

User-Level Files

User-level files for the SpinQuest MC event generation are located under "/project/ptgroup/Akbar", such as "DY_Target_script". 

...