Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit c3b2a74

Browse files
committed
run HIN relvals only at CERN
1 parent 3bf9f43 commit c3b2a74

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Unified/batchor.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ def pick_one_site( p):
9292
if campaign in batches: continue
9393
## get a bunch of information
9494
setup = copy.deepcopy( default_hi_setup )
95-
possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"])
96-
hi_site = random.choice(list(possible_sites))
95+
##possible_sites = set(["T1_DE_KIT","T1_FR_CCIN2P3"])
96+
##hi_site = random.choice(list(possible_sites))
97+
hi_site = "T2_CH_CERN"
9798
setup["parameters"]["SiteWhitelist"]=[ hi_site ]
9899

99100
pick_one_site( setup )

0 commit comments

Comments
 (0)