From 5e3fb8c110df979be1207f64f2a0dfcffa2ff63c Mon Sep 17 00:00:00 2001 From: ralfschmieder <73480504+ralfschmieder@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:34:18 +0100 Subject: [PATCH] changed gridka redirector (#239) --- docs/sphinx_source/kingmaker.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sphinx_source/kingmaker.rst b/docs/sphinx_source/kingmaker.rst index 28afb9f6..d3e0fe6c 100644 --- a/docs/sphinx_source/kingmaker.rst +++ b/docs/sphinx_source/kingmaker.rst @@ -118,7 +118,7 @@ The different options are: - ``--analysis``: The analysis to be used. The name corresponds to the analysis folder in the ``CROWN/analysis_configurations`` folder. - ``--config``: The config file to be used. The config file contains the information about the samples, the input files, the output files, the friend trees, the branches to be read, etc. The config file is located in the ``CROWN/analysis_configurations//config`` folder. - ``--sample-list``: The sample list to be used. The sample list can be generated by the ``sample_manager`` and contains the information about the samples to be processed. The sample nicks can also be provided as a comma-separated list. -- ``--production-tag``: The production tag is used to identify the production. It is used to create the output folder and the output files. The output files are stored in the ``///CROWNRun/`` folder. The ``base`` variable is set using the Configuration. By default, it is set to ``root://cmsxrootd-kit.gridka.de//store/user/${USER}/CROWN/ntuples/``. Within the folder, the different samples are stored, matching the ``///_.root`` pattern. +- ``--production-tag``: The production tag is used to identify the production. It is used to create the output folder and the output files. The output files are stored in the ``///CROWNRun/`` folder. The ``base`` variable is set using the Configuration. By default, it is set to ``root://cmsxrootd-kit-disk.gridka.de//store/user/${USER}/CROWN/ntuples/``. Within the folder, the different samples are stored, matching the ``///_.root`` pattern. - ``--workers``: The number of workers to be used. Each worker is responsible for the submission and handling of one sample. The number of workers should be at least the number of samples. - ``--scopes``: The scopes to be used, provided as a comma-separated list. - ``--shifts``: The shifts to be used, provided as a comma-separated list. If no shifts are provided, no shifts are applied. If ``All`` is provided, all shifts are applied, if ``None`` is provided, no shifts are applied. @@ -225,7 +225,7 @@ In the ``KingMaker_law.cfg`` file, the different tasks are defined. Also, the re .. code-block:: [wlcg_fs] - base: root://cmsxrootd-kit.gridka.de//store/user/${USER}/CROWN/ntuples/ + base: root://cmsxrootd-kit-disk.gridka.de//store/user/${USER}/CROWN/ntuples/ use_cache: True cache_root: /tmp/${USER}/ cache_max_size: 20000 @@ -240,7 +240,7 @@ The ``KingMaker_luigi.cfg`` file contains the configuration of the different tas name = KingMaker ENV_NAME = KingMaker - wlcg_path = root://cmsxrootd-kit.gridka.de//store/user/${USER}/CROWN/ntuples/ + wlcg_path = root://cmsxrootd-kit-disk.gridka.de//store/user/${USER}/CROWN/ntuples/ htcondor_accounting_group = cms.higgs htcondor_remote_job = True htcondor_universe = docker