File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 138
138
# Name of the collections, systematically set
139
139
my_json ['collections' ] = ['ATLAS-Simulated-Datasets' if 'mc_' in adataset else 'ATLAS-Primary-Datasets' ]
140
140
# data-taking year during which the collision data or for which the simulated data, software and other assets were produced
141
+ my_json ['date_created' ] = ['2015' ]
142
+ my_json ['run_period' ] = ['2015' ]
141
143
if 'data' in adataset :
142
- my_json ['date_created' ] = [adataset .split ('_' )[1 ]]
143
- my_json ['run_period' ] = [adataset .split ('_' )[1 ]]
144
144
my_json ['type' ]['secondary' ] = ['Collision' ]
145
145
else :
146
- my_json ['date_created' ] = ['2015' ,'2016' ]
147
- my_json ['run_period' ] = ['2015' ,'2016' ]
148
146
my_json ['type' ]['secondary' ] = ['Simulated' ]
149
147
# Add categories, mostly for MC datasets
150
148
my_json ['categories' ] = dataset_files [adataset ]['categories' ]
You can’t perform that action at this time.
0 commit comments