jpata / tthbb13

2 stars 5 forks source link

propagate lumis to DAS #94

Closed jpata closed 8 years ago

jpata commented 8 years ago

Need to modify FrameworkJobReport.xml generation to propagate processed & output lumi sections to DAS.

#input file

<EventsRead>243</EventsRead>
<Runs>
<Run ID="273537">
   <LumiSection ID="1"/>
   <LumiSection ID="2"/>

#output file
<Runs>
<Run ID="273537">
   <LumiSection ID="1"/>
   <LumiSection ID="2"/>
jpata commented 8 years ago

Seems to work:

PR: https://github.com/jpata/tthbb13/pull/96

dashboard: http://dashb-cms-job.cern.ch/dashboard/templates/task-analysis/#user=Joosep+Pata&refresh=60&table=Mains&p=1&records=-1&activemenu=1&pattern=*Aug4_fwkreport_v6&task=&from=&till=&timerange=lastWeek

lumisection: https://cmsweb.cern.ch/das/request?input=lumi%20file%3D/store/user/jpata/tth/Aug4_fwkreport_v6/TT_TuneCUETP8M1_13TeV-powheg-pythia8/Aug4_fwkreport_v6/160804_184411/0000/tree_10.root&instance=prod/phys03&idx=0&limit=10

Now need to make a script which gets all the processed lumis for a dataset from online.

jpata commented 8 years ago

fixed https://github.com/jpata/tthbb13/pull/96