Remove special field EVENT, add parameter event_variables to FunTuple
Merged
Remove special field EVENT, add parameter event_variables to FunTuple
remove_event_field
into
master
All threads resolved!
All threads resolved!
Closes DaVinci#43 (closed)
With this merge request event variables have their own parameter in the FUnTuple function instead of using a special key in the variables dict.
evt_variables = FunctorCollection({
"RUNNUMBER":
F.RUNNUMBER(odin),
"EVENTNUMBER":
F.EVENTNUMBER(odin),
"Hlt2_TCK":
F.TCK(hlt2_dec),
"Sel":
F.DECISIONS(Lines=hlt2_lines, DecReports=hlt2_dec),
})
variables = {
"D0": d0_variables,
"Kminus": daughter_variables,
"piplus": daughter_variables}
my_tuple = Funtuple(
name="Tuple",
tuple_name="DecayTree",
fields=fields,
variables=variables,
event_variables=evt_variables,
inputs=d02kpi_data)
Requires DaVinci!669 (merged)
Edited by Sascha Stahl
Merge request reports
Activity
Filter activity
assigned to @amathad
mentioned in merge request DaVinci!669 (merged)
mentioned in issue DaVinci#43 (closed)
- Resolved by Patrick Koppenburg
/ci-test DaVinci!669 (merged)
Edited by Abhijit Mathad
added ci-test-triggered label
- [2022-03-10 08:43] Validation started with lhcb-master-mr#3925
- [2022-03-10 13:14] Validation started with lhcb-master-mr#3932
Edited by Software for LHCb- Resolved by Patrick Koppenburg
- Resolved by Patrick Koppenburg
Looks all good. I merge?
mentioned in commit 14e75c15
mentioned in merge request !878 (merged)
Please register or sign in to reply