Skip to content

musinsky/AliRsnLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# mvala (edited from web page)

# Easy and fast
export ALIRSNLITE_OPTS='-DPWGLFresonances=/home/mvala/git/AliRsn'
<AliRsnLite-path>/scripts/alirsnlite-make.sh -j5 install

# cmake example from $ALICE_ROOT
cd <AliRsnLite-path>
mkdir build
cd build
cmake -DALIRSNLITE_SYNC=YES ../

# cmake example from $ALICE_ROOT with external libs (PWG2resonances and EventMixing)
cd <AliRsnLite-path>
mkdir build
cd build
cmake -DALIRSNLITE_SYNC=YES -DPWGLFresonances=/home/mvala/git/AliRsn/ -DEventMixing=/home/mvala/git/EventMixing/ ../

# NEW cmake instruction
export ALIRSNLITE_OPTS="-DPWGLFresonances=/home/mvala/git/AliRsn"
# export ALIRSNLITE_OPTS="-DPWGLFresonancesdev=/home/mvala/git/AliRsnDev"
<AliRsnLite-path>/scripts/alirsnlite-make.sh -j3


# run on PROOF
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin proof:test --input aod --dataset <txt-file-with-list-of-local-files>

# run on PROOF
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin proof:full --input aod --dataset <dataset-name|txt-file-with-list-of-datasets>

# run on GRID
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin grid:full --input aod

# run MERGING on GRID after some jobs are done
# $ <AliRsnLite-path>/scripts/alirsnlite-main.sh --root.exe --plugin grid:terminate --input aod 


About

Lite version of AliRoot for resonance analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published