Belle II Software  release-08-01-10
validation_gt.py
1 
8 
9 
10 def get_validation_globaltags():
11  # Legacy_IP_Information GT is for exp3 test file
12  globaltags = [
13  'patch_main_release-08_flip_refit',
14  'patch_main_release-08',
15  'patch_main_release-07',
16  'validation_2020-08-11',
17  'online_2020-08-11',
18  'Legacy_IP_Information',
19  'Legacy_CollisionAxisCMS']
20  return globaltags