Skip to content

Commit

Permalink
changed gridka redirector (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfschmieder authored Dec 14, 2023
1 parent 6582d3f commit 5e3fb8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sphinx_source/kingmaker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/<analysis>/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 ``/<base>/<production-tag>/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 ``<era>/<samplenick>/<channel>/<samplenick>_<counter>.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 ``/<base>/<production-tag>/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 ``<era>/<samplenick>/<channel>/<samplenick>_<counter>.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.
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5e3fb8c

Please sign in to comment.