text
stringlengths 0
828
|
---|
image_url = None
|
if ""items"" in response:
|
image_url = response[""items""][0][""selfLink""]
|
if image_url:
|
return image_url
|
else:
|
raise ImageError(""Could not find given image id `%s`"" % image_id)"
|
4986,"def select_event(
|
event = None,
|
selection = ""all"",
|
required_variables = None,
|
ensure_required_variables_present = False,
|
verbose = True
|
):
|
""""""
|
Select a HEP event.
|
""""""
|
if required_variables is None:
|
required_variables = [
|
""Aplan_bjets"",
|
""Aplan_jets"",
|
""Centrality_all"",
|
""ClassifBDTOutput_6jsplit"",
|
""ClassifBDTOutput_basic"",
|
""ClassifBDTOutput_withReco_6jsplit"",
|
""ClassifBDTOutput_withReco_basic"",
|
""ClassifHPLUS_Semilep_HF_BDT200_Output"",
|
""dEtajj_MaxdEta"",
|
""dRbb_avg"",
|
""dRbb_MaxM"",
|
""dRbb_MaxPt"",
|
""dRbb_min"",
|
""dRbj_Wmass"",
|
""dRHl_MaxdR"",
|
""dRHl_MindR"",
|
""dRjj_min"",
|
""dRlepbb_MindR"",
|
""dRlj_MindR"",
|
""dRuu_MindR"",
|
""H1_all"",
|
""H4_all"",
|
""HhadT_nJets"",
|
""HiggsbbM"",
|
""HiggsjjM"",
|
""HT_all"",
|
""HT_jets"",
|
""Mbb_MaxM"",
|
""Mbb_MaxPt"",
|
""Mbb_MindR"",
|
""Mbj_MaxPt"",
|
""Mbj_MindR"",
|
""Mbj_Wmass"",
|
""met_met"",
|
""met_phi"",
|
""MHiggs"",
|
""Mjj_HiggsMass"",
|
""Mjjj_MaxPt"",
|
""Mjj_MaxPt"",
|
""Mjj_MindR"",
|
""Mjj_MinM"",
|
""mu"",
|
""Muu_MindR"",
|
""NBFricoNN_dil"",
|
""nBTags"",
|
""nBTags30"",
|
""nBTags50"",
|
""nBTags60"",
|
""nBTags70"",
|
""nBTags77"",
|
""nBTags80"",
|
""nBTags85"",
|
""nBTags90"",
|
""nBTagsFlatBEff_30"",
|
""nBTagsFlatBEff_40"",
|
""nBTagsFlatBEff_50"",
|
""nBTagsFlatBEff_60"",
|
""nBTagsFlatBEff_70"",
|
""nBTagsFlatBEff_77"",
|
""nBTagsFlatBEff_85"",
|
""nElectrons"",
|
""nHFJets"",
|
""NHiggs_30"",
|
""Njet_pt40"",
|
""Njet_pt40"",
|
""nJets"",
|
""nMuons"",
|
""nPrimaryVtx"",
|
""pT_jet3"",
|
""pT_jet5"",
|
""pTuu_MindR"",
|
""semilepMVAreco_b1higgsbhadtop_dR"",
|
""semilepMVAreco_bbhiggs_dR"",
|
""semilepMVAreco_BDT_output"",
|
""semilepMVAreco_BDT_output_6jsplit"",
|
""semilepMVAreco_BDT_output_truthMatchPattern"",
|
""semilepMVAreco_BDT_withH_output"",
|
""semilepMVAreco_BDT_withH_output_6jsplit"",
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.