Skip to content

Commit

Permalink
cms-2012-collision-datasets: HLT trigger paths update
Browse files Browse the repository at this point in the history
Removes collision information and run period information from HLT
trigger path records. Closes cernopendata/opendata.cern.ch#3425.
  • Loading branch information
tiborsimko committed Sep 13, 2023
1 parent 088b2c9 commit 8d542c2
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def main():

year_created = '2012'
year_published = '2017'
run_period = 'Run2012B-Run2012C'

records = []
recid = RECID_START
Expand All @@ -84,11 +83,7 @@ def main():

rec['collections'] = ['CMS-Trigger-Information', ]

rec['collision_information'] = {}
rec['collision_information']['energy'] = '8TeV'
rec['collision_information']['type'] = 'pp'

rec['date_created'] = year_created
rec['date_created'] = [year_created, ]
rec['date_published'] = year_published

rec['experiment'] = 'CMS'
Expand All @@ -97,8 +92,6 @@ def main():

rec['recid'] = str(recid)

rec['run_period'] = run_period

rec['title'] = 'High-Level Trigger path information ' + title

rec['type'] = {}
Expand Down

0 comments on commit 8d542c2

Please sign in to comment.