Skip to content
Snippets Groups Projects
Commit 37c95812 authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Update bootstrap and combine ini for fixed VV production

parent 1eeeb00b
Branches
Tags
No related merge requests found
......@@ -8,14 +8,12 @@
action() {
# export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
# export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/openssl/0.9.8e__1.0.1/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/openssl/1.0.2d-omkpbe2/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.46/src/fnlosrc_source.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.46/src/fnlosrc_source_NNLOJET_rev5918.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD:$PYTHONPATH"
......
......@@ -8,12 +8,12 @@
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/openssl/0.9.8e__1.0.1/lib:$LD_LIBRARY_PATH"
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/openssl/1.0.2d-omkpbe2/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fastnnlo/src/fnlosrc_source_NNLOJET-5918-multicore.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.46/src/fnlosrc_source_NNLOJET_rev5918_multicore.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD:$PYTHONPATH"
......
......@@ -16,8 +16,8 @@ V
R
#RRa
#RRb
#VV
#RV
#VV
......
......@@ -16,8 +16,8 @@ V
R
RRa
RRb
VV
RV
VV
......
[Paths]
raw_dir = .
out_dir = Combined
[Observables]
ALL
#> rebin an observable
# observable > observable_rebin : [x0, x1, x2, ... xN]
[Parts]
#LO
#V
#R
#RRa
#RRb
#RV
VV
[Final]
#LO = LO
#R = R
#V = V
#RRa = RRa
#RRb = RRb
#RV = RV
VV = VV
#NLO = LO + R + V
NNLO = LO + R + V + RRa + RRb + RV + VV
#NLO_only = R + V
NNLO_only = RRa + RRb + RV + VV
[Options]
#> search the directory structure recursive for data files
# recursive = True
#> output weight tables: for APPLfast
weights = True
#> restrict merge to only certain columns: e.g. drop channel breakdown for performance
# columns = ['tot_scale01', 'tot_scale02', 'tot_scale03', 'tot_scale04', 'tot_scale05', 'tot_scale06', 'tot_scale07']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment