diff --git a/DIS/config.yml b/DIS/config.yml index 9a7f923..c9bb828 100644 --- a/DIS/config.yml +++ b/DIS/config.yml @@ -10,7 +10,8 @@ DIS:collect: extends: .collect needs: - DIS:ep:collect - - DIS:eAu:collect + - DIS:eAu:collect:without_zdc + - DIS:eAu:collect:craterlake - DIS:eCu:collect - DIS:eH2:collect - DIS:eHe3:collect diff --git a/DIS/eAu/config.yml b/DIS/eAu/config.yml index 5479d6e..c7fc4b2 100644 --- a/DIS/eAu/config.yml +++ b/DIS/eAu/config.yml @@ -3,11 +3,17 @@ include: - local: 'DIS/eAu/5x41/config.yml' - local: 'DIS/eAu/9x100/config.yml' -DIS:eAu:collect: +DIS:eAu:collect:without_zdc: variables: DETECTOR_CONFIG_OVERRIDE: "epic_craterlake_without_zdc" extends: .collect needs: - DIS:eAu:10x100:collect - DIS:eAu:5x41:collect + +DIS:eAu:collect:craterlake: + variables: + DETECTOR_CONFIG_OVERRIDE: "epic_craterlake" + extends: .collect + needs: - DIS:eAu:9x100:collect